/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:80%;
	height:100%;
}
img{
	border:0;
	padding: 10px;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background:url(../images/charte/fond-body.jpg) top left repeat-x #327EB0;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 970px;
	height: 670px;         /* hauteur de img_accueil + 80px du bandeau en bas */
	margin-top: -335px;    /* moitié de la hauteur */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 590px;
	background:transparent;
}
.txt_accueil{
	width:323px;
	float:left;
	margin: 20px 0 0 0;
}
.txt_accueil a  {
	color:#0F5785;
}
.txt_accueil p  {
	color:#fff;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	scrollbar-base-color:#327EB0; 
	background:url(../images/charte/fond-body.jpg) top left repeat-x #327EB0;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	position:relative;
	text-align:left;
	min-height:100%;
}
#haut{
	height:183px;
	width:970px;
	position:relative;
	background:#383838;
	background:url(../images/charte/haut.jpg)
}

/*---------------------------MENU------------------------------*/

#menu { 
	height:27px; 
	width:766px;
	list-style: none;
	background: url(../images/charte/bg-menu.jpg) top left no-repeat;
	padding-left:204px;
}
#menu span {display:none;}
#menu li { float:left; }
#menu a { height: 27px; display:block; }
.bt1 { background:url(../images/charte/bt1.jpg) top left no-repeat; width:90px;}
.bt2 { background:url(../images/charte/bt2.jpg) top left no-repeat; width:160px;}
.bt3 { background:url(../images/charte/bt3.jpg) top left no-repeat; width:180px;}
.bt4 { background:url(../images/charte/bt4.jpg) top left no-repeat; width:235px;}
.bt5 { background:url(../images/charte/bt5.jpg) top left no-repeat; width:101px;}

/*---------------------------CONTENU------------------------------*/
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat transparent;
	width:730px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height: 399px;
	position:relative;
	float:left;
	padding:20px 20px 20px 220px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-35px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background-color: #327EB0;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:35px;/*----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: 1em Arial, Verdana, Helvetica, sans-serif;
	color:#0F5785;
}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
}
h1{
	font: bold 2em Arial, Verdana, Helvetica, sans-serif;
	margin: 0;
	color:#CC016D;
 }
h2{
	font: bold 1.3em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
h3{
	font: bold 1.2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
}
p { margin-top:10px; margin-bottom:5px}
#texte ul { list-style:none;}
#texte li { 
	padding-left:25px;
	width:400px;
	background:url(../images/charte/ul.png) top left no-repeat;
	display:block;
}

a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #74B1D8;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #CC016D;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_caddie {
	background-color:#fff;
	color:#0F5785;
	border:1px solid #74B1D8;
}
.colonne-contact-left textarea { width:350px;}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:600px;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:300px;
}
#coordonnee{
	border-bottom:1px solid #fff;
	padding: 10px;
}
#global_denomination{
	float:left;
	margin:0 0 0 30px;
}
.denomination{
	margin:15px 0;
}
#bloc_input{
	width:auto;
	float:left;
	margin:0 0 0 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.contact_input{
	width:110px;
	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}
.center {text-align:center;}
.espace {padding-top:20px}
.espace_big {padding-top:40px}
.padding {padding:0;}
/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/
.cadre {
	width:300px;
	height:280px;
	float:left;
	background:url(../images/audition-cotten/cadre_bleu.jpg) no-repeat;
	padding: 3px;
}