body{
	margin: 0px;
	padding: 0px;
	background: #FFF;
	font: 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 100%;
	word-spacing: normal;
	overflow-x:hidden;
}

hr {
	background:url(hr.gif) no-repeat center center;
	width:100%;
	height:9px;
	border:0;
	z-index:100;
	margin:0;
}

a:link {
	color: #838383;
}
a:visited {
	color: #e2d879;
}
a:hover {
	color: #c9ba36;
}
a:active {
	color: #c9ba36;
}

#container{
	margin: 0 auto;
	width:900px;
	position:relative;
}
/*-------------------------------------------*/
/* header */
/*-------------------------------------------*/

#header{
	height:148px;
	background:url(bg_banner.jpg) no-repeat center center;
	z-index:1;
}
#header ul {
	position:absolute;
	margin:0;
	padding:0;
	top:106px;
	left:180px;
	z-index:2;
}
#header ul li {
	margin: 0 5px 0 0;
	float:left;
	display:inline;
	width:154px;
	height:32px;
	background:url(bg_menu.jpg) no-repeat center top;
	padding:6px 0 0 0;
	text-align:center;
    z-index:2;
    cursor: pointer;
}
#header #selected {
	background:url(bg_menu.jpg) no-repeat 0 -42px;
	padding:10px 0 0 0;
}
#header #selected a {
	color:#FFF;
}
#header #backhome{
	width:200px;
	height:100px;
	cursor:pointer;
}
#header ul li a {
	color: #787024 ;
	font: 18px "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight:bold;
	text-decoration:none;
	width:154px;
	height:32px;
}
.butt_more {
	border:0;
	padding-left:150px;
	z-index:10000;
}
#header #apropos{
	position:absolute;
	top:122px;
	right:22px;
	font-size:16px;
	color:#FFF;
	font-weight:bold;
	text-decoration:none;
	z-index:1000;
}

/*-------------------------------------------*/
/* splash */
/*-------------------------------------------*/
#splash {
	background:url(splash01.gif) no-repeat center center;
	height:334px;
	margin-top:-63px;
	z-index:1;
}
#splash p {
	font-size:14px;
	font-weight:bold;
}
#splash .splasher {
	padding:100px 240px 0 210px;
	height:334px;
	position:absolute;
}
#splash #splash00 {
    background:url(splash_deco_01.gif) no-repeat top left;
}
#splash #splash01 {
    background:url(splash_deco_02.gif) no-repeat top left;
}
#splash #splash02 {
    background:url(splash_deco_03.gif) no-repeat top left;
}
#splash #splash03 {
    background:url(splash_deco_04.gif) no-repeat top left;
}
#splash #splash04 {
    background:url(splash_deco_05.gif) no-repeat top left;
}
.splash_nav{
	position:absolute;
	right:0;
	top:145px;
	height:300px;
	width:250px;
	z-index:100;
	padding-top:5px;
}
.splash_nav a {
	height:53px;
	width:200px;
	float:right;
	cursor:pointer;
	clear:both;
	z-index:2000;
	font-size:0px;
}

/*-------------------------------------------*/
/* content */
/*-------------------------------------------*/
#content{
	text-align:left;
	position:relative;
	background:url(bg_content.jpg) no-repeat center top;
	padding:10px;
}
#content h1 {
	font-size: 22px;
	color: #8A9807;
}
#content p {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 15px;
	text-align:justify;
}
#content a {
	color:#00527F;
	text-decoration:none;
	font-weight:bold;
}
#content  label{
	width:150px;
	float:left;
}
#content #macaron {
	padding:10px 10px 10px 30px;
	float:right;
	border:0;
}
#content #form_contact {
	background:#FFF;
	border:1px solid #CCC;
	width:600px;
	margin: 0 auto;
	padding:5px;
	height:370px;
}
#content .left{
	width:30%;
	float:left
}
#content .right{
	width:70%;
	float:right
}

/*-------------------------------------------*/
/* slider */
/*-------------------------------------------*/

#slider{
	z-index:0;
	height:223px;
	width:900px;
	margin:0;
}
#slider_nav{
	height:223px;
	width:900px;
	position: absolute;
	z-index:1000;
}
#next{
	width:200px;
	height:223px;
	float:right;
	cursor:pointer;
	background:url(pix.gif); /* IE fix */
}
#previous{
	width:200px;
	height:223px;
	float:left;
	cursor:pointer;
	background:url(pix.gif); /* IE fix */
}
/*-------------------------------------------*/
/* offres */
/*-------------------------------------------*/

#offres{
    border:1px solid #FFF;
    position:relative;
    clear: both;
}
.tab_offres{
	width:90%;
	margin:0 auto;
	padding:0;
	text-align:center;
	font-size:13px;
	color:#666;
	z-index:1;
}
.tab_offres th {
	font-size: 18px;
	color: #8A9807;
}
.tab_offres td {
	padding:10px;
	border-bottom:1px solid #CCC;
}
.tab_offres .titre {
	text-align:left;
	background:#fff;
}

/*-------------------------------------------*/
/* footer */
/*-------------------------------------------*/
#footer{
	width:100%;
	text-align:right;
	font-size:10px;
}
