/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background: #fff url(../images/charte/accueil.jpg) top center no-repeat;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	top: 0;
	width: 970px;
	height: 510px;         /* hauteur de img_accueil + 130px du bandeau en bas */
	   /* moitié de la hauteur de img_accueil */
	margin-left: -485px;   /* moitié de la largeur */
}
#img_accueil{
	margin-top: 330px;
	margin-left: 810px;
	width: 160px;
	height: 50px; /* Ne pas depasser 500px en hauteur */
	background:transparent;
}
#accueil_coords{
	width:950px;
	height:20px;
	text-align:center;
	padding:100px 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:#004494;
}
.accueil a:link, a:visited {
	color:#FE0202;
	text-decoration:none;
}
.accueil a:hover, a:active{
	color:#FE0202;
	text-decoration:underline;
}
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:url(../images/charte/body.jpg) top center no-repeat #fff;
} 
#conteneur{
	background:url(../images/charte/contenu_repeat.jpg) repeat-y transparent;
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:235px;
	width:970px;
	position:relative;
	background:transparent;
}
/*---------------------------CONTENU------------------------------*/

#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:845px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:290px;
	position:relative;
	float:left;
	padding: 20px 90px 20px 35px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-75px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background:#fff;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:75px;/*----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  #fff;
}
#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:#004494;
}
#texte p{
	margin: 10px 0;
}
.petit_texte {
	font-size: 0.8em;
	color: #666666;
}
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: #C52221;
	position:relative;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color: #C52221;
	text-decoration:underline;
}
.avertissement {
	color: #C52221;
}
#texte ul{
	list-style-type:none;
}
li { 
	margin-left:40px;
	list-style: square;
}
/*************************************************************************/
/*------------------------FORMULAIRE CONTACT ----------------------------*/
/*************************************************************************/
input, textarea, select, .titre_caddie {
	background-color:#fff;
	color:#282828;
	border:1px solid #D5D5C5;
}
.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:0.70em;
	font-weight:normal;
	text-transform:uppercase;
	border:0;
	width:120px;
	height:21px;
	cursor: pointer;
	background:url(../images/contact/bt-contact.jpg) 0px 2px 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;
}
/*************************************************************************/
/*--------------------------------BDD---------------------------------*/
/*************************************************************************/
#scat1 { float:left; margin-left:5px;}
#scat2 { float:left; margin-left:30px;}

.fiche-produit { 
	float:left;
	width:380px;
	height:auto;
	background:#fff;
	border:1px solid #D5D5C5;
	padding:10px;
	margin-right:5px;
	margin-left:5px;
	margin-top:25px;
}

.photo-produit {
	float:left;
	width:100px;
	height:100px;
	background:#fff;
	padding:5px;
	border:1px solid #D5D5C5;
}
.titre-produit {
	float:right;
	margin-left:10px;
	padding:3px;
	height:15px;
	width:243px;
	color:#fff;
	background:#0D4E9A;
	text-align:left;
	font-size:1em;
	text-transform:uppercase;
	font-weight:bold;
	overflow:hidden;
}
.texte-produit {
	float:right;
	margin-left:10px;
	margin-top:5px;
	padding:5px;
	height:80px;
	width:243px;
	text-align:left;
	font-size: 1em;
	overflow: auto;
}
.bt-savoir-plus {
	clear:both;
	float:right;
	width: 100px;
	height:14px;
	display:block;
	margin-top:15px;
}
.savoirPlus { 
	width:380px;
	height:auto;
	margin:10px 0 0 0;

}
.savoirPlus img {
	float:left;
	margin:5px;
	padding:5px;
	width:168px;
	height:168px;
	background:#fff;
	border:1px solid #D5D5C5;
}

.bt-retourListe {
	clear:both;
	float:right;
	margin-right:10px;
	width: 93px;
	height:22px;
	display:block;
	margin-top:10px;
}

/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/

.left {float:left;}
.right {float:right}
.center {text-align:center;}
.espace {padding-top:20px}
.espace_big {padding-top:40px}
.padding {padding:0;}
.marge_img { padding:20px; }