@charset "utf-8";
/*-------------------------------------------------------------*/
img, img a
{
	border : 0;
}

.picto_menu_16{
	width: 16px;
	height: 16px;
	border: 0;
	position : relative;
	margin-right: 6px;
	top: 3px;
}

.roundDiv
{
	border-radius: 10px 10px;
	-moz-border-radius: 10px;
}

#menu dl, #menu dt,#menu  dd, #menu ul, #menu li 
{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu li a
{
	display: block;
	height: 100%;
	border: 0 none;
}

#menu
{
	width : 100%;
	height : 30px;
	background-image : url(./_ico/fond_barre_menu.jpg);
	background-repeat : repeat-x;
	margin: 0;
	padding: 0;
	font-size : 12px;
	z-index:58;
}

#menu dt a
{
	color : #FFFFFF;
	text-decoration : none;
	display: block;
	height: 100%;
}

#menu dt a:hover
{
	color : #3CAAE4
	text-decoration : underline;
}

#boutonsMenu
{
	width : 100%;
	margin : auto;
	text-align : left;
}

#menu dl
{
	width : 125px;
	/*width : 110px;*/
	float : left;
	cursor : pointer;
}

#menu dt
{
	height : 30px;
	width : 125px;
	background-image : url(./_ico/bouton.jpg);
	/*	
	width : 110px;
	background-image : url(./_ico/btn_nav_s.jpg);
	*/
	background-repeat : no-repeat;
	text-align : center;
	padding-top : 0px;
	font-weight: bold;
	font-size: 12px;
}

#menu dt a
{
	padding-top : 6px;
	height : 24px;
}

#menu dd
{
	display : none;
	position: absolute;
	z-index:100;
	opacity:0.9;
	filter:alpha(opacity=90);
	border : 1px solid black;
	border-top : 0;
	width : 185px;
	padding : 5px;
	color : #000000;
	line-height : 22px;
	background-color : #FFFFFF;
}

#menu dd a
{
	color : #000000;
	text-decoration : none;
}

#menu dd a:hover
{
	color : #3CAAE4;
	text-decoration : none;
	/*text-decoration : underline;*/
}

#menu dt:hover
{
	background-image : url(./_ico/bouton_hover.jpg);
	background-repeat : no-repeat;
}

#menu .separateurMenu
{
	width : 3px;
	height : 30px;
	margin-left : 2px;
	margin-right : 2px;
	background-image : url(./_ico/separateur_menu.jpg);
	background-repeat : no-repeat;
	float : left;
}