body, html {
 background:url('../img/bg_background.jpg') top repeat-x;
 background-color:#8bb536;
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 color:#FFF;
}

img {
 border: none;
}

a {
 text-decoration: underline;
 color: #527900;
 font-weight:normal;
}
a:hover {
 text-decoration: underline;
 color: #527900;
 font-weight:bold;
}

*:focus {
 outline: none;
}

/* ------ MENU ACCORDEON ------ */

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
} 

.acc_element h3 {
 margin: 0;
 padding: 0;
} 



/* ------ GALERIES ------ */

div.galeries {
}

div.galerie {
 display: none;
 clear: both;
 margin: 10px 0 10px 0;
}

h2.galerie {
 background: #777 url('../img/bg-h2.jpg') top left repeat-x;
 color: #fff;
 font-size: 14px;
 padding: 3px 0 3px 8px;
 display:none;
}

div.photos {
 display: block;
}

div.photo {
 border: 1px solid #888;
 float: left;
 margin: 0 8px 0 0;
 text-align: center;
 width: 120px;
 height: 120px;
 padding: 6px 2px;
}

img.photo {
 max-width: 100px;
 max-width: 100px;
}

div.photo div.photoName {
 padding: 6px 0;
}

/* ------ CONTACT ------ */

h2.contact{
	color:#293c00;
	margin-left:20px;
}

div.contact_frame {
	margin:0 0 20px 80px;
}

div.contact_line {
 padding: 6px 6px 6px 6px;
 border-top: none;
}

div.contact_line div.contact_field_name {
 float: left;
 width: 150px;
 padding: 7px 0 0 0;
 font-weight: bold;
}

div.contact_line div.contact_field_value {
 margin-left: 160px;
}

span.contact_field_cross {
 font-weight: bold;
}

div.contact_line.highlight {
}

div.contact_line input , div.contact_line textarea {
 margin-top: 3px;
}

div.contact_submit {
 margin: 10px 0 0 227px;
}

div.contact_error {
 border: 1px solid #a00;
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 background: #fee;
 margin: 4px 0 0 0;
 font-weight: bold;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 width: 195px;
}

/* ------ STRUCTURE DE LA PAGE (DECOUPAGE) ------ */

h1 {
 text-indent: -9999px; 
 margin: 0;
 padding: 0;
}

#header {
position:relative;
 min-height: 322px;
}

#newsletters{
	position:absolute;
	top:299px;
	left:197px;
}

#newsletters #bg_news{
	background:url('../img/bg_newsletter.png') no-repeat;
	width:97px;
	height:17px;
	float:left;
}



#newsletters div.block {
	float:left;
	margin:-3px 0 0 5px;
}

.id_text{
	background:url('../img/bg_input.png') no-repeat;
	width:110px;
	height:18px;
	text-align:center;
    color: #000;
    font-size:12px;
	float:left;
	border:none;
	padding:2px 5px 0 5px;	
}

.btn_ok{
	background:url('../img/btn_ok.png') no-repeat;
	width:56px;
	height:36px;
	margin:-8px 0 0 0;
	float:left;
	border:none;
	cursor:pointer;
}

#bg_menu_haut{
	position:absolute;
	top:275px;
	left:457px;
	width:340px;
}

#bg_menu_haut ul{
	list-style:none;
}

#bg_menu_haut ul li{
	float:left;
	margin-left:2px;
	font:13px Verdana, Geneva, sans-serif;
	color:#FFF;
}

#bg_menu_haut ul li a.accueil{
	background:url('../img/bg_accueil.png') top no-repeat;
	width:79px;
	height:28px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding-top:8px;
	display:block;
}

#bg_menu_haut ul li a.accueil:hover{
	background:url('../img/bg_accueil.png') bottom no-repeat;
	width:79px;
	height:28px;
	color:#527900;
	text-align:center;
	font-weight:bold;
	padding-top:8px;
	display:block;
}

#bg_menu_haut ul li a.presentation{
	background:url('../img/bg_presentation.png') top no-repeat;
	width:130px;
	height:28px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding-top:8px;
	display:block;
}

#bg_menu_haut ul li a.presentation:hover{
	background:url('../img/bg_presentation.png') bottom no-repeat;
	width:130px;
	height:28px;
	color:#527900;
	text-align:center;
	font-weight:bold;
	padding-top:8px;
	display:block;
}

#bg_menu_haut ul li a.contact{
	background:url('../img/bg_contact.png') top no-repeat;
	width:84px;
	height:28px;
	color:#FFF;
	text-align:center;
	font-weight:bold;
	padding-top:8px;
	display:block;
}

#bg_menu_haut ul li a.contact:hover{
	background:url('../img/bg_contact.png') bottom no-repeat;
	width:84px;
	height:28px;
	color:#527900;
	text-align:center;
	font-weight:bold;
	padding-top:8px;
	display:block;
}

h2 {
 margin: 0;
 padding: 0;
 font-size: 14px;
}

#conteneur {
}

#page {
 width: 980px;
 margin: auto;
}


.bg_taiile_gauche{
	position:absolute;
	top:0;
	left:0;
	width:197px;
	height:322px;
}

.bg_text_colin{
	position:absolute;
	top:0;
	left:178px;
	width:627px;
	height:88px;
}

.bg_taiile_droit{
	position:absolute;
	top:0;
	left:813px;
	width:166px;
	height:320px;
}

.bg_text_rolls{
	position:absolute;
	top:64px;
	left:568px;
	width:230px;
	height:18px;
}

.bg_devis{
	position:absolute;
	top:92px;
	left:168px;
	width:337px;
	height:205px;
}

.bg_tel{
	position:absolute;
	top:97px;
	left:482px;
	width:337px;
	height:200px;
}

#body {
 margin: 5px 0;
}

#body #wrapper {
 height: 100%;
 float: right;
}

#body #left {
 width: 184px;
 float: left;
 position:relative;
}

#left a.btn_home{
	position:absolute;
	top:0;
	left:10px;
	background:url('../img/btn_home.png') top no-repeat;
	width:11px;
	height:15px;
}

#left a.btn_home:hover{
	background:url('../img/btn_home.png') bottom no-repeat;
	width:11px;
	height:15px;
}

#left a.btn_etoile{
	position:absolute;
	top:0;
	left:30px;
	background:url('../img/btn_etoile.png') top no-repeat;
	width:17px;
	height:15px;
}

#left a.btn_etoile:hover{
	background:url('../img/btn_etoile.png') bottom no-repeat;
	width:17px;
	height:15px;
}

#left a.btn_contact{
	position:absolute;
	top:0;
	left:60px;
	background:url('../img/btn_contact.png') top no-repeat;
	width:8px;
	height:16px;
}

#left a.btn_contact:hover{
	background:url('../img/btn_contact.png') bottom no-repeat;
	width:8px;
	height:16px;
}

#left a.btn_plan{
	position:absolute;
	top:0;
	left:80px;
	background:url('../img/btn_plan.png') top no-repeat;
	width:8px;
	height:16px;
}

#left a.btn_plan:hover{
	background:url('../img/btn_plan.png') bottom no-repeat;
	width:8px;
	height:16px;
}

#left .menu_accordion{
	width:184px;
	margin:25px 0 0 0;
}

#left .menu_accordion#accordion h2{
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
	width:221px;
}

#accordion h2 a{
	background-color:#e9f9cc;
	width:164px;
	height:20px;
	margin:0 0 5px 1px;
	padding-left:20px;
	font:normal 13px Verdana, Geneva, sans-serif;
	color:#527900;
	display:block;
}

#accordion h2 a:hover{
	background-color:#FFF;
	font:normal 13px Verdana, Geneva, sans-serif;
	color:#527900;
	display:block;
}

.bg_horaire{
	background:url('../img/bg_horaire.png') top left no-repeat;
	width:149px;
	margin:10px 0 0 0;
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
	padding:35px 0 0 37px;
}

#body #right {
 float: left;
 width: 184px;
}

#right #info_flash{
	background:url('../img/btn_flash.png') top left no-repeat;
	font:11px Verdana, Geneva, sans-serif;
	width:100px;
	color:#527900;
	margin-left:-4px;
	padding:30px 10px 0 30px;
}

#right #bg_contacter{
	background:url('../img/btn_contactez.png') top left no-repeat;
	font:11px Verdana, Geneva, sans-serif;
	color:#fff;
	width:127px;
	padding:30px 10px 0 35px;
}

#right #bg_contacter span{
	text-align:right;
	display:block;
}

 

#actualites h3 {
	display:none;
}

#body .center {
	background:url(../img/bg_center.png) top no-repeat;
 margin:-4px 0 0 6px;
 width: 606px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 min-height:300px;
 float: left;
 padding:10px 0 0 0;
}

#arbo {
 padding: 5px 5px 3px 5px;
 display:none;
}


h2.article{
	background:url('../img/bg_article.png') left top no-repeat;
	font:14px Verdana, Geneva, sans-serif;
	color:#537A00;
	padding:10px 0 10px 35px;
}

	
.article_contenu{
	font:11px Verdana, Geneva, sans-serif;
	color:#527900;
	margin:0 0 0 35px;
	padding:0 15px;
	line-height:14px;
}

.center #footer {
  min-height: 100px;
}

.center #footer ul{
	width:533px;
	margin:0 0 0 -10px;
	list-style:none;
}

.center #footer ul li{
	font:10px Verdana, Geneva, sans-serif;
	color:#FFF;
	float:left;
	margin:5px 0 0 7px;
}

.center #footer ul li a{
	font:10px Arial, Helvetica, sans-serif;
	color:#DFFAAC;
	float:left;
}

.center #footer ul li a:hover{
	font:10px Arial, Helvetica, sans-serif;
	color:#fff;
	float:left;
}

.classe_footer{
	font:10px Verdana, Geneva, sans-serif;
	color:#fff;
	float:left;
	margin:5px 0 0 5px;
}

a.classe_footer{
	font:10px Verdana, Geneva, sans-serif;
	color:#DFFAAC;
}
a.classe_footer:hover{
	font:10px Verdana, Geneva, sans-serif;
	color:#fff;
}

#bg_contact_bas{
	background:url('../img/bg_contact_bas.png') top left no-repeat;
	height:88px;
	margin:-50px 0 0 30px;
	padding:30px 0 0 121px;
	font:12px Verdana, Geneva, sans-serif;
	color:#fff;
}

#bg_contact_bas a{
	font:12px Verdana, Geneva, sans-serif;
	color:#fff;
}

#bg_contact_bas a:hover{
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
}

.article_plus{
	display:none;
} 0 5px;
}

a.classe_footer{
	font:10px Verdana, Geneva, sans-serif;
	color:#DFFAAC;
}
a.classe_footer:hover{
	font:10px Verdana, Geneva, sans-serif;
	color:#fff;
}

#bg_contact_bas{
	background:url('../img/bg_contact_bas.png') top left no-repeat;
	height:88px;
	margin:-50px 0 0 30px;
	padding:30px 0 0 121px;
	font:12px Verdana, Geneva, sans-serif;
	color:#fff;
	display:block;
}

#bg_contact_bas a{
	font:12px Verdana, Geneva, sans-serif;
	color:#fff;
}

#bg_contact_bas a:hover{
	font:12px Verdana, Geneva, sans-serif;
	color:#FFF;
}

.article_plus{
	display:none;
}
