/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #73736c;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 50%;
	width: 970px;
	height: 670px;         /* hauteur de img_accueil + 80px du bandeau en bas */
	margin-top: -295px;    /* moitié de la hauteur */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 590px;
	background:#383838;
}
.txt_accueil{
	width:323px;
	float:left;
	margin: 20px 0 0 0;
}

.txt_accueil p{
	color:#FFFFFF;
	}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	scrollbar-base-color:#73736c; 
	background:url(../images/charte/body.jpg) repeat-x #73736c;
} 
#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:180px;
	width:970px;
	position:relative;
	background:#383838;
}
/*---------------------------CONTENU------------------------------*/
#gauche{
	width:282px;
	min-height:412px !important;
	float:left;
	position:relative;
}
#droite {
	background:url(../images/charte/fd-droite.jpg) no-repeat top left #646464;
	width:180px;
	float:right;
	position:relative;
}
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:598px;  		/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:412px;
	position:relative;
	float:left;
	padding: 10px 50px 20px 40px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-28px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background: url(../images/charte/bas_repeat.jpg) #73736C;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:28px;/*----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:#000;
	line-height:20px;
}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
}
h1{
	font: bold 2em Arial, Verdana, Helvetica, sans-serif;
	margin:20px 0 10px -10px;
}
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: #BF0F02;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #0701E7;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:circle;
	margin: 10px 0 0 20px;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_caddie {
	background-color:#95958B;
	color:#000;
	border:0;
}
.colonne-contact-left{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:50%;
}
.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;
}
/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/


/******************* VIGNETTE PRODUIT *********************/

.global_vignette{
	border: 1px solid #95958B;
	width:550px;
	padding:10px;
	margin: 20px 0 0 0px;
	float: left;
}

/************ colonne_gauche **************/

.col_left{
	float:left;
	width:230px;
	border-right: 1px solid #95958B;
}

.col_left .photo_bloc{
	width:216px;	
}

.col_left .photo_petite{
	width:70px;
}

/************ colonne_droite*************/

.col_right{
	float:left;
}
.titre{
	border-bottom: 1px solid #95958B;
	padding-bottom:10px;
	width:295px;
	margin: 0 0 0 10px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
.descriptifs{
	width:295px;
	margin: 20px 0 0 20px;
}
