@import url(bandeau.css);
@import url(gauche.css);
@import url(centre.css);
@import url(droite.css);
*{
margin:0;
padding:0;
}
.breaker{
clear:both;
}
.evitement{
position: absolute;
margin-top: -1000em;
margin-left: -1000em;
}
body{
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 11px;
color: #3B3B3B;
height: 100%;
}
.decor1{
background:#58a6e0;
height:128px;
}
.decor2{
background:#0E4096 url(../../images/common/filet_blanc.gif) repeat-x bottom;
height:40px;
}
.decor3{
width:940px;
margin:0px auto 0px auto;
}
.general{
position:absolute;
top:0px;
width:940px;
}
.contenu{
margin:0px auto 0px auto;
overflow:hidden;
zoom:1; /* IE6 : Bug de la guillotine */
}
.chemin{
background-color: #fff;
font-size:11px;
color:#0B3E94;
padding:11px 0px 11px 0px;
}
.chemin a{
font-size:11px;
color:#0B3E94;
}
.centre{
float:left;
width:735px;
overflow: hidden;
}
.gauche{
width:155px;
float:left;
padding:0px 0px 0px 0px;
}
.centre_texte{
float:left;
width:551px;
margin:0px 0px 0px 29px;
overflow: hidden;
}


/* PIED */
.pied{
width:940px;
border-top:1px solid #A3B6D6;
font-size:9px;
color:#0E4096;
margin:20px auto 0px auto;
padding:10px 0px 10px 0px;
float: left;
overflow: hidden;
}
.pied ul{
float:left;
width:50%;
}
.pied ul li{
display:inline;
border-right:1px solid #0E4096;
padding:0px 8px 0px 0px;
margin:0px 8px 0px 0px;
}
.pied ul li.dernier{
display:inline;
border-right:none;
padding:0px 0px 0px 0px;
margin:0px 0px 0px 0px;
}
.pied a{
color:#0E4096;
text-decoration:none;
}
.pied a:hover{
text-decoration:underline;
}
.pied hr{
display:none;
}
.pied .copyright{
float:left;
width:50%;
color:#8D8D8D;
text-align:right;
}
.pied .copyright img{
float:right;
margin:0px 0px 0px 45px;
}

