/* CSS Document */
body {
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#4A4A4A;
font-size: 0.7em;
margin: 0;
padding: 0;
background: white  ;
background: url(images/bg.jpg) ;

}
#conteneur {
width: 890px;
margin-left: auto;
margin-right: auto;


}
#header {
height: 408px;
background: white url(images/accueil/accueil_r1_c1.jpg) no-repeat top left;

}
#centre {
background: url(images/accueil/accueil_r2_c1.jpg) ;
}
#centre_gauche {
float:left;
width:400px;
margin:0 0 0 40px;
/*border:1px solid black;*/

}

#centre_gauche p{
color:#2E3743;
text-align:justify;
}

#centre_droite p{
color:#2E3743;
text-align:justify;
}

.lettrine {
float: left; /* positionnement de la lettrine dans le conteneur*/
font-size: 3em; /* 3 hauteurs de lignes pour la lettrine*/

font-weight: bold;
font-family: Verdana, Georgia, Times New Roman, Times, serif;
color: #CC6600;
/*border: 1px solid #990000;  définition d'une bordure autour de la lettrine*/
/*background-color: #FFFFCC;*/ 
margin: 0 1px 0 0;
padding: 0 1px 0 0;
line-height: 1.1em;
}


#centre_droite {
/*border:1px solid black;*/
width:400px;
margin:0 0 0 20px;
float:left;
}

#centre_clear {
clear:left;
}



#pied {
height: 57px;
background:  url(images/accueil/accueil_r3_c1.jpg) no-repeat top left;
padding:0 0 0 20px;
}

#pied p {
color:#2E3743;
margin-top:0px;
margin-left:25px;
margin-right:25px;
text-align:justify;
}

#pied2 {
height: 57px;
background:  url(images/accueil/accueil_r3_c1.jpg) no-repeat top left;

}

#pied2 p {
color:#A40E6F;
margin-top:0px;
margin-left:25px;
margin-right:25px;
text-align:justify;
}

#titre
{
color:#006699;
font-size: 1.5em;
font-weight:bold;
}



h1 { text-indent:-20000px; font-size: 0.1em;} 
h2 { text-indent:-20500px; font-size: 0.1em;} 



/*
h1 {
color:#006699;
font-size: 1.5em;

}

h2 {
color:#006699;
font-size: 1.5em;
}

h3 {
color:#006699;
font-size: 1.5em;
}

h4 {
color:#DC155A;
font-size: 1.1em;
margin-left:25px;
margin-right:10px;
}

h5 {
color:#DC155A;
font-size: 1.1em;
margin-left:25px;
margin-right:10px;
}
*/


a{
color:#CC6600;
text-decoration:none;
}

a:hover{
/*color:#CEA031;*/
color:#677C99;
border-bottom: 1px dotted black;
}





