
body
{
	width: 1000px;
   height: 800px;
   margin: auto;
   margin-top: 10px;
}

section
{
   width: 790px;
   height: 600px;
   
   border: 1px solid #0000ff;
   border-radius: 10px;
}

nav, section/*, section article*/
{
   display: inline-block;
   vertical-align: top;
}
  
section h1
{
   width: 790px;
   margin-top: 5px;
   
   font-family: 'Comic Sans MS';
   text-align: center;
   font-size: 1.3em;
}

strong
{
   font-size: 1.5em;
	color: blue;
}

.photo_journal
 {
   float: left;
   width: 150px;
   height: 100px;
   margin-left: 10px;
   margin-right: 10px;
   
   border: 1px solid #0000ff;
   border-radius: 10px;
}
section h2
{
   margin-top: 5px;
	color: #000000;
	font-size: 1.5em;
   text-align: center;
}
h2 p
{
   margin-top: 5px;
   margin-bottom: 5px;
   margin-left: 200px;
   font-size: 1.2em;
   color: blue;
}

section article
{
   width: 600px;
   height: 100px;
   margin-top: 20px;
   margin-left: 20px;
   margin-right: 20px;
   font-size: .8em;
   text-align: justify;
   color: black;
   
}

section h3
{
   margin-top: 2px;
   margin-bottom: 0px;
   margin-right: 10px;
   
   font-size: 1em;
   text-align: right;
   color: black;
}
 
 .journaux
{
	color:#000000;
}