/*!!!!!!!!!!! QuickMenu Core CSS [Do Not Modify!] !!!!!!!!!!!!!*/
.qmmc .qmdivider{display:block;font-size:1px;border-width:0px;border-style:solid;position:relative;z-index:1;}.qmmc .qmdividery{float:left;width:0px;}.qmmc .qmtitle{display:block;cursor:default;white-space:nowrap;position:relative;z-index:1;}.qmclear {font-size:1px;height:0px;width:0px;clear:left;line-height:0px;display:block;float:none !important;}.qmmc {position:relative;zoom:1;z-index:10;}.qmmc a, .qmmc li {float:left;display:block;white-space:nowrap;position:relative;z-index:1;}.qmmc div a, .qmmc ul a, .qmmc ul li {float:none;}.qmsh div a {float:left;}/* ACTIVE LE TREE SI DÉCOMMENTER .qmmc div{visibility:hidden;position:absolute;}.qmmc .qmcbox{cursor:default;display:block;position:relative;z-index:1;}.qmmc .qmcbox a{display:inline;}.qmmc .qmcbox div{float:none;position:static;visibility:inherit;left:auto;}.qmmc li {z-index:auto;}.qmmc ul {left:-10000px;position:absolute;z-index:10;}.qmmc, .qmmc ul {list-style:none;padding:0px;margin:0px;}.qmmc li a {float:none}.qmmc li:hover>ul{left:auto;}#qm0 li {float:none;}#qm0 li:hover>ul{top:0px;left:100%;}*/


/*!!!!!!!!!!! QuickMenu Styles [Please Modify!] !!!!!!!!!!!*/


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:180px;
		background-color:#FFF;
		background-image:none;
	}

	
	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		padding:0px 0px 0px 0px;
		color:#000;
		font-family:Verdana;
		font-size:12px;
		font-weight:bold;
		text-decoration:none;
	}	

	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{	

	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		text-decoration:none;
		font-weight:bold;
	}
	
/* Clause speciale pour le 1er element *******************************/
	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a.first, #qm0 ul a.first	
	{	
		padding:5px 0px 5px 25px;
		margin:10px 10px 0px 10px;
		background:transparent url(/images/puce_menup.gif) 5px 5px no-repeat;
		border-top:1px dotted #f1c54a;
		border-bottom:1px dotted #f1c54a;
		font-family:Tahoma;
		font-size:11px;
		font-weight:normal;
		color:#000;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a.first:hover	
	{	
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
		text-decoration:none;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a.first	
	{	
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
		text-decoration:none;
	}

/******************************************************************/
/* Clause speciale pour le dernier element *******************************/
	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a.last, #qm0 ul a.last	, #qm0 ul a.qmparent
	{	
		padding:5px 0px 5px 25px;
		margin:0px 10px 0 10px;
		background:transparent url(/images/puce_menup.gif) 5px 5px no-repeat;
		border-bottom:1px dotted #f1c54a;
		font-family:Tahoma;
		font-size:11px;
		font-weight:normal;
		color:#000;
	}
	
	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a.last:hover	
	{	
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
		text-decoration:none;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a.last
	{	
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
		text-decoration:none;
	}

/******************************************************************/

/* Clause speciale pour un element seul *******************************/
	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a.first-last, #qm0 ul a.first-last	
	{	
		padding:5px 0px 5px 25px;
		margin:10px 10px 0px 10px;
		background:transparent url(/images/puce_menup.gif) 5px 5px no-repeat;
		border-top:1px dotted #f1c54a;
		border-bottom:1px dotted #f1c54a;
		font-family:Tahoma;
		font-size:11px;
		font-weight:normal;
		color:#000;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a.first-last:hover	
	{	
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
		text-decoration:none;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a.first-last
	{	
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
		text-decoration:none;
	}

/******************************************************************/

	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{	
		background-image:none;
		margin:0 0 0 0;
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:5px 0px 5px 25px;
		margin:0px 10px 0px 10px;
		background:transparent url(/images/puce_menup.gif) 5px 5px no-repeat;
		border-bottom:1px dotted #f1c54a;
		font-family:Tahoma;
		font-size:11px;
		font-weight:normal;
		color:#000;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
		text-decoration:none;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
		text-decoration:none;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		text-decoration:none;
		font-weight:bold;
		background:#f5f1de url(/images/puce_menup.gif) 5px 5px no-repeat;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		font-size:11px;
	}