@import url(bandeau.css);
@import url(menu.css);

*{
margin:0;
padding:0;
font-family:Verdana, Arial, Helvetica, sans-serif;
}
.breaker{
clear:both;
height:1px;
overflow:hidden;
}
#general{
background:url(../images/common/fond.gif) repeat-y;
width:1000px;
margin:0px auto 0px auto;
}
.decor_gauche{
background:url(../images/common/decor_g.jpg) no-repeat 0px 0px;
width:1000px;
}
.decor_droite{
background:url(../images/common/decor_d.jpg) no-repeat bottom right;
width:1000px;
}
#centre{
width:861px;
margin:0px auto 0px 66px;
}
.decor_contenu1{
background:url(../images/common/f_contenu.gif) repeat-y;
border-right:1px solid #C2C018;
}
.decor_contenu2{
background:url(../images/common/motif_contenu.gif) no-repeat;
padding:18px 0px 55px 0px;
}

#pied{
background:#EDEDBE url(../images/common/f_pied.gif) no-repeat;
border-left:1px solid #C2C018;
border-right:1px solid #C2C018;
border-bottom:1px solid #C2C018;
padding:4px 0px 4px 0px;
}
#pied ul{

}
#pied ul li{
list-style:none;
display:inline;
}
#pied ul li a{
font-size:10px;
border-left:2px solid #3B627C;
color:#003366;
text-transform:uppercase;
text-decoration:none;
margin:0px 0px 0px 16px;
padding:0px 0px 0px 6px;
}
.bas{
clear:both;
background:#EDEDBE url(../images/common/f_bas.gif) no-repeat;
height:50px;
}