*{outline:none;}
body {
	background-color: #fff;
	font-family:"Century Gothic",Arial,Verdana;
	font-size:12px;
}

a img{border:0;}

#layout {
    margin: 0 auto;
    width: 930px;
}

#l-header{height: 30px; position: relative; padding-top: 15px;}
	#l-header a {position: absolute; display: block; top: 15px; height: 17px; background-image: url(images/layout/menu.png); background-repeat: no-repeat;}
	#l-header a.hommes {left: 0px; width: 85px;}
	#l-header a.femmes {background-position: -85px 0;left: 85px; width: 83px;}
	#l-header a.comediens {background-position: -168px 0;left: 168px; width: 86px;}
	#l-header a.xl {background-position: -254px 0;left: 254px; width: 105px;}
	#l-header a.ladies {background-position: -359px 0;left: 359px; width: 188px;}
	#l-header a.hommes:hover {background-position: 0px -17px;}
	#l-header a.femmes:hover {background-position: -85px -17px;}
	#l-header a.comediens:hover {background-position: -168px -17px;}
	#l-header a.xl:hover {background-position: -254px -17px;}
	#l-header a.ladies:hover {background-position: -359px -17px;}
	
	
	#l-center #fiche { position: relative; }
#l-center #fiche .video { position: absolute; top: 230px; left: 10px; }

#l-center{height:500px;}
	#gal{height:300px;width:680px;background-color:#FFFFFF;float:right;}
		#gallery{height:285px;white-space:nowrap;overflow:auto;width:680px;}
	#fiche{height:290px;width:220px;background: url('images/layout/bg_center.jpg');float:left;color:#fff;padding:5px 15px;}
#l-footer{background: url(images/layout/apparence-interne_07.jpg) no-repeat;height:89px;}
	#l-footer a.home{display:block;height:40px;left:0px;position:relative;top:15px;width:275px;}

#coverflow {height:200px;background-color:#FFFFFF; color:#222;}
#container {margin:0; padding:0; height:185px; overflow: hidden; background-color: #333132; position: relative; }
#container ul {margin:0; padding:0; list-style:none; white-space:nowrap; display:table-row;}
#container ul li {display:table-cell; vertical-align:top;text-align:center;}
#container p {margin:0; color:#eee;font-weight:bold;}
#container a {text-decoration:none;}
#container img {filter: alpha(opacity=60); -moz-opacity: 0.6; -khtml-opacity: 0.6; opacity: 0.6;}
#active img {filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}
#container a:hover img {filter: alpha(opacity=100); -moz-opacity: 1; -khtml-opacity: 1; opacity: 1;}


.scrollarea {
	height: 15px;
	background: url(images/layout/scrollBG.png) repeat-x;
}
div.scrollBarContainer {
	width: 902px;
	height:13px;
	margin-top: 1px;
	float: left;
}
div.Cont2{width: 652px;}
.scrollKnob {
	height: 12px;
	min-width: 36px;
}
.scrollLeft {
	float:left;
	height: 12px;
	width: 12px;
	background: url(images/layout/pt_droite.gif) no-repeat;
}
.scrollCenter {
	height: 12px;
	margin-left:12px;
	margin-right:12px;
	background: url(images/layout/pt_centre.gif) repeat-x;
}
.scrollRight {
	float:right;
	height: 12px;
	width: 12px;
	background: url(images/layout/pt_gauche.gif) no-repeat;
}
.scrollForward, .scrollBack {
	float: left;
	height: 15px;
	background: #ccc;
	width: 26px;
}
.scrollBack{background: url(images/layout/scrollBack.png) no-repeat;margin-right:-12px;}
.scrollForward{background: url(images/layout/scrollForward.png) no-repeat;margin-left:-12px;}
