/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #EFEEF4 url(../images/charte/bg-body-accueil2.jpg) top center no-repeat;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 0;
	width: 970px;
	height: 660px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 580px; /* Ne pas depasser 500px en hauteur */
	background:transparent;
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:0 10px 0 10px;
}
#accueil_desc{
	width:950px;
	height:100px;
	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:#302C2C;
}
.accueil a:link, a:visited {
	color:#A32537;
	font-size:10px;
	text-decoration:none;
}
.accueil a:hover, a:active {
	color:#A32537;
	text-decoration:underline;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/bg-body.gif) top center no-repeat #EFEEF4;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.png) repeat-y;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}

/*---------------------------CONTENU------------------------------*/
#gauche{
	background: transparent;
	width:253px;
	min-height:300px;
	float:left;
	position:relative;
}

#texte{
	background:url(../images/charte/contenu.png) no-repeat;
	width:667px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:591px;
	position:relative;
	float:left;
	padding: 40px 50px 0px 0px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-115px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: transparent;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:115px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
	background:url(../images/charte/bas.png) no-repeat scroll left top  transparent;
}
#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:#302C2C;
	line-height:30px;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
	line-height:normal;
}
h1{
	font: bold 1.7em Arial, Verdana, Helvetica, sans-serif;
	margin:20px 0px 30px 0px;
	padding-left: 30px;
	text-transform:uppercase;
	color: #6C6566;
 }
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;
	color:#A72B3D;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #A32537;
	position:relative;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #A32537;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
}
li {
	margin-left: 80px;
	list-style: square;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab {
	background-color:transparent;
	color:#A32537;
	border:1px dotted #D4D2D4;
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 20px;
	width:350px;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:210px;
}
#coordonnee{
	border-bottom:1px solid #D4D2D4;
	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:120px;
	height:19px;
	cursor: pointer;
	background:url(../images/contact/bt-contact.gif) top left no-repeat;
	color:#fff;
}
.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---------------------------------*/
/*************************************************************************/
#logo { width: 253px; height: 97px; background: url(../images/charte/logo.png) top left no-repeat; }


#bt1 a { display:block; width: 253px; height: 39px; background: url(../images/charte/bt1b.png) 0px 0px no-repeat; }
#bt1 a:hover, #bt1 a:active { width: 253px; height: 39px; background: url(../images/charte/bt1b.png) 0px -39px no-repeat; }

#bt2 a { display:block; width: 253px; height: 38px; background: url(../images/charte/bt2b.png) 0px 0px no-repeat;  }
#bt2 a:hover, #bt2 a:active  { display:block; width: 253px; height: 38px; background: url(../images/charte/bt2b.png) 0px -38px no-repeat;  }

#bt3 a { display:block; width: 253px; height: 39px; background: url(../images/charte/bt3b.png) 0px 0px no-repeat;  }
#bt3 a:hover, #bt3 a:active  { display:block; width: 253px; height: 39px; background: url(../images/charte/bt3b.png) 0px -39px no-repeat;  }

#bt4 a { display:block; width: 253px; height: 39px; background: url(../images/charte/bt4b.png) 0px 0px no-repeat;  }
#bt4 a:hover, #bt4 a:active  { display:block; width: 253px; height: 39px; background: url(../images/charte/bt4b.png) 0px -39px no-repeat;  }

#bt5 a { display:block; width: 253px; height: 38px; background: url(../images/charte/bt5b.png) 0px 0px no-repeat;  }
#bt5 a:hover, #bt5 a:active  { display:block; width: 253px; height: 38px; background: url(../images/charte/bt5b.png) 0px -38px no-repeat;  }

#bt6 a { display:block; width: 253px; height: 39px; background: url(../images/charte/bt6b.png) 0px 0px no-repeat;  }
#bt6 a:hover, #bt6 a:active  { display:block; width: 253px; height: 39px; background: url(../images/charte/bt6b.png) 0px -39px no-repeat;  }

#vignettes { width:253px; height:261px; background: url(../images/charte/vignettes.png) top left no-repeat; }

.titre {padding-right: 20px; }
.pict { padding-left: 15px; }

.center { text-align:center; }
/* .center img { border: #999586 solid 1px; padding:2px; margin:10px;} */
.espace {padding-top:20px}
.espace_big {padding-top:40px}
