@charset "windows-1252";

/* CSS issu des tutoriels http://css.alsacreations.com */

dl, dt, dd, ul, li {margin: 0; padding: 0; list-style-type: none; font-family: Verdana; font-size: xx-small; color: #1849CC}
#menu {
position: absolute;
top:5px;
left: 10px;
z-index:100;
width: 100%;
}
#menu dl {float: left; width: 94px; margin: 0 1px; line-height: 2em}
#menu dt {cursor: pointer; text-align: center; font-weight: normal; background: #ccc; border: 1px solid gray}
#menu dd {
border: 1px solid gray;
}
#menu li {text-align: left; background: #fff; line-height: 12px; width: 190px; border-bottom: thin dotted navy}
#menu li a, #menu dt a {
color: #000;
text-decoration: none;
display: block;
height: 100%;
border: 0 none;
}
#menu li a:hover {background-color: #C3E1FF; color: red; width: 190px}
#menu dt a:hover {background-color: #C3E1FF; color: red}

#site {
position: absolute;
z-index: 1;
top : 70px;
left : 10px;
color: #000;
background-color: #ddd;
padding: 5px;
border: 1px solid gray; 
}

a {text-decoration: none;
color: black;
color: #222;
}
