@charset "utf-8";
/* CSS Document */

/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmclear {
	font-size:1px;
	height:0px;
	width:0px;
	clear:left;
	line-height:0px;
	display:block;
}
.qmmc {
	position:relative;
}
.qmmc a {
	float:left;
	display:block;
	white-space:nowrap;
}
.qmmc div a {
	float:none;
}
.qmmc div {
	display:none;
	position:absolute;
	width:auto;
	height:auto;
	overflow:hidden;
}
/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* Remove the comments bleow for vertical mains and change the false value to
           true in the qm_create function after the menus structure. */
	/*.qmmc a {float:none}*/

		

	/*"""""""" (MAIN) Container """"""""*/
	#qm0 {
	background-color:transparent;
	
}
/*"""""""" (MAIN) Items """"""""*/
	#qm0 a {
	color:#000000;
	background-color:#ffffff;
	font-family:'Trebuchet MS', Arial, sans-serif;
	font-size:10px;
	text-decoration:none;
	text-transform:uppercase;
}
/*"""""""" (MAIN) Hover State """"""""*/
	#qm0 a:hover {
	overflow:hidden;
/*background-color:#efefef;*/
	}
/*"""""""" (MAIN) Active State """"""""*/	
	#qm0 .qmactive {
	/* Note: Add '!important' after each style */

	background-color:#efefef !important;
	text-decoration:none !important;
}
/*"""""""" [SUB] Items """"""""*/
	#qm1 a, #qm1 a:link ,  #qm1 a:active {
	font-family:'Trebuchet MS', Arial, sans-serif;
	background-color:#FFFFFF;
	padding-left:6px;
	line-height:12px;
	/*padding:2px 30px 2px 5px;*/
	color:#000000;
	border-left: black 1px solid;
	border-right: black 1px solid;
	margin-left:0px;
	width:132px;
	overflow:hidden;
}
#qm1 a:hover {

	background-color:#EEEEEE;
	padding-left:10px;
	line-height:12px;
	/*padding:2px 30px 2px 5px;*/
	color:#000000;
	margin-left:0px;
	border-left: black 1px solid;
	border-right: black 1px solid;
	width:128px;
	overflow:hidden;
}
#qm1 .TitPub-relais a, #qm1 .TitPub-relais a:link ,  #qm1 .TitPub-relais a:active {
	color:#be0926;
	padding-left:10px;
	width:128px;
}

#qm2 a, #qm2 a:link ,  #qm2 a:active {
	font-family:'Trebuchet MS', Arial, sans-serif;
	background-color:#FFFFFF;
	padding-left:6px;
	line-height:11px;
	/*padding:2px 30px 2px 5px;*/
	border-width:0px;
	border-style:none;
	color:#000000;
	border-left: black 1px solid;
	border-right: black 1px solid;
	margin-left:0px;
	width:200px;
	overflow:hidden;
}
#qm2 a:hover {

	background-color:#EEEEEE;
	padding-left:10px;
	line-height:11px;
	/*padding:2px 30px 2px 5px;*/
	border-width:0px;
	border-style:none;
	color:#000000;
	border-left: black 1px solid;
	border-right: black 1px solid;
	margin-left:0px;
	width:196px;
	overflow:hidden;
}

