/*!!!!!!!!!!! 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;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;}.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 ul {top:100%;}#qm0 ul li:hover>ul{top:0px;left:100%;}


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


	/* QuickMenu 0 */

	/*"""""""" (MAIN) Container""""""""*/	
	#qm0	
	{	
		width:894px;
		height:30px;
		padding:0px 0px 0px 0px;
		background-color:#000000;
	}


	/*"""""""" (MAIN) Items""""""""*/	
	#qm0 a	
	{	
		/*padding:5px 20px 5px 15px;*/
		background-color:#000000;
		background-repeat:no-repeat;
		background-position:left center;
		color:#E1E1E1;
		font-family:Lucida sans unicode,Verdana;
		font-size:14px;
		text-decoration:none;
		font-variant:small-caps;
		/*border-width:0px 1px 0px 0px;*/
		/*border-style:solid;*/
		border-color:#070707;
	}


	/*"""""""" (MAIN) Hover State""""""""*/	
	#qm0 a:hover	
	{	
		background-color:#000000;
		background-repeat:no-repeat;
		background-position:left center;
		color:#FFFFFF;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 li:hover>a	
	{
	background-color:#000000;
	background-repeat:no-repeat;
	background-position:left center;
	color:#FFFFFF;
	text-decoration:none;
	border-bottom-color: #FFFFFF;
	border-bottom-width: thin;
	}


	/*"""""""" (MAIN) Parent Items""""""""*/	
	#qm0 .qmparent	
	{
	background-repeat:no-repeat;
	background-position:left center;
	text-decoration:none;

	}


	/*"""""""" (MAIN) Parent Hover State""""""""*/	
	#qm0 .qmparent:hover	
	{	
		background-repeat:no-repeat;
		background-position:left center;
		text-decoration:none;
	}


	/*"""""""" (MAIN) Active State""""""""*/	
	body #qm0 .qmactive, body #qm0 .qmactive:hover	
	{	
		background-color:#000000;
		background-repeat:no-repeat;
		background-position:left center;
		color:#FFFFFF;
		text-decoration:none;
	}


	/*"""""""" (SUB) Container""""""""*/	
	#qm0 div, #qm0 ul	
	{
	width:auto;
	padding:5px;
	margin:0px;
	background-color:#DADADA;
	border-width:1px;
	border-style:solid;
	border-color:#999999;
	/*margin-top: 2px;*/
	}


	/*"""""""" (SUB) Items""""""""*/	
	#qm0 div a, #qm0 ul a	
	{	
		padding:4px 40px 4px 5px;
		background-color:transparent;
		background-image:none;
		background-repeat:repeat;
		background-position:0% 0%;
		color:#333333;
		font-size:12px;
		border-width:0px 1px 0px 1px;
		border-style:solid;
		border-color:#DADADA;
	}


	/*"""""""" (SUB) Hover State""""""""*/	
	#qm0 div a:hover	
	{	
		background-color:#050505;
		background-image:none;
		background-repeat:repeat;
		background-position:0% 0%;
		color:#FFFFFF;
		border-color:#666666;
	}


	/*"""""""" (SUB) Hover State - (duplicated for pure CSS)""""""""*/	
	#qm0 ul li:hover>a	
	{	
		background-color:#050505;
		background-image:none;
		background-repeat:repeat;
		background-position:0% 0%;
		color:#FFFFFF;
		border-color:#666666;
		width: auto;
	}


	/*"""""""" (SUB) Parent Items""""""""*/	
	#qm0 div .qmparent, #qm0 ul .qmparent	
	{	
		background-image:none;
		background-repeat:repeat;
		background-position:0% 0%;
		text-decoration:none;
	}


	/*"""""""" (SUB) Parent Hover State""""""""*/	
	#qm0 div .qmparent:hover	
	{	
		background-color:#010201;
		background-image:none;
		background-repeat:repeat;
		background-position:0% 0%;
		color:#F7F9F8;
	}


	/*"""""""" (SUB) Active State""""""""*/	
	body #qm0 div .qmactive, body #qm0 div .qmactive:hover	
	{	
		background-color:#EAEAEA;
		background-image:none;
		background-repeat:repeat;
		background-position:0% 0%;
		color:#222222;
		text-decoration:none;
		border-color:#666666;
	}


	/*"""""""" Individual Titles""""""""*/	
	#qm0 .qmtitle	
	{	
		margin:2px 5px 5px 5px;
		color:#222222;
		font-family:Arial;
		font-size:10px;
		font-weight:bold;
	}


	/*"""""""" Individual Horizontal Dividers""""""""*/	
	#qm0 .qmdividerx	
	{	
		border-top-width:2px;
		margin:4px 5px 4px 5px;
		border-color:#A2A1AD;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li:hover > a.qmparent	
	{	
		text-decoration:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 ul li .qmparent	
	{	
		background-repeat:no-repeat;
		background-position:92% 50%;

	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li:hover > a.qmparent	
	{	
		text-decoration:none;
	}


	/*"""""""" Custom Rule""""""""*/	
	ul#qm0 li .qmparent	
	{	
		/*background-repeat:no-repeat;
		background-position:92% 50%;*/
	}

	
	/**
	 * Menu
	 */	
	.menu #yr
	{
	    display:        block;
	    width:          130px;
	    height:         30px;
	    background:     url(../images/bt_yr_off.png) no-repeat;
	}
	
	.menu #yr:hover
	{
		background:     url(../images/bt_yr_on.png) no-repeat;
	}
	
	.menu #yr.active
	{
	    background:     url(../images/bt_yr_act.png) no-repeat;
	}
	
	.menu #l-yr ul 
	{
	    width:          130px;   
	}
	
	.menu #qy
	{
	    display:        block;
	    width:          151px;
	    height:         30px;
	    background:     url(../images/bt_qy_off.png) no-repeat;
	}
	
	.menu #qy:hover
	{
	    background:     url(../images/bt_qy_on.png) no-repeat;
	}
	
	.menu #qy.active
	{
	    background:     url(../images/bt_qy_act.png) no-repeat;
	}
	
	.menu #l-qy ul 
	{
	    width:          151px;   
	}
	
	.menu #concerts
	{
	    display:        block;
	    width:          119px;
	    height:         30px;
	    background:     url(../images/bt_conc_off.png) no-repeat;
	}
	
	.menu #concerts:hover
	{
	    background:     url(../images/bt_conc_on.png) no-repeat;
	}
	
	.menu #concerts.active
	{
	    background:     url(../images/bt_conc_act.png) no-repeat;
	}
	
	.menu #l-concerts ul 
	{
	    width:          119px;   
	}
	
	.menu #catalogue
	{
	    display:        block;
	    width:          127px;
	    height:         30px;
	    background:     url(../images/bt_cat_off.png) no-repeat;
	}
	
	.menu #catalogue:hover
	{
	    background:     url(../images/bt_cat_on.png) no-repeat;
	}
	
	.menu #catalogue.active
	{
	    background:     url(../images/bt_cat_act.png) no-repeat;
	}
	
	.menu #l-catalogue ul 
	{
	    width:          197px;   
	}
	
	.menu #souscription
	{
	    display:        block;
	    width:          147px;
	    height:         30px;
	    background:     url(../images/bt_souscript_desact.png) no-repeat;
	}
	
	.menu #souscription:hover
	{
	    background:     url(../images/bt_souscript_desact.png) no-repeat;
	}
	
	.menu #souscription.active
	{
	    background:     url(../images/bt_souscript_desact.png) no-repeat;
	}
	
	.menu #l-souscription ul 
	{
	    width:          147px;   
	}
	
	.menu #photos
	{
	    display:        block;
	    width:          114px;
	    height:         30px;
	    background:     url(../images/bt_photos_desact.png) no-repeat;
	}
	
	.menu #photos:hover
	{
	    background:     url(../images/bt_photos_desact.png) no-repeat;
	}
	
	.menu #photos.active
	{
	    background:     url(../images/bt_photos_desact.png) no-repeat;
	}
	
	.menu #l-photos ul
	{
	    width:          114px;   
	}
	
	.menu #contact
	{
	    display:        block;
	    width:          105px;
	    height:         30px;
	    background:     url(../images/bt_contact_off.png) no-repeat;
	}
	
	.menu #contact:hover
	{
	    background:     url(../images/bt_contact_on.png) no-repeat;
	}
	
	.menu #contact.active
	{
	    background:     url(../images/bt_contact_act.png) no-repeat;
	}
	
	.menu #l-contact ul
	{
	    width:          105px;   
	}
	