.dropdown {
float:left; 
padding-right:0px;
padding-top:8px;
}
.dropdown dt {
width:67px; 
padding:8px 8px 8px 8px; 
text-align:center;
font-weight:bold; 
cursor:pointer; 
background:url('../images/menu_onglet_on.gif');
background-repeat:no-repeat;
color:#FFFFFF;
border:0px solid red;
}
.dropdown dt:hover {
background:url('../images/menu_onglet_on.gif');
background-repeat:no-repeat;
color:#FFFFFF;
}
.dropdown dd {
position:absolute; 
overflw:hidden;
width:170px; 
display:none; 
z-index:200; 
/*filter : alpha(opacity=70);
-moz-opacity : 0.7;
opacity : 0.7; */
border-left:1px solid #333333; 
border-right:1px solid #333333; 
border-bottom:1px solid #333333; 
margin:0 0 0 2px;
padding:0;
background-color:#6C63B4;
 }
.dropdown ul {
width:170px; 
list-style:none; 
border-top:none;
background:url('../images/menu_ss_fod.gif');
background-repeat:no-repeat;
background-position:top left;
margin:0;
padding:0;
}
.dropdown li {
display:inline;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
display:block; 
padding:5px 5px 5px 19px;
color:#ffffff; 
text-decoration:none; 
background-image:url('../images/hermine.gif');
background-repeat:no-repeat;
background-position:4px 4px;
/*
background-color:#6C63B4; 
*/

 }
.dropdown a:hover {
background-color:#333333; 
color:#FFFFFF;
background-image:url('../images/hermine_over.gif');
background-repeat:no-repeat;
background-position:4px 4px;
}
.dropdown .underline {
border-bottom:1px dotted #333333;
}


/*****home*****/
.dropdown_home {
float:left; 
padding-right:0px;
padding-top:8px;

}
.dropdown_home dt {
width:35px; 
height:30px;
text-align:center;
font-weight:bold; 
cursor:pointer; 
background:url('../images/menu_onglet_home_off.gif');
background-repeat:no-repeat;
}
.dropdown_home dt:hover {
background:url('../images/menu_onglet_home_on.gif');
background-repeat:no-repeat;
}
/*****contact*****/
.dropdown_contact {
float:left; 
padding-left:1px;
padding-top:8px;

}
.dropdown_contact dt {
width:35px; 
height:30px;
text-align:center;
font-weight:bold; 
cursor:pointer; 
background:url('../images/menu_onglet_contact_off.gif');
background-repeat:no-repeat;
}
.dropdown_contact dt:hover {
background:url('../images/menu_onglet_contact_on.gif');
background-repeat:no-repeat;
}