.dhtmlselect{ /*style of DHTML Select Menu, main box */
width: 310px;
height:30px;
background:url(../i00_img_general/commun/fd_select1.png) no-repeat; border: 0;
position: relative;
text-indent: 20px;
cursor: pointer;
color: #ffffff; font-size: 12px; font-weight: normal; text-shadow: 0px 1px 1px #434343;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
line-height:30px;
}

.dhtmlselect:hover{ /*style of DHTML Select Menu, main box */
background:url(../i00_img_general/commun/fd_select2.png) no-repeat; border: 0;
}

.pdf_bas { height: 8px; overflow: hidden; background:url(../i00_img_general/commun/bas_pdf.png) no-repeat top left; margin: 0; }
.pdf_ht { height: 8px; overflow: hidden; background:url(../i00_img_general/commun/ht_pdf.png) no-repeat top left; margin: 0; }

.group{
width: 310px;
height:22px;
background:url(../i00_img_general/commun/fd_group.jpg) no-repeat; border: 0;
position: relative;
text-indent: 20px;
cursor: hand;
color: #ffffff; font-size: 11px; font-weight: normal; text-shadow: 0px 1px 1px #434343;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
line-height:22px;
margin:0;
background-color:#ffffff;
}

.dhtmlselect .dropdown{ /*style of Drop Down Menu that appears onMouseover */
position: absolute;
left: 0;
width: 310px; /*default width of drop down menu*/
display: none;
z-index: 5;
font-weight: normal;
margin:0;
}

.dhtmlselect .dropdown a{ /*style of Drop Down Menu's links */
width: 310px;
height:22px;
background:url(../i00_img_general/commun/fd_lien.jpg) no-repeat; border: 0;
display: block;
text-indent: 28px;
cursor: pointer;
color: #333333; font-size: 11px; font-weight: normal; text-shadow: 0px 1px 1px #ffffff;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
line-height:22px;
margin:0;
text-decoration: none;
background-color:#ffffff;
}

* html .dhtmlselect .dropdown a{ /*IE 6 (and below) hack */
width: 100%;
}

.dhtmlselect .dropdown a:hover{
background:url(../i00_img_general/commun/fd_lien2.jpg) no-repeat; border: 0;
color: #ffffff; text-shadow: 0px 1px 1px #434343;
font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}