/* CSS Document */

body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20px; /* Pour éviter de coller avec le haut de la fenętre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-color: #F5F0D0;
}


#en_tete
{
   width: 1000px;
   height: 250px;
   background-image: url(../images/logo_french.jpg);  
   background-repeat: no-repeat;
   margin-bottom: 10px;
}


#intro 
{
   width: 990px;
   height: 450px;
   margin-bottom: 10px;
   text-align:justify;
   font:"Times New Roman", Times, serif;
   border:solid;
  /* margin-left:90px;*/
   border-color: #009999;
   
}
#corps
{
   width: 1000px;
   height: 800px;
   margin-bottom: 10px; 
   text-align:justify;
   font:"Times New Roman", Times, serif;
   font-size:14px;
   
   
}

.photo
{
width: 255px;
height: 160px;
float:left;
/*background-image:url(../images/photo.jpg);*/
background-repeat:no-repeat;
margin-top:10px;
margin-left:10px;
border:groove;
border-color:#009999;
}

.texte
{
text-align:justify;
float: right;
width: 700px;
height: 160px;
margin-right:10px;
margin-top:10px;
border:groove;
border-color:#009999;
font-size:18px;
}


.photo2
{
width: 255px;
height: 160px;
float:left;
/*background-image:url(../images/photo.jpg);*/
background-repeat:no-repeat;
margin-top:10px;
margin-left:10px;
border:groove;
border-color:#009999;
}

.texte2
{
text-align:justify;
float: right;
width: 700px;
height: 160px;
margin-right:10px;
margin-top:10px;
border:groove;
border-color:#009999;
font-size:18px;
}


.photo3
{
width: 255px;
height: 160px;
float:left;
/*background-image:url(../images/photo.jpg);*/
background-repeat:no-repeat;
margin-top:10px;
margin-left:10px;
border:groove;
border-color:#009999;
}

.texte3
{
text-align:justify;
float: right;
width: 700px;
height: 160px;
margin-right:10px;
margin-top:10px;
border:groove;
border-color:#009999;
font-size:18px;
}


.photo33
{
width: 255px;
height: 160px;
float:left;
/*background-image:url(../images/photo.jpg);*/
background-repeat:no-repeat;
margin-top:10px;
margin-left:10px;
border:groove;
border-color:#009999;
}

.texte33
{
text-align:justify;
float: right;
width: 700px;
height: 160px;
margin-right:10px;
margin-top:10px;
border:groove;
border-color:#009999;
font-size:18px;
}


.photo4
{
width: 255px;
height: 160px;
float:left;
/*background-image:url(../images/photo.jpg);*/
background-repeat:no-repeat;
margin-top:10px;
margin-left:10px;
border:groove;
border-color:#009999;
}

.texte4
{
text-align:justify;
float: right;
width: 700px;
height: 160px;
margin-right:10px;
margin-top:10px;
border:groove;
border-color:#009999;
font-size:18px;
}

#pied_de_page
{
   text-align: center;
  color: #CC6633; 
   border: 2px;
}
