/*********************************************************************
 ******************* TOP BOTTOM ARTICLE GALERIE **********************
 *********************************************************************/
 
@import url(galerie.css);


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 background-image:url(../img/bg_body.jpg);
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 color:#9d9c9b;
}
.clear{
	clear:both;
}
img {
 border: none;
}

a {
 	text-decoration: none;
	color:#FFFFFF;
}

*:focus {
 outline: none;
}

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

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
} 
.acc_toggler a{
	background-image:url(../img/bg_toggler.jpg);
	display:block;
	width:204px;
	height:29px;
	padding:14px 2px 0px 38px;
	color:#999999;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}

.acc_toggler a:hover{
	background-image:url(../img/hover_toggler.jpg);
	color:#FFFFFF;
}
.acc_element h3 {
 	margin: 0;
} 
.acc_element a{
	display:block;
	padding:2px 5px 3px 60px;
	color:#5b5b5b;
	font-size:11px;
	font-weight:bold;
}
.acc_element a:hover{
	color:#ff392a;
}
/* ------ GALERIES ------ */

div.galeries {
}

div.galerie {
 display: block;
 clear: both;
}

.center h2{
	background-image:url(../img/h2_center.jpg);
	background-repeat:no-repeat;
	background-position:left;
	height:18px;
	padding-left:40px;
	padding-top:6px;
	color:#FFFFFF;
	font-weight: bold;
	font-size:14px;
	margin:10px 0px;
}
div.photos {
 display: block;
}

div.photo {
 float: left;
 margin: 0 8px 10px 0px;
 text-align: center;
 width: 172px;
 height: 137px;
}

img.photo {
 background-color:#000000;
 padding:8px;
 max-width: 156px;
 max-height: 121px;
 border:1px solid #171717;
}

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

.diapor {
 background-color:#000000;
 padding:8px;
 border:1px solid #171717;
}


/* ------ CONTACT ------ */
div.contact_frame{
	padding-left:30px;
}
div.contact_frame input{
	background:#FFFFFF;
	border:1px solid #999999;
}
div.contact_frame input.bouton_suivant, div.contact_frame input.botton{
	background-color:#b31004;
	width:180px;
	height:25px;
	border:none;
	margin-right:84px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
a.bouton_suivant{
	background-color:#b31004;
	width:120px;
	height:20px;
	margin-right:80px;
	font-size:12px;
	color:#FFFFFF;
	display:block;
	float:right;
	text-align:center;
	padding-top:7px;
}
div.contact_line {
 padding: 6px 6px 10px 6px;
}

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 {
}

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

div.contact_submit {
 float: right;
 margin: 10px 8px 0 0;
}

div.contact_error {
 padding: 3px 6px;
 color: #a00;
 font-size: 11px;
 margin: 4px 0 0 0;
 font-weight: bold;
 -moz-border-radius: 3px;
 -webkit-border-radius: 3px;
 width: 400px;
 clear:both;
}

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

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

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

div.block {
 padding: 5px;
}

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

#conteneur {
	background-image:url(../img/bg_conteneur.jpg);
	background-position:center 2px;
	background-repeat:no-repeat;
}
.all{
	background-image:url(../img/bg_all.jpg);
	background-position:top;
	background-repeat:repeat-x;
	width:100%;
}
.bottom{
	background-image:url(../img/bg_bottom.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}
#page {
 width: 930px;
 margin: auto;
}
/***********************************************/
#header {
	height:332px;
}

#header a.logo{
	background-image:url(../img/bg_logo.png);
	width:474px;
	height:153px;
	margin-top:40px;
	display:block;
	float:left;
}
.diapo{
	background-image:url(../img/img_diapo.jpg);
	width:391px;
	height:249px;
	float:right;
	padding: 6px 0 0 8px
}
/******/
.picto{
	width:300px;
	float:left;
	padding-top:15px;
	font-size:11px;
	font-weight:bold;
}
.picto a{
	color:#8f8f8f;
}
.picto a:hover{
	color:#FFFFFF;
}
.menu{
	width:248px;
	float:right;
}

.menu a{
	display:block;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#8f8f8f;
	height:49px;
	width:124px;
	padding-top:15px;
}
.menu a:hover{
	background-image:url(../img/menu_hover.jpg);
	color:#FFFFFF;
}

/***********************************************/
#body {
	padding-bottom:20px;
}
#body #wrapper {
 width:644px;
 padding-left:34px;
 height: 100%;
 float: right;
}
/************************************************************/
#body #left {
	background-image:url(../img/bg_left.jpg);
	border:1px solid #1a1a1a;
	border-bottom:none;
 	width: 250px;
 	float: left;
	padding-top:12px;
}

#left .cats{
 width:198px;
 min-height:200px;
}

/***********************************************************/
#arbo {
 padding: 10px 5px 10px 5px;
}
#arbo a{
	color:#FFFFFF;
}
#arbo a:hover{
	color:#ba1002;
}
/***********************************************************/
#body .center {
 width:644px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 float: left;
}
.center a.article_plus{
	background-color:#b31004;
	color:#FFFFFF;
	padding:5px 10px;
	width:90px;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
}
.article_contenu{
	padding-right:25px;
}
/*******************************************************/

#left .actual{
	background-image:url(../img/bg_actualite.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:252px;
	min-height:300px;
	padding-top:25px;
	margin-left:-1px;
	padding-bottom:5px;
}
a.actu_suite{
	background-color:#b31004;
	color:#FFFFFF;
	padding:5px 10px;
	width:90px;
	display:block;
	font-size:11px;
	font-weight:bold;
	margin-bottom:10px;
	margin-left:20px;
}

h2.actuel {
background-image:url(../img/h2_actualite.jpg);
height:17px;
width:219px;
margin-left:20px;
}
.actual h3{
	 display:none;
}
.actual p {
color:#6f6a6a;
margin:2px 0 0;
padding:5px 0px 6px 20px;
}
/*************************/
.newsletter{
	margin-top:-16px;
	width:370px;
}
.newsletter h2.news{
	background-image:url(../img/h2_news.jpg);
	width:102px;
	height:21px;
	margin:0px;
	float:left;
	margin-right:3px;
	margin-top:2px;
}
form#newsletter{
	margin:0px;
	padding:0px;
}
#header input{
	background:none;
	border:none;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
}
#header .newsletter input.id_text{
	background-image:url(../img/bg_id_text.jpg);
	width:187px;
	.width:183px;
	height:23px;
	padding-left:4px;
	color:#565656;
	font-size:11px;
	float:left;
	padding-top: 0;
	line-height: 23px;
	text-indent: 10px
}
#header .newsletter input.valider{
	background-color:#b31004;
	border:none;
	color:#FFFFFF;
	width:53px;
	height:20px;
	cursor:pointer;
	font-size:10px;
	font-weight:bold;
	float:left;
	margin-left:4px;
	margin-top:1px;
}
/*******************************************************/
#footer {
	background-image:url(../img/bg_footer.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	height:338px;
	font-weight:normal;
}

#footer .info{
	width:300px;
	font-size:12px;
	font-weight:bold;
	padding-left:15px;
}
.info span{
	color:#b31004;
	font-size:13px;
}

a.logoBas{
	background-image:url(../img/logo_bas.jpg);
	width:289px;
	height:80px;
	display:block;
}

#footer a.logoEkinoxe{
	background-image:url(../img/logo_ekinoxe.jpg);
	width:121px;
	height:44px;
	display:block;
	padding:0px;
	float:right;
	margin:40px;
}
.menuBas{
	background-image:url(../img/bg_menu_bas.jpg);
	background-position:right top;
	background-repeat:no-repeat;
	height:30px;
	padding-top:11px;
	width:750px;
	float:right;
	text-align:right;
}
.menuBas .basMenu{
	background-image:url(../img/bas_menu_bas.jpg);
	height:2px;
	width:254px;
	float:right;
	margin-top:11px;
	overflow:hidden;
}

*=html .menuBas a{
display: inline
}

.menuBas a{
	background-image:url(../img/lien_bas.jpg);
	background-position:right;
	background-repeat:no-repeat;
	padding-left:5px;
	padding-right:10px;
	color:#787878;
	font-size:11px;
	font-weight:bold;
	display: inline-block;
	white-space: nowrap
}
.menuBas a:hover{
	color:#FFFFFF;
}

div.article{
	overflow:hidden;
}
div.article{
	text-align:justify;
}

div#map_canvas{
	padding-left:10px;
}

form#inscription{
	padding-left:30px;
}
.msg_erreur{
	padding-left:30px;
}
