@charset "UTF-8";
/* CSS Document */
#entrees_gammes{
	position:relative;
	z-index:10;
	height:240px;
	background-color:transparent;
	margin:0px 10px 0px 9px;
	padding-top:0px;
	border-top: solid 7px #fff;
	}
#entrees_gammes hr {
	display:none;
	}
ul#gammes {
	width:250px;
	float:left;
	}
ul#gammes li {
	}
ul#gammes li a{
	display:block;
	height:120px;
	}
ul#gammes li a span{
	display:none;
	}
ul#gammes li.entree_performance{
	background-color:#40474d;
	}
ul#gammes li.entree_grdlarge{
	background-color:#E3CB77;
	}
ul#gammes li.entree_performance a {
	background:url(images/fr/bt_performance.jpg) no-repeat left top;
	}
ul#gammes li.entree_grdlarge a {
	background:url(images/fr/bt_grandlarge.jpg) no-repeat left top;
	}
ul#gammes li.active a {
	background-position:right top;
	}
#gamme_container {
	height:240px;
	
	}
.gContent {
	width:681px;
	height:240px;
	/*margin-left:250px;*/
	}
#g0{
	background: #475055 url(images/bt_listperformance_entrees.jpg) repeat-x left bottom ;
	}
#g1{
	background: #dec680 url(images/bt_listgrdLarge_entrees.jpg) repeat-x left bottom ;
	}
.gContent li {
	float:left;
	}
.gContent li a{
	color:#fff;
	text-decoration:none;
	display:block;
	height:180px;
	text-align:center;
	position:relative;
	background:url(images/filet_entrees.png) left top no-repeat;
	}
#g0 li a:hover{
	color:#002E5B;
	}
#g1 li a:hover{
	color:#f15a24;
	}
#g1 li a:hover .containerimg {
	border-bottom:solid 4px #f15a24;
	margin-bottom: 6px; }
#g0 li a:hover .containerimg {
	border-bottom:solid 4px #002E5B;
	margin-bottom: 6px; }
.gContent li a img{
	}
.gContent h3{
	font-size:0.8em;
	}
.gContent h3 strong{
	display:block;
	font-size:1.5em;
	}
#entrees_gammes .gContent p {
	color:#fff;
	font-size:0.7em;
	padding:0px 20px;
	}
.containerimg{
	border-left:solid 1px #fff;
	margin-bottom:10px;
	overflow:hidden;
	}
/*Debug ie 7*/
*+html ul#gammes li{
	height:115px;
	
	}
/*Debug ie 7 et 8*/
