/* 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-accueil.jpg) repeat-x#959595;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;

	width: 970px;
	height: 630px;         /* hauteur de img_accueil + 130px du bandeau en bas */
   /* 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:#383838;
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:50px;
	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:#383737;
}
.accueil a:link, a:visited, a:hover, a:active{
	color:#D0006E;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body.jpg) repeat-x #959595;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:157px;
	width:970px;
	position:relative;
}
/*---------------------------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:950px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:433px;
	position:relative;
	float:left;
	padding: 10px 20px 20px 0px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-33px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../images/charte/bas_repeat.jpg) repeat-x;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:33px;/*----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 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:#383737;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #383737;
}
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;
	color:#D0006E;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #383737;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #242424;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
ul, li {
	margin-left:15px;
	padding:0;
}
ul{
	margin:5px 10px 8px 20px;
}
li{
	padding:3px 4px 8px 0px;
	/*list-style-image:url("images/signet.gif");*/
	
}

/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab { 
	background-color:#d1d1d1;
	color:#000;
	border:0;
	/*------------------------Ne pas mettre de largeur ou hauteur (créer une classe pour cas particulier) ----------------------------*/
}
.colonne-contact-left{
	float:left;
	padding:0px;
	margin: 15px 0 0 415px;
	width:28%;
	-margin: 15px 0 0 210px;
	-width:37%;
	/width:32%;
	
}
.colonne-contact-right{
	float:left;
	padding:0px;
	margin: 15px 0 0 0;
	width:20%;
}
#coordonnee{
	border-bottom:1px solid #fff;
	padding-bottom: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
}
input.btn-envoi{
	padding:2px 5px;
	background-color:#D0006E;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	border:0;
	width:120px;
	cursor: pointer;
}
.coche{
	background:none;
	width:auto;
	border:0;
}
.alert_contact{
	margin: 20px 0 0 30px;
}

.message{
	width:160px;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}
.ligne1{
	background:#C6C6C6;
	color:#383737;
	padding-left:8px;
	padding-right:8px;

}
.ligne2{
	background:#8D8D8D;
	color:#383737;
	padding-left:8px;
	padding-right:8px;
}
.left{
	float:left;
}
.right{
	float:right;
}
.rss{
	float:right;
	margin:5px 10px 0 10px;
}
.png-cgv{
	float:right;
	margin:12px 10px 0 10px;
}
/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.img-droite{
margin-left:10px;
float:right;
border:3px solid #CBCBCB;
}

.img-gauche{
margin-right:10px;
float:left;
border:3px solid #CBCBCB;
}
