@charset "UTF-8";
/* CSS Document */

html, body {
	height:100%; 
}

*, body {
	margin:0;
}
#Background { 
	width:100%; 
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	z-index:1;
}
#traits { 
	width:100%; 
	height:100%;
	top:0px;
	left:0px;
	position:fixed;
	z-index:2;
	background-image:url(../images/layout/traits.png);
	background-repeat:no-repeat;
	background-position:center;
}
#conteneur {
	width:1000px;
	height:100%;
	margin:auto;
	z-index:5;
	position:relative;
	text-align:right;
}
#logo {
	width:210px;
	height:52px;
	z-index:1000;
	left:0;
	top:70px;
	position:absolute;
	margin-left:-5px;
}
#chapeau {
	height:32px;
	left:0;
	top:154px;;
	position:absolute;
}
#new {
	width:220px;
	height:275px;
	left:780px;
	top:120px;
	position:absolute;
	background-image:url(../images/layout/transparence.png);
	border:solid #FFF 1px;
}
#barre_bas {
	width:100%;
	height:142px;
	background-image:url(../images/layout/barre_bas.png);
	background-repeat:repeat-x;
	top:69%;
	position:absolute;
	z-index:4;
}
#tableau_barre_bas {
	position: absolute;
	top:69%;
	height: 142px;
	text-align:center;
	width:100%;
}
#tableau_barre_bas .entete {
	height:20px;
	padding:15px 0 15px 0;
	text-align:left;
}
#tableau_barre_bas td {
	font-family:Helvetica;
	font-size:14px;
	color:#000;
	text-align:left;
	line-height:20px;
	text-align:justify;
	padding:0 40px 0 0;
}
#tableau_barre_bas td a {
	font-family:Helvetica;
	font-size:14px;
	color:#000;
	text-align:left;
	line-height:20px;
	text-decoration:none;
}
#tableau_barre_bas td a:hover {
	color:#FFF;
}

/* FOOTER */

#footer {
	position: absolute;
	bottom:0px;
	height: 20px;
	z-index:2;
	text-align:center;
	width:100%;
}
#footer p {
	font-family:Helvetica;
	font-size: 12px;
	color: #FFF;
}

/* MENU */

#fond_menu {
	width:100%;
	height:32px;
	top:0px;
	left:0px;
	position:absolute;
	background-image:url(../images/layout/fond_menu.png);
	background-repeat:repeat-x;
	z-index:3;
	border-bottom:solid #e1e1e1 1px;
}

#conteneur li {
	display:inline;
	list-style-type:none;
	margin:0;
	line-height:32px;
}
.padding_li {
	padding: 0 30px 0 0;
}
.padding_bouton {
	padding: 0;
}
#conteneur li a {
	font-family:Helvetica;
	font-size: 16px;
	color: #FFF;
	text-decoration:none;
}
#conteneur li a:hover {
	color: #FFF;
	text-decoration:none;
	border-bottom:solid #FFF 3px;
	padding-bottom:6px;
}

/* SLIDER */

#galerie {
	height:280px;
	position:relative;
	top:200px;
	overflow:hidden;
	padding-right:0px;
	padding-left:0px;
	margin-right:0px;
	margin-left:0px;
}
.next {
	width:35px;
	height:35px;
	background-color:#FFF;
	background-image:url(../images/layout/next.jpg);
	background-repeat:no-repeat;
	background-position:right;
	position:absolute;
	right:0;
	top:120px;
	margin:0;
	cursor:pointer;
	z-index:50;
}
.last {
	width:35px;
	height:35px;
	background-color:#FFF;
	background-image:url(../images/layout/last.jpg);
	background-repeat:no-repeat;
	background-position:left;
	position:absolute;
	left:0;
	top:120px;
	margin:0;
	cursor:pointer;
	z-index:51;
}
.slider {
	height:280px;
	text-align:left;
	position:relative;
	left:0px;
}
.slider img {
	border:0;
	margin:0;
}
#debord_droite {
	height:35px;
	background-color:#FFF;
	width:8px;
	position:absolute;
	top:22.05em;
	left:1000px;
}
#debord_gauche {
	height:35px;
	background-color:#FFF;
	width:8px;
	position:absolute;
	top:22.05em;
	left:-8px;
}
#filtre_droit {
	height:273px;
	width:250px;;
	position:absolute;
	top:14.6em;
	right:0px;
	background-image:url(../images/layout/black.png);
	border-right:solid #FFF 1px;
}
#filtre_gauche {
	height:273px;
	width:250px;;
	position:absolute;
	top:14.6em;
	left:0px;
	background-image:url(../images/layout/black.png);
	border-left:solid #FFF 1px;
}
#legende {
	height:60px;
	width:498px;
	position:absolute;
	top:530px;
	left:250px;
	background-image:url(../images/layout/transparence.png);
	text-align:center;
}