/* CSS Document */

*{ 
	margin:0;
	padding:0;
	outline:none;
}
html, body{
	text-align:center;
	font-size:73%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background:url(../img/accueil_repeat.jpg) no-repeat top center #d6f2d4;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	/*top: 50%;*/
	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	/*margin-top: -250px;    /* moitié de la hauteur de img_accueil */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
	background:#d6f2d4;
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:auto;
	overflow:hidden;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_domaine{
	width:400px;
	height:60px;
	float:left;
	display:block;
	text-align:left;
	padding:0 0 0 10px;
}
#accueil_distrib{
	width:200px;
	height:60px;
	float:right;
	display:block;
	text-align:center;
}	
#accueil_copyright{
	width:120px;
	float:left;
	margin:10px 0 0 215px;
	text-align:center;
	text-transform:uppercase;
}
.accueil p{
	color:#225f36;
}
.accueil a:link, .accueil a:visited, .accueil a:hover, .accueil a:active{
	color:#225f36;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../img/body_repeat.jpg) no-repeat top center #d6f2d4;
}
#conteneur_img {
	background:url(../img/body.jpg) repeat-y top center;
	width:100%;
	height:auto;
	min-height:100%;
}
#conteneur{
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
	height:100%;
}
#haut{
	height:285px;
	width:970px;
	position:relative;
	display:block;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	background: url(../img/gauche.jpg) no-repeat;
	width:343px;
	min-height:266px;
	float:left;
	position:relative;
}
/*#droite {
	background:url(../images/charte/fd-droite.jpg) no-repeat top left;
	width:180px;
	float:right;
	position:relative;
}*/
#texte{
	background:url(../img/contenu.jpg) no-repeat;
	width:605px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:266px;
	position:relative;
	float:left;
	padding: 0px 22px 20px 0px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-39px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../img/bas_repeat.jpg) no-repeat top center #d6f2d4;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:39px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
}
/* CSS WebKit HACK (pour Safari et Chrome) */
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#bas{position:static;margin-top:39px; /* A modifier aussi en fonction de bas et global-bas*/}
	#global_bas{position:static;}
}
#bas ul.menu_bas{
	width:70%;
	margin:0 auto 0 auto;
	clear:both;
}
#bas ul.menu_bas li{
	float:left;
	text-align:center;
	position:relative;
	margin: 6px 10px;
	list-style-type:none;
	font: 0.8em Arial, Verdana, Helvetica, sans-serif;
}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
body, table, div, p, select, textarea, span, .texte {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	color:#225f36;

	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
p.intro{
	font: 1.3em Arial, Helvetica, sans-serif;
	font-style:italic;
	color:#225f36;
	font-weight:bold;
	line-height:1.6em
}
.petit_texte {
	font-size: 0.8em;
	color: #225f36;
	line-height:normal;
	padding-left:5px;
}
h1{
	color:#1db4df;
	margin:0 0 10px 0;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 2em;
	font-weight: normal;
	text-align:right;
}
h2{
	font: bold 1.6em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#1db4df;
}
h3{
	color:#225f36;
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #48c83f;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #1db4df;
	text-decoration:underline;
}
.avertissement {
	color: #F00;
}
#texte ul{
	list-style-type:circle;
	margin-left:30px;
}
#texte ol{
	margin-left:30px;
}

/*************************************************************************/
/*------------------------MENU GAUCHE ----------------------------*/
/*************************************************************************/

ul#menuGauche { padding:20px;}
ul#menuGauche li { margin: 0 0 5px 0; list-style:none }
ul#menuGauche li a { font-size:1.2em; font-weight:bold; }

/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/


#formContact { width:55%; text-align:left; margin:30px 10px 0 0; float:left }
.field { margin:0 0 10px 0; }
.field label { width:130px; display:block; float:left  }
.message { margin-bottom:5px }

#formContact textarea { width:170px; }
#formContact input { width:170px; }

#formContact input, #formContact textarea { 
	background:#1db4df;
	border:1px solid #d6f2d4;
	padding:3px;
	color:#d6f2d4;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}
#formContact input:focus, #formContact textarea:focus {
	-moz-box-shadow:0px 0px 10px #225f36;
	-webkit-box-shadow:0px 0px 10px #225f36;
	box-shadow:0px 0px 10px #225f36;
}

#formContact input.BTcontact {
	width:120px;
	padding:3px 5px;
	margin:0;
	float:left;
	font-size:0.8em;
	font-weight:bold;
	background-image:none;
	background:#1db4df;
	color:#d6f2d4;
	border:1px solid #d6f2d4;
	cursor: pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#formContact input.BTcontact:hover {
	border:1px solid #1db4df;
	background:#d6f2d4;
	color:#1db4df;
}

.adresse { width:40%; float:left; margin:30px 0 0 0; }
.coordonnees { padding-bottom:20px; margin-bottom:10px; border-bottom:1px dotted #1db4df; }
.asterix { color: #b8d0eb; }
.obligatoire { padding-right:60px; }

.alert_contact{
	margin: 20px 0 0 30px;
}

/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
	height:0;
	line-height:1px
}

.left{
	float:left;
}
.right{
	float:right;
}
.bold{
	font-weight:bold
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:0 22px 0 10px;
}
/****************MODAL BOX(envoyer à un ami)********************/
.hidden{
	display:none;
}

#hiddenFormami{
	background:#1db4df;
	height:470px;
	padding:20px;
	width:300px;
}
#hiddenFormami #entete{
	font-size:1.4em;
	color:#CCC;
	margin:0 0 30px 0;
}
#hiddenFormami label{
	float:left;
	width:70px;
	padding:13px 0 7px 0;
	color:#CCC;
}
#hiddenFormami .inputfooter{
	width:259px;
	height:24px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../img/bg-input-footer.jpg) no-repeat;
}
#hiddenFormami .inputfooter2{
	width:259px;
	height:38px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../img/bg-input-footer3.jpg) no-repeat;
}
#hiddenFormami textarea{
	width:259px;
	height:90px;
	font-size:1em;
	padding:4px 0 0 0;
	margin:3px 5px 3px 0;
	float:right;
	background:url(../img/bg-textarea-footer.jpg) no-repeat;
}
#submitModal{
	width:120px;
	height:24px;
	display:block;
	float:right;
	margin:5px 5px 0 0;
	cursor:pointer;
	background:url(../img/bt-submit-footer.jpg) no-repeat;
}

/*************************************************************************/
/*------------------------------PAGINATION-------------------------------*/
/*************************************************************************/

/* PENSEZ A REPRENDRE LA MEME DIV QU'IL AURA AU DESSUS DES LIENS ET */
/* DE REGLER LES TOP LEFT DES LIENS */

.pagination{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:fff;
	font-weight:bold;
}
.pagination2{
	float:right;
	text-align:right;
	padding:0 25px 5px 10px;
	color:fff;
	font-weight:bold;
}

#pagination .page_active{
	color:#F00;
}


/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.img_left{
	margin:0px 15px 15px 0px;
	border:1px solid #fff;
	float:left;
}

.img_right{
	margin:0px 0px 15px 15px;
	border:1px solid #fff;
	float:right;
}

.img_left1{
	margin:0px 15px 15px 0px;
	float:left;
}

.img_right1{
	margin:0px 0px 15px 15px;
	float:right;
}

.img{
	border:1px solid #fff;
}

.texte1{
	color:#1db4df;
	font-size:13px;
	font-weight:bold;
}

.divContener{
	background:url(../img/pres3.jpg) no-repeat #c9e4af;
	width:560px;
	margin:15px auto 0 auto;
	padding:6px;
}

.divImg{
	width:200px;
	padding:15px;
	float:left;
}

.divTexte{
	width:300px;
	float:left;
	text-align:justify;
}

.divContener1{
	background:url(../images/base/base1.jpg) no-repeat #d6f2d4;
	width:150px;
	margin:0 15px 15px 0;
	padding:6px;
	float:left;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}

.divPdf{
	width:30px;
	margin-right:3px;
	float:left;
}

.retourListe{
	position:relative;
	width:130px;
	left:50%;
	margin-left:-65px;
}

.retourListe1{
	width:35px;
	margin-right:3px;
	float:left;
}

.retourListe2{
	width:50px;
	margin-right:3px;
	float:left;
}

.retourListe3{
	width:35px;
	float:left;
}

.select{
	background-color:#1db4df;
	color:#225f36;
	border:0;
	width:140px;
}

.center{
	text-align:center;
}

.p1{
	line-height:36px;
}

.espaceSmall { padding-top:10px; }
.espace { padding-top:20px; }
.espaceBig { padding-top:40px; }

.ligne1{
	background:#f2f0f4;
	color:#d6f2d4;
	height:30px;
	line-height:30px;
}
.ligne2{
	background:#e5e3e6;
	color:#d6f2d4;
	height:30px;
	line-height:30px
}
img {-ms-interpolation-mode: bicubic;} /* hack IE redimensionnement d'images */