@import "menu/menu.css"; 


/* CSS Document */
*{ 
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #9aa379 url(../images/charte/bg_accueil.png) top left repeat-x;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 40%;
	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 */
}
#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:200px;
	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:#fff;
}
.accueil a, .accueil a:link, .accueil a:visited{
	font-size:0.85em;
	color:#366525;
	text-decoration: none;
	outline:none;
}
.accueil a:hover, .accueil a:active{
	color:#366525;
	text-decoration: underline;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body.jpg) repeat-x #9ba479;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:10px auto 0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:223px;
	width:970px;
	position:relative;
}
/*---------------------------CONTENU------------------------------*/

#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:970px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:327px;
	position:relative;
	float:left;
}
#contenu_txt {
	width:880px;
	padding: 20px 45px 20px 45px;
	}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-60px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	position:relative;
	background:#9ba479;
	clear:both;
	width:100%;
}
#bas {
	height:60px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
	background:url(../images/charte/bas.jpg) no-repeat scroll left top;
}
#bas a { color:#3d4a1e; font-size:0.85em }
#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: 1.025em Arial, Verdana, Helvetica, sans-serif;
	color:#3c490d;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
p.intro {color:#6e8128; font-size:18px; font-style:italic; }

.petit_texte {
	font-size: 0.8em;
	color: #aab680;
	line-height:normal;
	padding-left:5px;
}
h1{
	margin:20px 0 10px 0;
	height:30px;
	background:url(../images/charte/h1.png) top right no-repeat;
	padding-right:33px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	font-weight:bold;
	font-weight: normal;
	float:right;
	line-height:26px
 }
h2{
	font: bold 1.4em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #db9150;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #db9150;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
	margin-left:30px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background:#fff url(../images/contact/ombre.jpg) top left repeat-x;
	color:#000;
	border:1px solid #a7b76c;
	/*------------------------Ne pas mettre de largeur ou hauteur (créer une classe pour cas particulier) ----------------------------*/
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 20px;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px dotted #6a7b2b;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
}
input.btn-envoi{
	padding:0px 0px 2px 0px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:125px;
	height:23px;
	cursor: pointer;
	background:url(../images/contact/bt-contact.png) top left no-repeat;
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:220px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}
.ligne1{
	background:#fff;
	color:#333;
}
.ligne2{
	background:#ebebeb;
	color:#333;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
.png-icon-footer{
	float:right;
	margin:10px 10px 0 10px;
}

/*************************************************************************/
/*------------------------------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---------------------------------*/
/*************************************************************************/

.espaceSmall { padding-top:10px; }
.espace { padding-top:20px; }
.espaceBig { padding-top:40px; }

.pictL {
	float:left;
	margin:10px 10px 0 0;
}
.pictR {
	float:right;
	margin:10px 0 10px 10px;
}

.center { width: 830px; margin:0 auto; }
/*************************************************************************/
/*--------------------------------POPUP---------------------------------*/
/*************************************************************************/

.popup { width:825px; margin: 0 auto; }
.popup p { color:#fff; line-height:normal; }

.titre_popup {
	height:40px;
	width:830px;
	background:url(../images/popup/titre_popup.png) top left no-repeat;
	display:block;
}
h4 {
	color:#ffffff;
	font-size:1.25em;
	font-weight:bold;
	padding: 12px 15px 5px 25px;
	text-transform:uppercase;
}
.centre_popup {
	width:750px;
	background:url(../images/popup/centre_popup.jpg) top left repeat-y;
	display:block;
	padding: 20px 40px 5px 40px;
}
.bas_popup {
	height:13px;
	width:830px;
	background:url(../images/popup/bas_popup.png) top left no-repeat;
	display:block;
}
.photo_popup { width:335px;  margin: 0 10px 0 0; padding:0; float:left; }
.agrandir { width:335px; text-align:center; font-size: 0.8em; color: #aab680; margin-top:0 }

.txt_popup { text-align:justify; }

.txt_popup:first-letter{font-size:350%;float:left; margin:5px 2px 0 0;}



.boutons { width:150px; margin:0 auto; padding:15px 0;}
.prec{
	background-image:url(../images/charte/prec.png);
	width:26px;
	height:26px;
	display:block;
	float:left;
}
.prec span { display:none; }
.suiv{
	background-image:url(../images/charte/suiv.png);
	width:26px;
	height:26px;
	display:block;
	float:left;
}
.suiv span { display:none; }
.retour{
	background-image:url(../images/charte/back.jpg);
	width:59px;
	height:23px;
	display:block;
	float:left;
	margin: 0 10px;
}
a.retour { text-align:center }

