body {
margin : 0;
padding : 0;
background : #000 url(images/fond3.jpg) no-repeat center top;
text-align : center;
color : #404040;
font-family : Verdana, Arial, Helvetica, sans-serif;
text-align : center;
background-attachment : fixed;
font-size : 12px;
}
#conteneur {
margin : 0 auto 0;
width : 1000px;
text-align : left;
}
#fond {
background : url(images/fond.png);
width : 834px;
padding : 0 83px 0 83px;
}
#titre {
height : 116px;
background : url(images/titre.png) no-repeat top;
padding : 0;
margin : 0;
width : 1000px;
}
#pied {
height : 125px;
background : url(images/pied.png) no-repeat bottom;
padding : 0;
margin : 0 auto 0;
clear : both;
width : 1000px;
}
#fond_menu {
height : 24px;
background : url(images/fond_menu.png) no-repeat;
width : 810px;
padding : 0 95px 0 95px;
}
#line {
width : 1000px;
height : 22px;
background : url(images/line.png) no-repeat;
}
a {
color : #1250cc;
text-decoration : none;
margin : 0;
font-weight : bold;
outline : none;
}
a:hover {
color : #252525;
}
#menu, #menu ul {
padding : 0;
margin : 0;
list-style : none;
line-height : 21px;
text-align : center;
}
#menu {
font-weight : bold;
font-size : 13px;
}
#menu a {
display : block;
height : 23px;
color : #d2d2d2;
text-decoration : none;
line-height : 23px;
width : 134px;
font-weight : bold;
background : url(images/menu2.png);
outline : none;
}
#menu li {
float : left;
}
#menu li ul {
position : absolute;
width : 134px;
left : -999em;
text-align : left;
}
#menu li ul li {
text-align : left;
}
#menu li ul li a {
text-align : center;
outline : none;
font-weight : normal;
background-color : #2f2f2f;
}
#menu li ul li a:hover {
background-color : #757575;
outline : none;
}
#menu li ul ul {
margin : -22px 0 0 111px;
border-left : 1px solid #fff;
}
html > body #menu li ul ul {
border-left : 1px solid transparent;
}
#menu a:hover {
background : url(images/menu_hover2.png);
}
#menu li:hover ul ul, #menu li.sfhover ul ul {
left : -999em;
text-align : left;
padding : 1px 2px;
font-weight : normal;
}
#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul {
left : auto;
min-height : 0;
}
#menu li.lien a {
display : block;
height : 23px;
color : #d2d2d2;
text-decoration : none;
line-height : 23px;
width : 202px;
font-weight : bold;
background : url(images/pmenu2.png);
outline : none;
}
#menu li.lien a:hover {
background : url(images/pmenu_hover2.png);
}
#menu li ul li.lien {
text-align : center;
margin : 0 0 0 0;
padding : 0;
}
#menu li.dernier a {
display : block;
height : 23px;
color : #d2d2d2;
text-decoration : none;
line-height : 23px;
width : 202px;
font-weight : bold;
background : url(images/fmenu2.png);
outline : none;
}
#menu li.dernier a:hover {
background : url(images/fmenu_hover2.png);
}
#menu li ul li.dernier {
text-align : center;
margin : 0 0 0 0;
padding : 0;
}