
* {padding:0; margin:0}

.dropdown {
float:left; 
padding-right:0px
}

.dropdown dt {
*borde:2px solid #9ac1c9; 
padding:4px; 
font-weight:bold; 
cursor:pointer; 
*backgroun:url(images/header.gif);
*background-colo:#CC3300;
background:none;
margin-right:10px; /* C'est le parametre a changer pour écarter les menus parents */
}

.dropdown dt:hover {
*backgroun:url(images/header_over.gif);
*background-colo: #00CC66;
}

.dropdown dd {
position:absolute; 
overflow:hidden; 
display:none; 
*backgroun:#fff; 
z-index:200; 
opacity:0;
margin-top: 2px;
}

.dropdown ul {
*borde:2px solid #9ac1c9; 
list-style:none; 
margin-left:0px;
*border-to:none
}

.dropdown li {
display:inline
}
/* Elements du menu parent */
.dropdown a, .dropdown a:active, .dropdown a:visited {
display:block; 
padding:5px; 
color:white; 
text-decoration:none; 
*backgroun:#eaf0f2; 
}
.dropdown a:hover {
backgroun:#d9e1e4; 
color: #333333;
text-decoration:none; 
}
.dropdown .underline {
border-bottom:1px solid #000;
}

/* Eléments des sous-menus */

.test a, .test a:active, .test a:visited {
display:block; 
padding:5px; 
color:white; 
text-decoration:none; 
background:#333; 
}

.test a:hover {
background:#202020; 
color:#88d100;
}
.test .underline {
border-bottom:1px solid #b9d6dc
}
