/* Caractéristiques générales communes à toutes les pages hormis accueil ----- */
*{
margin:0;
padding:0;
border:0;
}
body{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:medium; /* medium => 16 px*/
color:#000;
text-align:center;
background-color:#FFF;
}
#centrage {
width:754px;
margin:0 auto;
font-size:70%;
display:table;
text-align:left;
position:relative;
}
.gras{
font-weight:bold;
}
.italique{
font-style:italic;
}
a:link, a:visited{
color:#689821;
text-decoration:none;
}
a:hover, a:active{
color:#689821;
text-decoration:underline;
}
/* Structure --------------------------------------------------------------- */
#ombre{
background-image:url(../pics/ombre.gif);
background-repeat:repeat-y;
width:734px;
display:table;
position:relative;
padding:0 10px;

}
/* En tête --------------------------------------------------------------- */
#bandeauhaut{
position:relative;
z-index:2;
height:241px;
width:734px;
}
#flash{
position:relative;
z-index:1;
height:188px;
margin-top:-60px;
width:734px;
}
#espace{
position:absolute;
z-index:2;
top:95px;
margin-left:452px;
}
/* Navigation ----------------------------------------------------------------- */
#navigation li{
list-style-type:none;
display:inline;
margin-right:-4px;
}
/* Contenu ------------------------------------------------------------ */
#contenufr{
background-image:url(../pics/index/fond-contenu_fr.gif);
display:table;
width:734px;
height:200px;
}
#contenuen{
background-image:url(../pics/index/fond-contenu_en.gif);
display:table;
width:734px;
height:200px;
}
#contenu a{
font-weight:bold;
}
#actufr{
width:245px;
float:left;
padding:10px;
}
#actuen{
width:510px;
float:left;
padding:10px;
}
.visuel{
float:left;
margin-right:10px;
}
.savoirplus{
float:right;
}
h2{
font-size:100%;
color:#D0222F;
}
#localisation{
width:200px;
float:left;
margin-bottom:1px;
}
#recherche{
background-color:#F4F5F5;
width:174px;
padding:15px 15px 20px 15px;
position:relative;
float:right;
}
/*html>body #recherche{
float:none;
position:absolute;
margin:-95px 0 0 530px;
}*/
#recherche .selecteur{
border:1px solid #D60006;
font-size:80%;
padding:2px 5px;
width:142px;
}
/* Liens connexes --------------------------------------------------------------- */
#liensconnexes{
background-image:url(../pics/fond-liens-connexes.gif);
background-repeat:no-repeat;
width:714px;
height:26px;
display:table;
padding:5px 20px;
color:#FFFFFF;
margin-bottom:-12px;
}
.liens{
float:right;
margin-top:-12px;
}
#liensconnexes a{
color:#FFFFFF;
}
/* Pied de Page --------------------------------------------------------------- */
#adresse{
background-color:#F4F5F5;
width:716px;
height:53px;
display:table;
margin-left:9px;
padding:5px 10px;
font-size:80%;
margin-bottom:-24px;
position:relative;
}
.enoria{
float:right;
margin-top:-24px;
position:relative;
}

#div_container{
position:relative;
margin:0px;
width:735px;
height:44px;
z-index:1;
padding:0;
border-top:1px dotted #929292;
border-bottom:1px dotted #929292;
background:#F4F5F5;
}
#div_container .rss{
margin:4px;
}