/*STYLES GENERAUX DE LA PAGE*/
#body
{
width : 98%;
background-color: rgb(189,233,240);
font-family: "Times New Roman", Arial, Times, sans-serif;
}

#ENTETE
{
/* partie droite de la banniere */
height: 140px;
background: url("photos/banniere_index_droit.jpg") no-repeat right;
margin-bottom: 1px;
font-family: "Times New Roman", Arial, Times, sans-serif;
font-style : italic;
color: black;
font-size: 120%;
}

a
{
color: red;
text-decoration: none;
}



#LIENS
{
margin-left: 19%;
margin-right : 17%;
margin-top: 0px;
padding: 0px;
text-align: justify;
background-color: darkgreen;
color: moccasin;
}



/*STYLES DES MENUS*/

.espace120
{line-height: 120%;}

.espace140
{line-height: 140%;}

#gauche
{
margin-top: 0px;
padding-top: 10px; 
margin-right : 0%; 
width: 17%;
padding-left: 0%;
padding-right : 2%;
float: left;
font-size: 120%;
color: black;
background-image: url("photos/fondsgauche.jpg"); 
height:630px;
}



#droite
{
margin-top: 0px;
padding-top: 10px; 
margin-right: 0%; 
margin-bottom: 0px;
margin-left : 0%;
padding-right : 1%;
width: 16%;
float: right;
font-size: 120%;
background-image: url("photos/fondsdroite1.jpg"); 
height:630px;
}

/*STYLES DU CORPS*/

#corps
{
margin-left: 19%;
margin-right : 17%;
margin-top: 0px;
padding-top: 20px;
padding-left:25px;
padding-right:10%;
color : black;/*#E3AB57;*/
text-align: justify;
background-color:rgb(189,233,240);
height:520px;
}


}

#corpspart
{
margin-left: 0%;
margin-right : 0%;
margin-top: 5px;
text-align: justify;
background-color:rgb(189,233,240);
}
.gras
{font-size: 130%;
background-color:rgb(189,233,240);}

.fonds
{background-color:rgb(189,233,240);}

#corps h2
{
text-align: center;
color:#0099FF;
background-color:rgb(189,233,240);
}

/*STYLES DU PIED DE PAGE*/

#pied_de_page
{
font-family: arial, times, verdana, sans-serif ;
line-height: 120%;
font-weight : bold;
margin-left: 0%;
position :relative;
width: 100%;
font-size: 80%;
text-align: center;
padding: 2px; 
clear: left;
margin-top: 0px;
background-color: black;
color: yellow;
margin-right: 20px;  
}





















 



























