body
{
   width: 900px;
          margin: auto;
          margin-top: 20px;
   
}

#corps
{
   
   
   width: 570px;
   height: 340px;
   padding-right: 10px;
   padding-left: 5px;
   font-family: Arial;
   color: #4c433e;
   font-size: 12px;
   overflow: auto;
   text-align: justify;
   
      
}


#corps1
{
   
   
       font-family: Arial;
   color: #4c433e;
   font-size: 12px;
      text-align: justify;
   
      
}

.photosPositionnementDROIT {
float:right;
margin-left: 10px;
margin-bottom: 7px;
}

.photosPositionnementGAUCHE {
float:left;
margin-right: 10px;
margin-bottom: 7px;
}



a:link {
	text-decoration: none;
	color: #666666;
}
a:visited {
	text-decoration: none;
	color: #666666;
}
a:hover {
	text-decoration: none;
	color: #666666;
}
a:active {
	text-decoration: none;
	color: #666666;
}