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


/*********************************************************************
 ****************************** GENERAL ******************************
 *********************************************************************/
 
body, html {
 background-color:#FFFFFF;
 padding: 0;
 margin: 0;
 font-family: "Arial", sans-serif;
 font-size: 12px;
 color:#333333;
}
.clear{
	clear:both;
}
img {
 border: none;
}

a {
 	text-decoration: none;
	color:#5372AD;
}

*:focus {
 outline: none;
}

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

.acc_toggler {
 margin: 0;
 padding: 0;
 cursor: pointer;
} 
.acc_toggler a{
	background-image:url(../img/bg_toggler.jpg);
	background-position:bottom ;
	background-repeat:no-repeat;
	display:block;
	width:158px;
	min-height:21px;
	padding:0px 5px 4px 22px;
	color:#000000;
	font-size:11px;
	font-weight:bold;
	margin:2px 0px;
}

.acc_toggler a:hover{
	background-image:url(../img/hover_toggler.jpg);
	color:#1459A6;
}
.acc_element h3 {
 	margin: 0;
} 
.acc_element a{
	background-image:url(../img/bg_element.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding:2px 5px 2px 12px;
	margin-left:27px;
	color:#000000;
	font-size:11px;
	font-weight:bold;
}
.acc_element a:hover{
	background-image:url(../img/hover_element.jpg);
	background-position:left;
	background-repeat:no-repeat;
	color:#155AA6;
}
/* ------ 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:14px;
	padding-left:48px;
	padding-top:29px;
	color:#DC9106;
	font-weight: bold;
	font-size:14px;
	margin:20px 0px 10px 0px;
}

div.photos {
 display: block;
}

div.photo {
 float: left;
 margin: 0 15px 10px 0px;
 text-align: center;
 width: 150px;
 height: 115px;
}

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

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

/* ------ 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:#82C0E1;
	width:180px;
	height:30px;
	border:none;
	margin-right:31px;
	font-size:12px;
	font-weight:bold;
	color:#FFFFFF;
}
a.bouton_suivant{
	background-color:#82C0E1;
	width:180px;
	height:23px;
	margin-right:60px;
	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 top;
	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: 990px;
 margin: auto;
}
/***********************************************/
#header {
	height:200px;
}

/******/
.menu{
	width:800px;
	margin:auto;
}

.menu a{
	background-image:url(../img/bg_menu.jpg);
	background-position:left;
	background-repeat:no-repeat;
	display:block;
	padding:0px 22px;
	float:left;
	font-size:11px;
	font-weight:bold;
	text-align:center;
	color:#FFFFFF;
	margin-top:10px;
}
.menu a:hover{
	background-image:url(../img/menu_hover.jpg);
	color:#DC9106;
}

/***********************************************/
#body {
	padding-bottom:80px;
}
#body #wrapper {
 background-image:url(../img/bg_wrapper.png);
 background-repeat:no-repeat;
 background-position:top;
 padding-top:46px;
 width:786px;
 height: 100%;
 float: right;
}
h4.welcom{
	background-image:url(../img/bg_h4.png);
	height:18px;
	width:527px;
	padding-left:60px;
	color:#5472AE;
	font-size:16px;
	font-weight:normal;
	margin:0px;
}
.container{
	background-image:url(../img/bg_container.png);
	width:786px;
	padding-bottom:20px;
	min-height:800px;
}
.basContainer{
	background-image:url(../img/bas_container.png);
	width:786px;
	height:3px;
}
#header a.logo{
	background-image:url(../img/bg_logo.png);
	width:338px;
	height:129px;
	display:block;
	float:left;
	margin:34px 0px 0px 42px;
}
#header h2.slogant{
	background-image:url(../img/bg_slogant.png);
	width:371px;
	height:46px;
	float: left;
	margin-left:120px;
	margin-top:20px;
}

/************************************************************/
#body #left {
 	width: 204px;
 	float: left;
	margin-top:53px;
}

#left .cats{
 background-image:url(../img/bg_cats.png);
 background-position:top;
 background-repeat:no-repeat;
 width:198px;
 min-height:200px;
 padding-top:30px;
 padding-left:6px;
}

#left .actual{
	background-image:url(../img/bg_actualite.jpg);
	background-position:bottom;
	background-repeat:no-repeat;
	width:204px;
	height:280px;
	padding-top:5px;
	margin-bottom:14px;
}
a.actu_suite{
	color:#5372AD;
	font-size:11px;
	font-weight:bold;
	margin-left:25px;
}
h2.actuel {
background-image:url(../img/h2_actualite.jpg);
height:37px;
width:191px;
margin:0px;
margin-left:6px;
}
.actual h3{
	 color:#262626;
	 font-size:12px;
	 font-weight:bold;
	 margin:5px 0 5px 24px;
}
.actual p {
color:#262626;
margin:2px 0 0;
padding:5px 43px 6px 25px;
}
/***********************************************************/
#body .center {
 width:535px; /* 980(taille page) - 200(colone gauche) - 200(colone droite) - 20(margin gauche ET droite) */
 float: left;
 padding-left:42px;
 padding-right: 10px
}
.center a.article_plus{
	color:#637011;
	font-size:11px;
	font-weight:bold;
	margin-top:5px;
	margin-bottom:10px;
	float:right;
}
.article_contenu{
	padding-right:25px;
}
/*******************************************************/
#body #right {
 float: right;
 width: 198px;
}
.horaire{
	width:198px;
	height:229px;
	margin-top:105px;
}
.horaire h2.hors{
	background-image:url(../img/h2_horaire.jpg);
	width:184px;
	height:40px;
	margin:0px;
}
.horaire p{
	padding:0px 30px;
	color:#FFFFFF;
}
/********************************************************/

.newsletter{
}
.newsletter h2.news{
	background-image:url(../img/h2_newsletter.jpg);
	width:131px;
	height:26px;
	margin:0px;
	color:#000000;
	font-size:15px;
	font-weight:bold;
	text-transform:uppercase;
}
form#newsletter{
	margin:0px;
	padding:0px;
}
#right input{
	background:none;
	border:none;
	margin:0px;
	padding:0px;
	color:#FFFFFF;
	margin-top:10px;
	float: left
}
#right .newsletter input.id_text{
	background:url(../img/bg_id_text.jpg) no-repeat;
	width:127px;
	height:23px;
	padding-left:4px;
	margin-left:25px;
	color:#000000;
	font-size:10px;
	padding-top: 3px;
	padding-top /*\**/: 7px\9;
	.padding-top: 7px;
	display: block
}
#right .newsletter input.valider{
	background-image:url(../img/bg_valider.jpg);
	width:27px;
	height:29px;
	border:none;
	cursor:pointer;
}
/*******************************************************/
#footer {
	height:210px;
	font-weight:normal;
}

#footer .info{
	width:800px;
	margin:auto;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	margin-top:50px;
}
.info a{
	color:#333333;
}
.info strong{
	color:#262626;
	font-size:13px;
}

a.logoEkinoxe{
	background-image:url(../img/logo_ekinoxe.jpg);
	width:338px;
	height:55px;
	display:block;
	padding:0px;
	margin:auto;
}
.menuBas{
	width:850px;
	padding-top:16px;
	margin:auto;
	text-align: center
}

*+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:#FFFFFF;
	font-size:11px;
	font-weight:bold;
	text-transform:lowercase;
	display: inline-block;
	white-space: nowrap
}
.menuBas a:hover{
	text-decoration:underline;
}

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;
}
.diapo {
	margin-top:20px;
}
