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

* {
	margin:0;
	padding:0;
	font-family:arial;
	font-size:12px;
}
 
body {	
	background-color:#1c1e20;
}

img {
 border: none;
}

a, .center a, .center strong, .article a {
 text-decoration: none;
 color: #0066b7;
}

*:focus {
 outline: none;
}

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

.acc_toggler {
 margin: 0 0 0 4px;
 padding: 0;
 background:url(../img/left_menu/separateur.png) no-repeat left bottom;
}

.acc_toggler a {
	width:206px;
	height:24px;
	display:block;
	color:#313537;
	padding:7px 0 0 20px;
	margin:0 0 0 0;
	background:url(../img/left_menu/left_menu_item.png) no-repeat left top;
} 

.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:#313537;
	font-size:11px;
	display:block;
	margin:0 0 0 30px;
}
.acc_element h3 a:hover {
	color:#8a0303;
} 

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

div.galeries {
	margin-top:20px;
}

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

div.photos {
 display: block;
}

div.photo { 
 float: left;
 margin: 0 15px 15px 0;
 text-align: center;
 width: 175px;
 height: 139px;
 padding:5px;
}

img.photo {
 max-width: 175px;
 max-height:139px;
 border:1px solid #e0dee7;
}

div.photo div.photoName {
 display:none;
}

div.description-galerie {
	padding-left:14px;
	
}

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

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

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: 25px;
background:url(../img/actualites/suite.png) no-repeat left top;
border:none;
color:#fff;
cursor:pointer;
font-size:11px;
}

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: 10px 0 0 60px;
 padding: 0;
 width:360px;
 height:200px;
}
h1 a {
	display:block;
	width:360px;
	height:200px;
}

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 {
	/*width:1000px;*//*1017*/
	margin:0 auto;
/*	background:url(../img/background/bg_page.png) repeat-y left 100px;*/
	background:url(../img/background/bg_page.png) repeat-y center 100px;
}

.background {
	background:url(../img/background/bottom.png) repeat-x bottom;
}

.backgrounds {
	background:url(../img/background/bg_ampoule.png) no-repeat center top;/*bg_body.jpg*/
}

.background-all {
	background:#4A4F51 url(../img/background/bg_all.png) repeat-x top;
}

#page {
 /*width:1000px;*/
 margin:0px auto;
 /*background:url(../img/background/top.png) no-repeat left top;*/
 background:url(../img/background/top.png) no-repeat center top;
 /*border:1px solid red;*/
}

#header {
	height:242px;
	width:1000px;
	margin:0px auto;
}

#header .top_menu_1 {
	width:900px;
	height:52px;
	color:#fff;
	margin:0 0 0 20px;
}
#header .top_menu_1 .menu {
	width:420px;
	height:30px;
	display:block;
	float:left;
	margin:0 0 0 0;
	color:#9aa8ab;
}
#header .top_menu_1 .menu a {
	display:block;
	float:left;
	margin:10px 10px 0 10px;
	color:#9aa8ab;
}
#header .top_menu_1 .menu a:hover {
	color:#406ddd;
}

#body {
 margin: 5px 0;
 width:1000px; 
 margin:0px auto;
}

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

#body #left {
 width: 255px;
 float: left;
 margin:0 0 0 14px;
 padding-top:75px;
}

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

#body .center {
 width: 680px;
 float: left;
 min-height: 800px;
 padding-top:70px;
}

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

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

#body .center h2 {
	width:635px;
	height:40px;
	background:url(../img/background/titre.png) no-repeat left top;
	color:#0066b7;
	font-size:16px;
	float:left;
	padding:10px 0 0 20px;
}

#body .center ul {
	margin:0 0 0 20px;
	color:#0066b7;
}

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

#body div.article ul {
	margin:0 0 15px 20px;
}
#arbo {
	width:640px;
	height:40px;
	margin:20px 0 0 0;
	padding:10px 0 0 20px;
	display:block;
	float:left;
	background:url(../img/background/arbo.png) no-repeat left top;
}

#arbo a {
	color:#e84f3a;
	font-weight:bold;
}
#arbo a.accueil {
	color:#0066b7;
}

#footer {
  height:330px;
  width:1000px;margin:0px auto;
}

#footer div.ekinoxe {
	width:128px;
	height:54px;
	display:block;
	float:left;
	margin:0 20px 0 20px;
}
#footer div.infos {
	display:block;
	float:left;
	width:328px;
	color:#fff;
	font-weight:bold;
	font-size:16px;
	margin:90px 0 0 450px;
}
#footer div.infos p {
	font-size:16px;
}
#footer div.infos .entreprise {
	font-weight:normal;
	color:#6b96c8;
}
#footer div.bottom_links {
	display:block;
	float:left;
	width:980px;
	text-align:center;
	color:#fff;
	padding-top:20px;
	margin:60px 0 0 0;
}
#footer div.bottom_links ul {
	display:block;
	float:left;
	width:780px;
}
#footer div.bottom_links ul li {
	display:block;
	float:left;
	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 {
	color:#c1e5ff;
}

.callback {
	width:242px;
	height:191px;
	margin:0 0 0 0;
}

#accordion {
	padding-bottom:30px;
	margin:0 0 10px 0;
}

div.block_actus {
	width:209px;
	height:163px;
	margin:20px 0 0 20px;
}
div.block_actus h2 {
	width:189px;
	height:24px;
	background:url(../img/actualites/titre.png) no-repeat left top;
	color:#fff;
	padding:7px 0 0 15px;
}
#actualites {
 display:block;
 float:left;
 margin:10px 0 0 3px;
}

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

#actualites p {
 margin: 0 0 0 0;
 width:200px;
 height:120px;
 overflow:hidden;
 color:#212121;
}

#actualites a.actu_suite {
 display: block;
 color: #000;
 text-decoration: none;
 margin:10px 10px 0 0;
 color:#fff;
 width:120px;
 height:20px;
 background:url(../img/actualites/suite.png) no-repeat left top;
 padding:4px 0 0 0;
 text-align:center;
}
#inscription a.bouton_suivant {
 display: block;
 float:right;
 color: #000;
 text-decoration: none;
 margin:10px 50px 0 0;
 color:#fff;
 width:120px;
 height:20px;
 background:url(../img/actualites/suite.png) no-repeat left top;
 padding:4px 0 0 0;
 text-align:center;
}

.newsletter_block {
	display:block;
	float:left;
	margin:20px 10px 0 40px;
	color:#fff;
}
.newsletter_block input[type="text"] {
	width:159px;
	height:27px;
	background:url(../img/newsletter/text.png) no-repeat left top;
	border:none;
	color:#4db1ed;
	padding:0 10px 0 10px;
	font-weight:bold;
}
.newsletter_block input[type="submit"] {
	width:27px;
	height:27px;
	border:none;
	color:#fff;
	cursor:pointer;
	font-weight:bold;
	background:none;
}
.newsletter_block label {
	margin:0 10px 0 0;
	font-size:14px;
	font-weight:bold;
}

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

div.foot {
	/*background:url(../img/background/foot.png) no-repeat -191px bottom;*/
	background:url(../img/background/foot.png) no-repeat center bottom;
	/*border:1px solid red;*/
}
table.ftable {
	width:600px;
	margin:40px 0 0 30px;
}
table.ftable td.fcell, table.ftable td.fcell_highlight {
	padding-bottom:10px;
}
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;
}
.msg_erreur {
	color:#ff0000;
}
.spacer {
	display:block;
	width:100%;
	height:1px;
	overflow:hidden;
	clear:both;
}
#map_canvas {
	width:640px;
}
