/*
	Menu drop
*/
/*Menu background*/
#cadre_menu{

	width: 100%;
	/*padding-top: 10px;*/
	height: 45px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
	background: #ebe9f9;
	background: -moz-linear-gradient(top,  #ebe9f9 0%, #c1bfea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe9f9), color-stop(100%,#c1bfea));
	background: -webkit-linear-gradient(top,  #ebe9f9 0%,#c1bfea 100%);
	background: -o-linear-gradient(top,  #ebe9f9 0%,#c1bfea 100%);
	background: -ms-linear-gradient(top,  #ebe9f9 0%,#c1bfea 100%);
	background: linear-gradient(to bottom,  #ebe9f9 0%,#c1bfea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 );


}

ul#nav li.top_menu {
	float:left;
	height:35px;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 15px;
	max-width: 150px;
	border-right: 1px solid #918BA0;
	
}
ul#nav li.top_menu a{
	display:block;
	color:#000;
	font-family:verdana;
	font-size: 12px;
	min-width: 150px;
	padding: 4px 10px;
	text-decoration:none;
	
}
/*Onglets hover*/
ul#nav li.top_menu:hover{
background: #ebe9f9;
background: -moz-linear-gradient(top,  #ebe9f9 0%, #d7d6ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe9f9), color-stop(100%,#d7d6ff));
background: -webkit-linear-gradient(top,  #ebe9f9 0%,#d7d6ff 100%);
background: -o-linear-gradient(top,  #ebe9f9 0%,#d7d6ff 100%);
background: -ms-linear-gradient(top,  #ebe9f9 0%,#d7d6ff 100%);
background: linear-gradient(to bottom,  #ebe9f9 0%,#d7d6ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#d7d6ff',GradientType=0 );






		height: 35px;
}


ul#nav li.active {
	background-image: url('chevronDown.gif') no-repeat;
	background-position: 60% 17px;
}

/* UL sub menu*/
ul.sub-menu{
	display:none;
	width: 900px;
	position: absolute;
	margin-top: 13px;
	left:0;
	text-align: left;
	min-height: 125px;
	background: #000;
	z-index: 100;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	
}
ul.sub-menu > ul{
	float:left;
}
ul.column_1{
	/*text-align:left;
	max-width: 250px;*/
}
ul.column_1 li{
	float: left;
	width: 215px;
}
ul.column_1 li a{
	color: #fff !important;
	height: 25px;
	padding: 10px 0px 0 8px !important;
}
ul.column_1 li a:hover{
	color: #000 !important;
	background: #ebe9f9;
	background: -moz-linear-gradient(top,  #ebe9f9 0%, #c1bfea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe9f9), color-stop(100%,#c1bfea));
	background: -webkit-linear-gradient(top,  #ebe9f9 0%,#c1bfea 100%);
	background: -o-linear-gradient(top,  #ebe9f9 0%,#c1bfea 100%);
	background: -ms-linear-gradient(top,  #ebe9f9 0%,#c1bfea 100%);
	background: linear-gradient(to bottom,  #ebe9f9 0%,#c1bfea 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#c1bfea',GradientType=0 );

}
ul.gr_act{
	width: 900px;
	padding-bottom: 10px;
}
/* Vignettes */
ul.gr_act li{
	float: left;
	width: 165px;
	height: 70px;
	margin-top: 6px;
	padding-top: 40px;
	/*padding-left: 11px;
	padding-right: 10px;*/
background: #ebe9f9;
background: -moz-linear-gradient(top,  #ebe9f9 0%, #d7d6ff 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ebe9f9), color-stop(100%,#d7d6ff));
background: -webkit-linear-gradient(top,  #ebe9f9 0%,#d7d6ff 100%);
background: -o-linear-gradient(top,  #ebe9f9 0%,#d7d6ff 100%);
background: -ms-linear-gradient(top,  #ebe9f9 0%,#d7d6ff 100%);
background: linear-gradient(to bottom,  #ebe9f9 0%,#d7d6ff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ebe9f9', endColorstr='#d7d6ff',GradientType=0 );







	margin-left: 10px;
	border-radius: 8px;
}
ul.gr_act li img.ticket{
	display: block;
	position: absolute;
	margin-top: -43px;
	margin-left: 1px;
	
}
ul.gr_act li center{
	width: 150px;
}
ul.gr_act li input[type="submit"]{
	border:none;
	background:none;
	cursor:pointer;
	font-weight: normal;
	font-family:verdana;
	font-size: 12px;
	color:#000;
}
ul.gr_act li a:hover,ul.gr_act li input[type="submit"]:hover{
	
	text-decoration: underline !important;
}
ul.gr_act li a{
	color:#000 !important;
	font-weight: bold;
	width: 150px !important;
	text-decoration:none;
}
ul.gr_act li.group-title{
	color:#eee;

}