/******************************/
/*      Cadi Web & Design     */
/* News - Réalisation de CADI */
/*           @_OPS_@          */ 
/*    www.cadi-software.com   */
/******************************/

/* CSS Document */


/* ######### Drop Down ULs CSS ######### */


.ddsubmenustyle, .ddsubmenustyle ul, .ddsubmenustylet, .ddsubmenustylet ul{ /*topmost and sub ULs, respectively*/
margin				: 0;
padding				: 0;
position			: absolute;
left				: 0;
top					: 0;
list-style-type		: none;
border				: 1px solid #6bc4f1;
border-bottom-width	: 0;
visibility			: hidden;
z-index				: 999;
cursor				: pointer;
outline				: none;
}

.ddsubmenustyle li a{
display				: block;
width				: 170px; /*width of menu (not including side paddings)*/
color				: #FFF;
text-decoration		: none;
padding				: 4px 5px;
border-bottom		: 1px solid #6bc4f1;
font-size			: 12px;
background-color	: #008dc6;
cursor				: pointer;
outline				: none;
}

.ddsubmenustylet li a{
display				: block;
width				: 210px; /*width of menu (not including side paddings)*/
color				: #FFF;
text-decoration		: none;
padding				: 4px 5px;
border-bottom		: 1px solid #6bc4f1;
font-size			: 12px;
background-color	: #008dc6;
cursor				: pointer;
outline				: none;
}

* html .ddsubmenustyle li{ /*IE6 CSS hack*/
display	: inline-block;
width	: 180px; /*width of menu (include side paddings of LI A*/
}

* html .ddsubmenustylet li{ /*IE6 CSS hack*/
display	: inline-block;
width	: 180px; /*width of menu (include side paddings of LI A*/
}

.ddsubmenustyle li a:hover, .ddsubmenustylet li a:hover{
color		: #3e5972 !important;
cursor		: pointer;
}

.ic_bg {
background			: transparent  url('/css/ic/ic_bgfrench.png') no-repeat top left;
height				: 37px;
padding-left		: 5px;
text-decoration		: none;
border				: none;
line-height			: 37px;
float				: left;
margin-top			: -8px;
}

.ic_bg span {
background			: transparent  url('/css/ic/ic_bgenglish.png') no-repeat top right;
height				: 37px;
padding-right		: 5px;
border				: none;
text-decoration		: none;
}
