/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background:#d3d3d3 url(../images/accueil/bg.jpg) top left repeat-x;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	width: 970px;
	height: 720px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	width: 970px;
	height: 590px; /* Ne pas depasser 500px en hauteur */
	background:url(../images/accueil/image-accueil2.jpg) no-repeat;
}
#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:#006600;
}
.accueil a:link, a:visited, a:hover, a:active{
	color:#006600;
}
#bt-entrer{
	width:970px;
	height:590px;
	display:block;
}	
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:#d3d3d3 url(../images/charte/bg.jpg) left top repeat-x;
} 
#conteneur{
	background:#4d504b;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:167px;
	width:970px;
	position:relative;
	background:url(../images/charte/bg-header2.jpg) no-repeat;
}
/*******************************MENU**********************************/
#menu{
	width:659px;
	height:47px;
	list-style:none;
	padding:0 0 0 311px;
	background:url(../images/charte/bg-menu.jpg) no-repeat;
}	
#menu span{
	display:none;
}
#menu li{
	float:left;
}
#menu a{
	height:47px;
	display:block;
}
.bt1{width:119px;background:url(../images/charte/bt1.jpg) no-repeat;}
.bt2{width:163px;background:url(../images/charte/bt2.jpg) no-repeat;}
.bt3{width:158px;background:url(../images/charte/bt3.jpg) no-repeat;}
.bt4{width:114px;background:url(../images/charte/bt4.jpg) no-repeat;}
/*---------------------------CONTENU------------------------------*/

#texte{
	background:url(../images/charte/bg-texte.jpg) no-repeat;
	width:930px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:500px;
	position:relative;
	float:left;
	padding: 20px 20px 20px 20px;
}
#colLeft{
	width:250px;
	float:left;
	margin:0 20px 0 0;
	list-style:none;
}
#colLeft li{
	margin:10px 0 5px 0;
}
#colLeft li li{
	float:left;
}
#colLeft li a{
	color:#FFFFFF;
	font-size:1.4em;
}

.small{
	font-size:0.7em;
	padding:0 0 0 10px;
}
.rubenligne{
	list-style:none;
	width:650px;
	float:right;
	margin:10px 0 0 0;
}
.rubenligne li{
	float:left;
	display:block;
	margin:0 5px 0 5px;
}
#produits{
	width:650px;
	float:right;
	margin:30px 0 0 0;
}	
.miniPro{
	width:200px;
	height:350px;
	float:left;
	text-align:center;
	margin:10px 5px 25px 5px;
}

.miniPro h3{
	margin:0;
}
.miniPro p{
	text-align:justify;
	width:200px;
}
.fichePro{
	position:relative;
	width:630px;
	height:230px;
	clear:both;
	padding:20px 10px 0 10px;
	background:url(../images/produits/bg-pro.jpg) no-repeat;
}
.fichePro img{
	margin:5px 0 0 0;
}
.fichePro-nav{
	width:350px;
	height:35px;
	position:absolute;
	left:10px;
	bottom:5px;
}
.prev{
	padding:10px 0 10px 32px;
	margin:0 20px 0 0;
	background:url(../images/produits/prev.gif) left center no-repeat;
}
.next{
	padding:10px 32px 10px 0;
	margin:0 20px 0 0;
	background:url(../images/produits/next.gif) right center no-repeat;
}
.list{
	padding:10px 32px 10px 0;
	background:url(../images/produits/list.gif) right center no-repeat;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-77px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:77px;/*----rajouter en marge négative la hauteur dans #global_bas---------*/
	position:relative;
	width:970px;
	margin:0 auto;
	background:url(../images/charte/bg-footer.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: 1.025em Arial, Verdana, Helvetica, sans-serif;
	
}
#texte p{
	margin: 10px 0;
	color:#fff;
}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
}
h1{
	font: bold 2em Arial, Verdana, Helvetica, sans-serif;
	margin:10px 0;
	color:#FF3333;
 }
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:#FF3333;
}
a:link, a:visited{                             /*---------------------------STYLE LIENS -------------------------------*/
	color:#99CC66;
	position:relative;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #C85000;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	list-style-type:none;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_tab {
	background-color:#d1d1d1;
	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;
	background:none;
	border:1px solid #FF3333;
	color:#FFF;
}
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;
	margin:0 20px 0 0;
}
.right{
	float:right;
}
/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/
