body {
	background:#505050;
	margin:0;
	padding:0;
	font-family:tahoma;
	font-size:11px;
}
img {
	border:0
}
h1 {
	color:#a96328;
	font-family:tahoma;
	font-size:15px;
	letter-spacing:3px;
}
h2 {
	color:#6b6b6b;
	font-family:tahoma;
	font-size:15px;
	letter-spacing:3px;
}
.realisation h2 {
	color:#00778b;
	font-family:tahoma;
	font-size:15px;
	letter-spacing:3px;
}
.realisation h3 {
	color:#00778b;
	font-family:tahoma;
	font-size:13px;
}
h4 {
	color:#002e23;
	font-family:tahoma;
	font-size:15px;
	letter-spacing:3px;
}
h5 {
	color:#b9b9b9;
	font-family:tahoma;
	font-size:15px;
	letter-spacing:3px;
}
h1, h2, h3, h4, h5 {
	margin-bottom:15px
}
#container {
	width:979px;
	height:auto;
	margin:auto;
}
#topmenulangue {
	width:979px;
	height:26px;
	text-align:right;
	color:#FFFFFF;
	padding:10px 0 0 0;
}
#topmenulangue a {
	color:#FFFFFF;
	text-decoration:underline;
}
#top {
	width:979px;
	height:166px;
	text-align:right;
	vertical-align:top;
}
#content {
	width:929px;
	height:auto;
	background:#FFF;
	padding:25px 0 0 50px;
}
#content2 {
	width:979px;
	height:auto;
	background:#FFF;
}
#contentrealisation {
	width:979px;
	height:auto;
	background:#FFF;
}
#contentrealisation ul {
}
#contentrealisation li {
}
#content2 ul {
	padding-bottom: 15px;
}
#content2 li {
	padding: 0 0 0 7px;
	margin: 2px 0 2px 0
}
#content2 ul ul {
	padding-bottom: 15px;
}
#content2 li li {
	padding: 0;
	margin: 4px 0 4px 0
}
#bottom {
	width:979px;
	height:25px;
	color:#A7A7A7;
	padding:5px 0 0 0;
}
#bottom a {
	color:#A7A7A7;
	padding:0 5px 0 5px;
}
#bottom a:hover {
	color:#A7A7A7;
}
.colonnegaucheindex {
	padding:28px 10px 28px 60px;
	vertical-align:top;
}
.colonnegauche {
	padding:28px 20px 28px 50px;
	vertical-align:top;
}
.colonnegauche a {
	color:#363;
}
.colonnedroite {
	border-left:6px solid #505050;
	padding:28px 15px 28px 15px;
	background:url(images/bg-pixel-droite.gif) 25px right no-repeat;
	vertical-align:top;
}
.colonnedroite a {
	color:#363;
}
.colonnedroite img {
	margin-left:30px;
}
#newsfirst {
}
#news {
	border-top:1px solid #CCC;
}
#plusinfos {
	width:98%;
	padding:0 0 10px 0;
}
/*  Galerie accueil */
ul.slideshow {
	list-style:none;
	width:625px;
	height:350px;
	overflow:hidden;
	position:relative;
	margin:0;
	padding:0;
}
ul.slideshow li {
	position:absolute;
	left:0;
	right:0;
}
ul.slideshow li.show {
	z-index:500;
}
ul img {
	border:none;
}
#slideshow-caption {
	width:625px;
	height:70px;
	position:absolute;
	bottom:0;
	left:0;
	color:#fff;
	background:#000;
	z-index:500;
}
#slideshow-caption .slideshow-caption-container {
	padding:5px 10px;
	z-index:1000;
}
#slideshow-caption h3 {
	margin:0;
	padding:0;
	font-size:14px;
}
#slideshow-caption p {
	margin:5px 0 0 0;
	padding:0;
}
/* ACCORDEON STYLE */
/*
Vertical Accordions
*/
		
.accordion_toggle {
	display: block;
	height: 30px;
	width: 500px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
.accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
.vertical_accordion_toggle {
	display: block;
	height: 30px;
	width: 600px;
	background: url(images/accordion_toggle.jpg) no-repeat top right #a9d06a;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #ffffff;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 12px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}
.vertical_accordion_toggle_active {
	background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;
	color: #ffffff;
	border-bottom: 1px solid #f68263;
}
.vertical_accordion_content {
	background-color: #ffffff;
	color: #444444;
	overflow: hidden;
}
.vertical_accordion_content h2 {
	margin: 15px 0 5px 10px;
	color: #0099FF;
}
.vertical_accordion_content p {
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
/*
Horizontal Accordion
*/
		
.horizontal_accordion_toggle {
	/* REQUIRED */
			float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
			display: block;
	height: 100px;
	width: 30px;
	background: url(images/h_accordion_toggle.jpg) no-repeat top left #a9d06a;
	color: #ffffff;
	text-decoration: none;
	outline: none;
	border-right: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
}

.horizontal_accordion_toggle_active {
	background: url(images/h_accordion_toggle_active.jpg) no-repeat top left #e0542f;
	border-right: 1px solid #f68263;
}
.horizontal_accordion_content {
	/* REQUIRED */
	height: 100px;	/* We need to define a height for the accordion as it stretches the width */
	float: left;	/* This make sure it stays horizontal */
	/* REQUIRED */
			
			overflow: hidden;
	background-color: #ffffff;
	color: #444444;
}
.horizontal_accordion_content p {
	width: 450px;
	line-height: 150%;
	padding: 5px 10px 15px 10px;
}
/* Container styling*/
#horizontal_container {
	margin: 20px auto 20px auto;
	width: 680px;
	height: 100px;
}
#vertical_nested_container {
	margin: 20px auto 20px auto;
	width: 620px;
}

