body 
{
   width: 950px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 20 px; /* 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-image: url("image/bg.jpg");
background-repeat:repeat;*/
   background-color: #ececec;
padding-top: 20px;
font-size:12px;
font-family:verdana;
 
}

h1
{
color : #5f5e5d;
size : 9px;
text-decoration : none; /* le texte sera souligné*/
text-align : center;/* pour centrer le texte */
}

h2
{
color: #e03127;
size : 8px;
text-align : center;
}
h4
{
color: #e03127;
size : 8px;
text-align : center;
}

p 
{ 
color :#000000;
size : 18px;
}
li
{
color : #000000;
text-decoration: none;
text-align:top;
}
#en_tete
{
margin:auto;
width: 655px;
height: 100px;
background-image: url("image/ban.jpg");
background-position: center;
margin-bottom:10px;
background-repeat:no-repeat; /* pour ne pas qu'il repete l'image*/
border : 2px solid white;
}

#menu 
{
color : #7c270d;
margin:auto;
width: 800px;
text-align:center;
/*border : 2px solid #e03127;*/
}

.element_menu a:before
{
content:"<-";
}


#pied_de_page
{
margin:auto;
width:950px;
text-align:center;
}

#corps
{
width:800px;
text-align:top;
border : 2px solid black;
background:url(image/bb.jpg);
background-repeat:repeat;
margin:auto;
font-family:verdana
}


a{
 text-decoration: none;
 font-weight: bold;
 color : #000000;
}
a:hover{
text-decoration: none;
color: #e03127;
}
a:active {
text-decoration: none;
color: #e03127;
}
#element_corps
{
text-align:top;
}
.title
{
text-align:center;
color:#e03127;
}
.image
{
text-align:center;
}

