<!--
/* CSS issu des tutoriels http://css.alsacreations.com */
body {
background: #BCCAD8;
padding:0;
margin:0;
font-family:arial;
font-weight:bold;
font-size:12px;
color: black;
}
strong
{
color:#3E7FC2;
}
td { 
font-size:12px;
font-weight: bold;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
font-weight: bold;
}
#menu {
position: absolute;
font-size:12px;
font-weight: bold;
width: 12em;
}

#menu dt {
cursor: pointer;
background-image:url(btn3.gif);
height: 20px;
line-height: 20px;
margin: 0px 0;
border: 0px solid gray;
text-align: center;
font-weight: bold;
width: 14em;
a:hover,.lien a:active,.lien a:focus{background-image:url(btn2.gif);color:black;border:0px}
}
#menu dt a:hover,.lien a:active,.lien a:focus{background-image:url(btn2.gif);color:white;border:0px;font-weight: bold;}
#menu dt a.text:hover,.lien a.text:active,.lien a.text:focus{background-image:url(btn2.gif);color:white;border:0px;font-weight: bold;}

#menu dd {background-image:url(btn3.gif);
color: white;
background-image:url(btn3.gif);
position: absolute;
z-index: 100;
left: 14em;
margin-top: -1.5em;
width: 25em;
background: #A9BFCB;
border: 0px solid gray;
font-weight: bold;
}

#menu ul {
padding: 0px;
font-weight: bold;
}
#menu li {
color: white;
background-image:url(btn.gif);
font-weight: bold;
text-align: left;
font-size: 12px;
height: 18px;
line-height: 18px;
margin: 0px 0;
padding: 2px;
}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
font-weight: bold;

}

#menu li a:hover,.lien a:active,.lien a:focus{background-image:url(btn2.gif);color:white;border:0px;font-weight: bold;}

}



-->