/*http://www.siteduzero.com/tuto-3-22-1-avant-de-commencer.html*/

body
{
   /*width: 760px;*/
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;  
   margin-right:20px;
   margin-left: 20px; 
   background-color:rgb(275,268,260);  Le fond de la page sera blanc beige 
   color: rgb(32,13,7); /* Le texte de la page sera brun */
   font-family:"Times New Roman", "Arial Black", Arial, Verdana, serif; 

   }

h1,h2,h3,h4,h5,h6
{ 
   text-align: justify; /* La citation sera justifiée */


}
p
{  
   margin: auto;
   margin-bottom: 20px;  
   margin-right:20px;
   margin-left: 20px;
   text-align: justify; /* La citation sera justifiée */	
 }	
 
a
 { 
color: rgb(13,83,51);
 }
 li
 { 
color: rgb(13,83,51);
 }

 
.null
{  
   margin: auto;

   text-align: justify; /* La citation sera justifiée */	
 }	

/* L'en-tête */

#en_tete
{
   margin-left:20px;
   height: 130px;
   background-color:rgb(255,248,240);
   background-image: url("Photos/Baniere.jpg");
   /*background-repeat: no-repeat;*/
   margin-bottom: 10px;

}

#menu
{
   float: left; /* Le menu flottera à gauche */
   width: 110px; /* Très important : donner une taille au menu */
   background-color:rgb(255,248,240);
   margin-top: 10px;
   margin-bottom: 20px; /* Pour éviter que les éléments du menu ne soient trop collés */
   margin-left:20px;
   padding: 5px;

}


#corps
{
   margin-top: 20px;
   margin-left: 150px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px; /* Ca c'est pour éviter que le corps colle trop au pied de page en-dessous */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   background-color:rgb(255,248,240);

   
}


#pied_de_page
{
   padding: 5px;
   text-align: center;
   background-color:rgb(255,248,240);
}

sup
{
font-size:10px
}

td /* Les cellules normales */
{
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 10px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
}


table
{
	padding: 0px;
    margin-left: 7px;
 }
 
.txtimg 
{
   margin: auto;
   text-align:left;
  
}

.tdpied
{
	padding: 30px;
 
 }

h1,h2,h3,h4,h5,h6
{ 
margin-left: 20px;

}
 
img
{
height:200px;
width:300px;
}

.high
{
height:200px;
width:150px;
}
.inserted
{
display: block;
margin: auto;
height:200px;
width:300px;
}
.big
{	
display: block;
margin: auto;
height:400px;
width:400px;
}
.email
{
height:28px;
width:150px;
}