
/*________layers menus______________(overflow:hidden;>>bug IE)__________________________*/

/*________position: relatif;>>bug IE)__________________________*/
#menu01{
	position: fixe;
	width:222px;
	overflow:hidden;
}

/*________menu princ______________________________________________*/


/*________men secondaire______________________________________________*/

a.ssmenu:link, a.ssmenu:visited {
	display: block;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 11px;
	text-decoration: none;
	background-color: transparent;
	background-image:  url(../images/fd-ssmenu-on.gif);
	border-top: 0px solid;
	border-bottom: 0px solid;
	padding: 5px 0px 5px 32px;
	line-height: 11px;
}
a.ssmenu:active, a.ssmenu:hover{
	color: #ffffff;
	text-decoration: underline;
	background-color: #b40000;
	background-image:  url(../images/fd-ssmenu-off.gif);
}

/*________ fin men secondaire______________________________________________*/

/*________DHTML modal dialog box	(CSS for the DHTMLSuite_modalMessage class)_______*/
.modalDialog_transparentDivs{	
	filter:alpha(opacity=50);	/* Transparency */
	opacity:0.5;	/* Transparency */
	background-color:#000000;
	z-index:1;
	position:absolute; /* Always needed	*/
}
.modalDialog_contentDiv{
	border:3px solid #9ea586;	
	padding:2px;
	z-index:100;/* Always needed	*/
	position:absolute;	/* Always needed	*/
	background-color:#fefcf9;	/* White background color for the message */
}
.modalDialog_contentDiv_shadow{
	z-index:90;/* Always needed	- to make it appear below the message */
	position:absolute;	/* Always needed	*/
	background-color:#3c3c3c;
	filter:alpha(opacity=30);	/* Transparency */
	opacity:0.3;	/* Transparency */	
}