/* CSS Document */
*{
	margin:0;
	padding:0;
}
html, body{
	text-align:center;
	font-size:70%;
	height:100%;
}
img{
	border:0;
}
/*************************************************************************/
/*---------------------------STYLE ACCUEIL ------------------------------*/
/*************************************************************************/
body.accueil{
	background:#FFFFFF url(../images/accueil/bg.jpg) top center no-repeat;
}
#accueil_conteneur{
	position:absolute;
	left: 50%;
	width: 970px;
	height: 630px;         /* 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-accueil.jpg) top center 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:#00BFF3;
}
.accueil a:link, a:visited, a:hover, a:active{
	color:#00BFF3;
}
#bt-entrer{
	width:970px;
	height:590px;
	display:block;
}	
/*************************************************************************/
/*---------------------------STYLE CHARTE -------------------------------*/
/*************************************************************************/
body{
	background:#FFF url(../images/charte/bg.jpg) top left repeat-x;
} 
#conteneur{
	width:970px;
	margin:0 auto;
	text-align:left;
	min-height:100%;
}
#haut{
	height:261px;
	width:970px;
	position:relative;
	background:url(../images/charte/bg-header2.jpg) no-repeat;
}
/*---------------------------MENU------------------------------*/
#menu{
	width:473px;
	height:60px;
	list-style:none;
	float:right;
	margin:33px 0 0 0;
}	
#menu span{
	display:none;
}
#menu li{
	float:left;
}
#menu a{
	height:60px;
	display:block;
}
.bt1{width:98px;background:url(../images/charte/bt1.jpg) no-repeat;}
.bt2{width:136px;background:url(../images/charte/bt2.jpg) no-repeat;}
.bt3{width:139px;background:url(../images/charte/bt3.jpg) no-repeat;}
.bt4{width:100px;background:url(../images/charte/bt4.jpg) no-repeat;}
/*---------------------------RUBRIQUES FIXES MARCHANDES------------------------------*/
#rubriques-marchand{
	width:473px;
	height:29px;
	list-style:none;
	float:right;
	margin:0 0 0 0;
}	
#rubriques-marchand span{
	display:none;
}
#rubriques-marchand li{
	float:left;
}
#rubriques-marchand a{
	height:29px;
	display:block;
}
.rub1{width:104px;background:url(../images/charte/rub_1b.jpg) no-repeat;}
.rub2{width:170px;background:url(../images/charte/rub_2b.jpg) no-repeat;}
.rub3{width:93px;background:url(../images/charte/rub_3b.jpg) no-repeat;}
.rub4{width:106px;background:url(../images/charte/rub_4b.jpg) no-repeat;}
/*---------------------------CONTENU------------------------------*/
#texte{
	background:url(../images/charte/contenu.jpg) no-repeat;
	width:930px; 	/* soustraire les padding à la largeur normal de la div */
	height:auto;
	min-height:300px;
	position:relative;
	float:left;
	padding: 20px 20px 20px 20px;
}
/*---------------------------BAS DE PAGE ------------------------------*/
#global_bas{
	margin:-98px 0 0 0;/*----rajouter en marge négative la hauteur de #bas---------*/
	background:url(../images/charte/bg-global-footer.jpg) left top repeat-x;
	position:relative;
	clear:both;
	width:100%;
}
#bas{
	height:98px;/*----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;
}
#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;
}
#texte p{
	margin: 10px 0;
	font-size:1.2em;
	color:#003366;
}
.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: #00BFF3;
	position:relative;
	text-decoration:underline;
}
a:hover, a:active{                             /*---------------------------STYLE LIENS -------------------------------*/
	color:#66CC00;
	text-decoration:underline;
}
.avertissement {
	color: #CC0000;
}
#texte ul{
	margin:0 0 0 5px;
	color:#003366;
	list-style:none;
	font-size:1.2em;
}
#texte ul li{
	background:url(../images/charte/bullet-fleche.png) left center no-repeat;
	padding:0 0 0 20px;

}
/******************************BASE***************************************/
#ssrub{
	list-style:none;
	width:250px;
	float:left;
	
}
#texte #ssrub li{
	background-image:none;
	/*background-color:#FDE1F5;*/
	color:#003366;
	padding:5px 0 5px 10px;
	margin:5px 0 5px 0;
	font:bold 1.2em Arial, Helvetica, sans-serif;
	
}
#texte #ss-ssrub{
	float:right;
	width:600px;
	margin:5px;
	padding:5px;
}
#texte #ss-ssrub li{
	float:left;
	background:#5C5B5C;
	padding:5px 5px 5px 5px;
	margin:3px;
		
}
.produit{
	width:600px;
	margin:10px 0 30px 0;
	padding:15px;
	float:right;
}	


.produit a{
color:white;
font-weight:bold;
}
#texte #ssrub li.coul1 {
	background-color:#e8f3fe;
}
#texte #ssrub li.coul2 {
	background-color:#5C5B5C;
}

.produit-illus{
	width:250px;
	text-align:center;
	float:left;
}
/*************************************************************************/
/*------------------------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 20px;
	width:50%;
}
.colonne-contact-right{
	float:left;
	padding:5px;
	margin: 15px 0 0 0;
	width:35%;
}
#coordonnee{
	border-bottom:1px solid #fff;
	padding: 10px;
}
.legislation{
	width:95%;
	margin:20px 0 0 10px;
	text-align:justify;
}
.td_contact{
	padding: 5px 0 ;
}
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;
}
#texte input, #texte textarea{
	background:none;
	border:1px solid #CCCCCC;
	color:#006699;
}
/*************************************************************************/
/*--------------------------------DIVERS --------------------------------*/
/*************************************************************************/
.clearer{
	clear:both;
}
.ligne1{
	background:#fff;
	color:#333;
}
.ligne2{
	background:#ebebeb;
	color:#333;
}
.left{
	float:left;
}
.right{
	float:right;
}
.img-contenu{
	padding:7px;
	margin:10px;
	border:1px dotted #CCCCCC;
}
.colLeft{
	width:650px;
	float:left;
}
.en-avant{
	padding:0 0 0 15px;
	background:url(../images/charte/bullet-fleche.png) left center no-repeat;
}
.top{
	float:left;
	margin:20px 0 0 0;
	padding:0 0 0 10px;
	background:url(../images/charte/top.gif) left center no-repeat;
}
/*************************************************************************/
/*--------------------------------PERSO---------------------------------*/
/*************************************************************************/