/* CSS Document */
*{
	margin:0;
	padding:0;
}

html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #EDDDC3;
}
#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;
}
.txt_accueil{
	width:323px;
	float:left;
	color: #fff;
	margin: 20px 0 0 0;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	scrollbar-base-color:#383838; 
	background:url(../images/charte/body.jpg) repeat;
	font: 1em Arial, Verdana, Helvetica, sans-serif;
} 
#conteneur{
	background:url(../images/charte/contenu-repeat-05.jpg) repeat-y;
	width:970px;
	margin:0 auto;
	position:relative;
	text-align:left;
	min-height:100%;
}
#haut{
	height:287px;
	width:970px;
	position:relative;
	background:#EDDDC3;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	width:180px;
	float:left;
	position:relative;
	background:#646464;
	/* background: url(../images/charte/gauche.jpg) no-repeat; */
}
#droite {
	width:180px;
	float:right;
	position:relative;
	background:#646464;
	/*background:url(../images/charte/fd-droite.jpg) no-repeat top left;*/
}
#texte{
	width:850px; 	/* soustraire les padding à la largeur normal de la div */
	/width:970px; 	/* largeur normal de la div sans enlever les padding */
	height:auto;
	background:url(../images/charte/contenu.jpg) no-repeat;
	position:relative;
	float:left;
	padding: 20px 60px 20px 60px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	position:relative;
	clear:both;
	width:100%;
	background: url(../images/charte/bas_repeat.jpg);
}
#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;
	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;
}
/*----------------- RECAP. CADDIE COMPLET------------------*/
#global_recap{
	width: 165px;
	border: 1px solid #fff;
	margin: 20px auto;
	padding-bottom:10px;
}
#global_recap img{
	margin: 5px 0 0 7px;
}
#global_recap h2{
	float:left;
	margin: 15px 0 0 10px;
}
ul.articles li{
	margin: 0 0 5px 15px;	
	list-style-type: none;
	float:left;
	clear:both;
	text-align:left;
}
ul.articles span{
	float:right;
	text-align:left;
	margin: 0 15px 5px 0;	
}
#total_recap_caddie{
	border-top:1px solid #fff;
	width:90%;
	/text-align:center;
	margin:5px auto 0 auto;
	clear:both;
}
#total_recap_caddie h3{
	float:left;
	margin: 10px 0 5px 7px;
}
#total_recap_caddie span{
	float:right;
	margin: 10px 7px 5px 0;
}
/*----------------- RECAP. CADDIE LIGNE------------------*/
#recap_caddie_ligne{
	float:right;
	margin: 7px 10px 0 0;
	/margin: 2px 10px 0 0;
}
#recap_caddie_ligne h3{
	float:left;
	margin:5px 0 0 7px;
}
.img_panier{
	float:left;
}
/*************************************************************************/
/*---------------------------STYLE TEXTE -------------------------------*/
/*************************************************************************/
table, div, p, select, textarea, span, .texte, hr {
	font: 1em Arial, Verdana, Helvetica, sans-serif;
	color:#241204;
	line-height:20px;
}
.petit_texte {
	font-size: 0.8em;
	color: #8B492F;
}
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: #8B492F;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #D68500;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_caddie {
	background-color:#8B492F;
	color:#fff;
	border:0;
}
.colonne-contact{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width: 45%;
}
#coordonnee{
	border-bottom:1px solid #8B492F;
	padding: 10px;
}
/*---.entreprise{
		font: bold 16px Arial, Helvetica, sans-serif;
		margin-bottom:10px;
} ---*/
#global_denomination{
	float:left;
	margin:0 0 0 30px;
}
.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:150px;
	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;
}
/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

hr{
 width: 330px;
 margin:15px auto;
}
