/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/

* {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:12px;
}
 
body {	
	background:url(../img/background/conteneur.png) repeat-x top #9a9898;
}

img {
 border: none;
}

a {
 text-decoration: none;
 color: #00f;
}

*:focus {
 outline: none;
}

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

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

.acc_toggler a {
	width:206px;
	height:22px;
	display:block;
	background:url(../img/left_menu/left_menu_item.png) no-repeat left top;
	color:#fff;
	padding:10px 0 0 25px;
	margin:0 0 4px 0;
} 

.acc_toggler a:hover {
	background-position:left bottom;
}

div.acc_element {
	display:block;
}
div.acc_element h3 {
 margin: 3px 0 5px 0;
 padding: 0;
}


div.acc_element h3 a {
	color:#fff;
	font-size:11px;
	display:block;
	margin:0 0 0 30px;
}
.acc_element h3 a:hover {
	color:#8a0303;
} 

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

div.galeries {
}

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

div.photos {
 display: block;
}

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

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

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

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

div.contact_frame {
	width:600px;
	display:block;
	float:left;
	margin:20px 0 0 60px;
}

div.contact_line {
 padding: 6px 6px 10px 6px;
 border: 1px solid #eee;
 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 {
 color: #c00;
 font-weight: bold;
}

div.contact_line.highlight {
 background: #f5f5f5;
}

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

div.contact_submit {
 float: right;
 margin: 10px 8px 0 0;
}
div.contact_submit input {
width: 130px;
height: 19px;
background:url(../img/header/top_menu_1.png) no-repeat left 1px;
border:none;
color:#fff;
cursor:pointer;
}

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: 95%;*/
	float: left;
}

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

h1 {
 text-indent: -9999px; 
 margin: 20px auto 0 auto;
 padding: 0;
 width:480px;
 height:115px;
}
h1 a {
	display:block;
	width:480px;
	height:115px;
}

h2.block {
 margin: 0px;
 padding: 3px 5px 1px 5px;
 background: #aaa;
 color: #000;
 font-size: 15px;
}

div.block {
 padding: 5px;
}

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

#conteneur {
	background:url(../img/background/head.jpg) no-repeat center top;
}

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

#header {
	height:242px;
	background:url(../img/header/bandeau.jpg) no-repeat left bottom;
}

#header .top_menu_1 {
	width:980px;
	height:30px;
	color:#fff;
}
#header .top_menu_1 .horaire {
	width:223px;
	height:23px;	
	display:block;
	float:left;
	background:url(../img/header/montre.png) no-repeat 10px 50%;
	padding:7px 0 0 37px;
	font-size:11px;
}
#header .top_menu_1 .menu {
	width:420px;
	height:30px;
	display:block;
	float:right;
}
#header .top_menu_1 .menu a {
	display:block;
	float:left;
	width:130px;
	height:19px;
	color:white;
	font-size:10px;
	margin:7px 3px 0 3px;
	text-align:center;
}
#header .top_menu_1 .menu a:hover {
	background:url(../img/header/top_menu_1.png) no-repeat left top;
	font-weight:bold;
}

#header .horizontal_menu {
	display:block;
	float:left;
	margin:37px 0 0 0;
}

#header .horizontal_menu li {
	display:block;
	float:left;
}

#header .horizontal_menu li a {
	display:block;
	float:left;
	width:auto;
	height:26px;
	padding:10px 15px 0 15px;
	color:#fff;
	font-weight:bold;
}
#header .horizontal_menu li a:hover {
	background:url(../img/header/horizontal_menu_item.jpg) repeat-x top;
}

#body {
 margin: 5px 0;
}

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

#body #left {
 width: 232px;
 float: left;
 min-height: 300px;
}

#body #right {
 background: #ecc;
 float: right;
 width: 200px;
 min-height: 300px;
}

#body .center {
 width: 740px;
 background:url(../img/background/centre_rep.png) repeat-y left;
 float: left;
 min-height: 680px;
}

#body .center .center_head {
	min-height:680px;
	width:740px;
	background:url(../img/background/centre.png) no-repeat left top;
}

#body .center .center_foot {
	width:740px;
	height:8px;
	background:url(../img/background/centre_foot.png) no-repeat left top;
}

#body .center h2 {
	width:680px;
	height:22px;
	background:url(../img/background/titre.png) no-repeat left top;
	color:#8a0303;
	font-size:16px;
	float:left;
	padding:0 0 0 40px;
}

#body .center ul {
	list-style:url(../img/background/list.png);
	margin:0 0 0 20px;
	color:#a54141;
}

#body div.article a {
	color:#a54141;
}
#body div.article p {
	margin:0 0 15px 0;
}

#body div.article ul {
	margin:0 0 15px 20px;
}
#arbo {
	width:700px;
	height:20px;
	margin:20px 0 20px 0;
	padding:0 0 0 20px;
	display:block;
	float:left;
}

#arbo a {
	color:#000;
	font-size:11px;
	font-weight:bold;
}

#footer {
  height:124px;
  margin-top:40px;
}

#footer div.ekinoxe {
	width:229px;
	height:124px;
	display:block;
	float:left;
}
#footer div.bottom_links {
	display:block;
	float:left;
	width:740px;
	text-align:center;
	color:#fff;
	padding-top:20px;
}
#footer div.bottom_links ul li {
	display:inline;
	color:#fff;
}
#footer div.bottom_links ul li a, #footer div.bottom_links p a {
	color:#fff;
}
#footer div.bottom_links ul li a:hover {
	font-weight:bold;
}

.callback {
	width:168px;
	height:134px;
	margin:10px auto 10px auto;
}

#accordion {
	padding-bottom:30px;
	background:url(../img/left_menu/accordion.png) no-repeat left bottom;
	margin:0 0 10px 0;
}

div.block_actus {
	width:229px;
	height:163px;
	background:url(../img/actualites/actualites.jpg) no-repeat left top;
}
#actualites {
 display:block;
 float:left;
 margin:50px 0 0 3px;
}

#actualites h3 {
 margin: 0;
 padding: 4px 6px 2px 6px;
 background: #ccc;
}

#actualites p {
 margin: 0 auto;
 width:200px;
 height:74px;
 overflow:hidden;
 color:#fff;
}

#actualites a.actu_suite {
 display: block;
 color: #000;
 text-decoration: none;
 float:right;
 margin:10px 10px 0 0;
 color:#fff;
 width:83px;
 height:19px;
 background:url(../img/actualites/suite.png) no-repeat left top;
}

.newsletter_block {
	display:block;
	float:right;
	margin:43px 10px 0 0;
	color:#fff;
}
.newsletter_block input[type="text"] {
	width:141px;
	height:19px;
	background:url(../img/newsletter/newsletter_text.jpg) no-repeat left top;
	border:none;
	color:#000;
}
.newsletter_block input[type="submit"] {
	width:27px;
	height:27px;
	background:url(../img/newsletter/ok.png) no-repeat left top;
	border:none;
	color:#fff;
	cursor:pointer;
}
.newsletter_block label {
	margin:0 10px 0 0;
}

.article .article_contenu {
	display:block;
	float:left;
	width:710px;
	margin:10px 0 10px 10px;
}

div.foot {
	background:url(../img/background/footer.png) repeat-x bottom;
}
table.ftable {
	width:600px;
	margin:40px 0 0 60px;
}
table.ftable td.fcell, table.ftable td.fcell_highlight {
	padding-bottom:10px;
}
#inscription a.bouton_suivant {
	display:block;
	float:right;
	width:130px;
	height:19px;
	color:white;
	font-size:10px;
	margin:10px 80px 0 0;
	text-align:center;
	background:url(../img/header/top_menu_1.png) no-repeat left top;
}
ul.sitemap {
	margin:10px 0 0 20px;
}
li.sitemap {
	margin-bottom:10px;
}
li.sitemap a {
	color:#a54141;
}
.article_plus {
	display:block;
	float:right;
	margin-right:40px;
}

div.webcallback_form{
float:left;}
