body {
	background:url(../images/background.jpg) top center no-repeat;
    background-color:black;
    font-family: Tahoma, Geneva, sans-serif;
    color: #FFF;
    font-size: 12px;
}
h1 {
	font-size:23px;
	text-align:center;
}
p {
    line-height: 16px;
    margin-bottom: 8px;
}
hr {
    border: none;
    color: #ad8722;
    background-color: #ad8722;
    height: 1px;
    margin: 15px 0;
}
a {
    color: #FFF;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
a img {
    border: none;
}
ul {
    margin: 0;
    padding: 0 0 0 10px;
    list-style: none;
}
.clear {
    clear: both;
}
/* ******************* wrappers ******************* */
#full-wrapper {
	position:absolute;
    margin-left: -500px;
	top:0;
    left: 50%;
    width: 999px;
	padding:0;
	z-index:9;
}




#marge-left {
	background:url(../images/body-left.png) 0 0 repeat-x;
}
#marge-right {
	background:url(../images/body-right.png) 0 0 repeat-x;
}
.boby-background {
    width:49.99%;
	height:151px;
	float:left;
}





/* ******************* TOP BANNER & MENUS ******************* */
#banner {
	width:999px;
	height:313px;
	background:url(../images/banner.jpg) 0 0 no-repeat;
	position:relative;
}
#top-menus {
    position:absolute;
	top:173px;
	left:918px;
}
#top-menus a {
    color:#FFF;
	font-weight:bold;
	font-size:13px;
	line-height:20px;
}
#menus-wrapper {
    width: 999px;
    height:63px;
}
#menus-wrapper img {
    float:left;
}
.btns {
	height:63px;
	float:left;
}
.btns a{
    display: block;
    text-indent:-1000em;
	height:63px;
}



/* ******************* CONTENT ******************* */
#content-wrapper {
    width: 999px;
}
#content-left {
    width: 47px;
    min-height: 545px;
    height: auto !important;
    height: 545px;
	float:left;
	background:url(../images/left.jpg) 0 0 no-repeat;
}
#content-right {
    width: 44px;
    min-height: 545px;
    height: auto !important;
    height: 545px;
	float:left;
	background:url(../images/right.jpg) 0 0 no-repeat;
}
#content {
    width: 908px;
    min-height: 545px;
    height: auto !important;
    height: 545px;
	float:left;
    background:url(../images/content.jpg) 0 0 no-repeat;
	background-color:#003e29;
}
#content-news {
    width: 288px;
	margin:5px 0 0 26px;
	float:left;
	display:inline;
	/*border:solid white 1px;*/
}
#content-page {
    width: 535px;
	margin:5px 0 0 26px;
	float:left;
	display:inline;
	/*border:solid white 1px;*/
}

/********************* SLIDESHOW ******************************/
#slideshow {
	margin-top: 75px;
    position: relative;
    height: 446px;
}

#slideshow img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8;
}

#slideshow img.active {
    z-index: 10;
}

#slideshow img.last-active {
    z-index: 9;
}




/********** RÉALISATIONS **********/
.uiTooltip {
	display: none;
}
#realisations_container {
	width: 320px;
	height: 365px;
	border-top: #FFF solid 2px;
	background-color: #ECE9E4;
}


/********************* FOOTER ******************************/
#footer {
    width: 908px;
    height: 96px;
	margin-left:47px;
	padding-top:19px;
    background:url(../images/footer.jpg) 0 0 repeat-x;
	text-align:center;
	font-size:11px;
	overflow:hidden;
}

/********************* SUBMENU ******************************/
#submenu_familles {
	display:none;
	width: 172px;
	position: absolute;
	top: 375px;
	background-color:#02402b;
	border:solid #ad8722 1px;
	z-index:9999;
	text-align:center;
	padding:3px 0 3px 0;
}
#submenu_familles a:link, #submenu_familles a:visited {
	display:block;
	width:172px;
	padding:0;
	color:#FFF;
	font-weight:bold;
	font-family:Tahoma, Geneva, sans-serif;
	text-decoration:none;
	font-size:13px;
	margin:7px 0;
	line-height:20px;
	}
#submenu_familles a:link:hover, #submenu_familles a:visited:hover {
	text-decoration:underline;
	}
