/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: url(../images/charte/body_acccueil_03.jpg) repeat-x #8A9B4B;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	width:852px;
	height: 650px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -426px;   /* moitié de la largeur */
}
#img_accueil{
	width: 852px;
	height: 500px; /* Ne pas depasser 500px en hauteur */
	background:#383838;
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:70px;
	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:link, a:visited, a:hover, a:active{
	color:#2b3702;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body.jpg) repeat-x #869846;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:272px;
	width:970px;
	position:relative;
	background:#383838;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	background: url(../images/charte/gauche.jpg) no-repeat;
	width:180px;
	min-height:300px;
	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(../images/charte/contenu.jpg) no-repeat;
	width:870px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:300px;
	position:relative;
	float:left;
	padding: 20px 40px 20px 60px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-24px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:24px;/*----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  #383838;
}
#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:#fff;
	line-height:20px;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
}
h1{
	font: bold 2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
 }
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: #7F9042;
	position:relative;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #6480B0;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:circle;
	margin: 0 0 0 40px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab {
	background-color:#96AACD;
	color:#000;
	border:0;
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 80px;
	-margin: 15px 0 0 40px;
	width:40%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px solid #fff;
	padding: 10px;
}
#global_denomination{
	float:left;
	margin:0 0 0 20px;
}
.denomination{
	margin:14px 0;
	line-height:14px;
	display: block;
}
#bloc_input{
	float:left;
	margin:0 0 0 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.contact_input{
	width:140px;
	margin:12px 0 0 10px;
	display:block;
}
input.btn-envoi{
	padding:2px 5px;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:120px;
	cursor: pointer;
}
.coche{
	background:none;
	width:auto;
}
.alert_contact{
	margin: 20px 0 0 30px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}
.ligne1{
	background:#fff;
	color:#333;
}
.ligne2{
	background:#ebebeb;
	color:#333;
}
.left{
	float:left;
}
.right{
	float:right;
}
/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/
.partenaires{
	background: url(../images/presentation/img_22.jpg) no-repeat;
	width:790px;
	height:237px;
	margin: 20px auto 0 auto;
}

.cat {
	width:648px;
	margin:0 auto;
}
.cat img{
	width:142px;
	margin: 0 10px;
	float:left;
}


/************ Vignette_top*************/
.vignette_top{
	width:787px;
	float:left;
	margin: 15px 0 0 30px;
	-margin: 15px 0 0 15px;
}
#texte .vignette_top p.top{
	width:787px;
	background:url(../images/base/img_20.jpg) no-repeat;
	height:43px;
	margin:0;
	line-height:0;
}
.vignette_top .contenu{
	width:100%;
	background: url(../images/base/img_23.jpg) repeat-y;;
	-margin-top:-5px;
	height:auto;
}
/************ colonne_gauche*************/
.vignette_top .contenu .col_left{
	float:left;
	width:220px;
	padding:15px;
	margin:-5px 0 0 50px;
	-margin:-5px 0 0 30px;
}
.vignette_top .contenu .col_left .photo_grande{
	width:200px;
	margin:0;	
}
.vignette_top .contenu .photo_grande{
	width:200px;	
	flaot:left;
	margin: 0 10px;
}
	
/************ colonne_droite*************/

.vignette_top .contenu .col_right{
	float:left;
	margin-top:5px;
	padding-left:10px;
	padding-right:29px;
}
#texte .vignette_top .contenu .col_right p.titre{
	padding-bottom:10px;
	width:400px;
	-width:390px;
	font: bold 14px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#texte .vignette_top .contenu .col_right p.titre span{
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}

#texte .vignette_top .contenu p.ss_titre {
	font: bold 13px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin: 10px 0 0 100px;
	
}
#texte .vignette_top .contenu p.ss_titre span {
	font: 12px Arial, Helvetica, sans-serif;
	color:#FFFFFF;
}
#texte .vignette_top .contenu .col_right p.pdf_fiche{
	text-align:right;
	font-weight:bold;
}*
/************ bottom*************/
#texte .vignette_top p.bottom{
	background: url(../images/base/img_25.jpg) no-repeat;
	height:76px;
	margin-top:-2px;
}