body {
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	background: #fff url(/style/fond_body.jpg) repeat-x 0px 0px scroll;
}

form {
	margin: 0;
}

a {
	text-decoration: none;
}
.infobulle{
	position: absolute;	
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	font-size: 10px;
	background-color: #FFFFCC;
}

h2 { 	font-size:12pt;
		font-family:arial,verdana;
		color: #423A76;
		text-align:center
		 }

h3 { 	font-size:12pt;
		font-family:arial,verdana;
		color: #423A76;
		text-align:center
		 }	 
/***************************/
/*   	Divers - mise en page	*/
/***************************/

.fin {
	clear: both;
}
.fintoutfin {
	clear: both;
	line-height: 1px;
	height: 1px;
}

.PalignR {
	text-align: right;
}
.PalignJ {
	text-align: justify;
}



/*********************/
/*	IMG & ILLUS	*/
/*********************/

img {
	border: 0;
}

.alignG {
	float: left;
	margin-right: 10px;
}

.alignD {
	float: right;
	margin-left: 6px;
}

.cadre1 {
	padding: 4px;
	border: 1px solid #000;
}

.marge1{
	margin: 10px;
}

.lignSimpl {
	clear: both;
	margin: 5px 0px;
	padding: 0px;
	line-height: 2px;
	background: 0;
	border: 0;
	border-bottom: 1px solid #ccc;
}
.lignDashed {
	clear: both;
	margin: 5px 0px;
	padding: 0px;
	height: 0px;
	background: 0;
	border: 0px;
	border-bottom: 1px dashed #ccc;
}

.colone-1 {
	float: left;
	width: 185px;
	margin: 0px 5px 5px 0px; 
}
.colone-1 p{
	margin: 5px 0px;
}

/***************************/
/*	TITRES & TEXTES	*/
/***************************/

.titre-2 {
	margin: 20px 0px 5px !important;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #156;
	text-align: left;
}

.titre-2 a{
	color: #156;
}

.titre-2 a:hover{
	color: #000;
}

.titre-3 {
	margin: 5px 0px 0px !important;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
	color: #48a;
	text-align: left;
}


.lien-1 {
	color: #167;
}
.lien-1:hover {
	color: #eb0;
}

#cont {
	border: 1px solid #ddd;
	background: #fcfcff;
	padding: 0px 20px 8px;
}
#cont .listeSociete{
	margin: 2px 0px 14px 20px;
	padding: 0px 0px 0px 10px;
	list-style-type:square;
}

#cont strong,#cont a,#cont a:visited{color:#4488aa;}

#cont .present{border-collapse:collapse;}
#cont .present tr td{text-align:justify; padding-top:10px;border-bottom:1px solid #757575;}

.infos{
	width:290px;
	float:left;
}

.reclame {
	margin: 20px 0px 5px !important;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	color: #48a;
	text-align: center;
}

/********************************
			TABLEAUX
********************************/

.tableTarifs {
	width: 98%;
	margin: 4px auto 10px;
	border: 1px solid #e6e6e6;
}
.tableTarifs td{
	padding: 6px 8px;
	background: #edefee;
	text-align: center;
	color: #345;
	border-top: 1px solid #fff;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #fff;
	font-size: 12px;
}

.tableTarifs td.tdFormule {
	background: #fffce9;
	color: #368;
	font-weight: bold;
	font-size: 11px;
	text-align: center;
	padding: 6px 8px 2px;
	border-top: 1px solid #ccc;
	border-bottom: 1px dashed #ccc;
}
.tableTarifs td.tdGauche {
	width: 220px;
	background: #ea3;
	color: #fff;
	font-weight: bold;
	text-align: right;
}
.tableTarifs td.tdHaut {
	background: #fe9;
	color: #234;
	font-weight: bold;
	text-align: center;
}

/*
.tableTarifs {
	width: 98%;
	margin: 4px auto 10px;
	border: 1px solid #e6e6e6;
}
.tableTarifs td{
	padding: 6px 8px;
	background: #f9f9f9;
	text-align: center;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	font-size: 12px;
}

.tableTarifs td.tdFormule {
	background: #fcfae9;
	color: #58b;
	font-weight: bold;
	font-size: 11px;
	text-align: left;
	padding: 2px 8px;
	border-top: 1px dashed #ccc;
}
.tableTarifs td.tdGauche {
	width: 220px;
	background: #f6efd0;
	color: #234;
	font-weight: bold;
	text-align: right;
}
.tableTarifs td.tdHaut {
	background: #f6efd0;
	color: #234;
	font-weight: bold;
	text-align: center;
}

*/

/********************************/
/*	STRUCTURE GENERALE	*/
/********************************/

#generale {
	width: 880px;
	padding: 20px 38px 20px 37px;
	margin: 0 auto;
	background: url(/style/fond_generale.jpg) no-repeat center top scroll;
}

#colGauche {
	float: left;
	width: 246px;
	margin-right: 6px;
}
#colCentre {
	float: left;
	width: 626px;
}
#colCentre .h3 {
	float: left;
	width: 626px;
}
#colDroite {
	float: left;
	width: 212px;
}

#navPage {
	color: #fff;
	line-height: 41px;
	font-size: 17px;
	text-align: left;
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background: url(/style/fond_navPage.gif) no-repeat 0px 0px scroll;
	font-weight:normal;
}
#navPage a{
	color: #fff;
}
#navPage a:hover{
	color: #fc9;
}

/**********************/
/*		HAUT 	*/
/*********************/

#haut {
	height: 160px;
	margin: 0px 0px 4px;
	background: url(/style/haut.jpg) no-repeat center top scroll;
}

#logo {
	float: left;
	margin-right: 7px;
}

#navHaut {
	float: left;
	line-height: 36px;
	width: 623px;
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #336A6F;
	background: url(/style/fond_navHaut.gif) repeat-x center center scroll;
}
#navHaut a{
	padding: 10px 8px;
	color: #f0ffff;
}
#navHaut a:hover , #navHaut a.btNH-actif{
	background: url(/style/fond_navHaut-up.gif) repeat-x center center scroll;
	color: #255;
}

#banHaut {
	float: left;
	display: block;
	margin: 4px 0px 0px;
	padding: 40px 0px 0px 30px;
	width: 593px;
	height: 77px;
	line-height: 1.3em;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	color: #066;
	background: url(/style/banHaut.jpg) no-repeat center center scroll;
}

/**********************/
/*		BAS		*/
/*********************/

#navBas {
	clear: both;
	margin: 0px 0px 0px;
	/*padding-left: 230px;*/
	line-height: 3em;
	font-size: 11px;
	text-align: center;
	font-weight: normal;
	color: #666;
}
#navBas a{
	color: #666;
	padding: 4px;
}
#navBas a:hover{
	color: #c90;
}

address {
	float: left;
	width: 350px;
	margin: 7px 0px 20px 70px;
	text-align: center;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	color: #067;
}
address a{
	color: #067;
}
address a:hover{
	color: #c90;
}


/*    	    TT 	        */

#siteWeb {
	float: left;
	width: 380px;
	margin: 0px 0px 20px 10px;
	padding: 0px;
	text-align: center;
}
#siteWeb a {
	color: #666;
	font-size: 10px;
	text-decoration: none;
}
#siteWeb a:hover {
	color: #c90;
	text-decoration: none;
}


/************************/
/*  	   COLONNES	     */
/************************/


/*  	   Moteur de recherche & Accès client     */

/*form#tableLogin , form#tableRecherche {
	padding: 10px 10px 14px;
}*/
form#tableLogin {
	margin: 0px 0px 10px;
	padding: 30px 0px 0px 0px;
	height: 62px;
	background: url(/style/fond_tableLogin.gif) no-repeat left top scroll;
}
form#tableRecherche {
	margin: 10px 0px 10px;
	padding: 30px 26px 0px 6px;
	height: 32px;
	background: url(/style/fond_tableRecherche.gif) no-repeat left top scroll;
}
/*form#tableLogin p , form#tableRecherche p{
	margin: 5px 7px 5px 0px;
}*/
input.entree1 {
	border: 1px solid #099;
	width: 150px;
	margin: 0px 0px 4px;
	padding: 1px 0px 1px 6px;
	color: #d70;
	font-size: 11px;
}
select.entree2 {
	border: 1px solid #666;
	line-height: 15px;
	color: #666;
	font-size: 11px;
}
.bt_ok1 {
	float: right;
}

fieldset#fieldLogin {
	position: relative;
	margin: 0px 0px 0px 6px;
	padding: 0;
	border: 0;
}
.bt_ok2 {
	position: absolute;
	bottom: 4px;
	right: 27px;
}
.passoubli {
	margin: 0px 0px 0px 8px;
}
.passoubli a{
	color: #099;
	font-size: 11px;
	font-weight: bold;
}
.passoubli a:hover{
	text-decoration: underline;
}

/*  	   Menu Prod     */

#menuProd {
	margin: 10px 0px;
}
#menuProd a{
	display: block;
	margin-top: 0px;
	font-size: 13px;
	font-weight: bold;
	color: #666;
	padding: 0px 0px 0px 10px;
	line-height: 1.7em;
	border-bottom: 1px dashed #999;
}
#menuProd a:hover , #menuProd a.btMP-actif{
	color: #067;
	background: #ccE4ee;
}


/*  	   Panier     */

.lienPanier a{
	padding-left: 26px;
	background: url(illus/ico_panier.gif) no-repeat left center scroll;
	color: #81133A;
}
.lienPanier a:hover{
	text-decoration: underline;
}


/*  	   Coups de coeur & promos     */

.unePromo {
	clear: both;
}
.promoVign {
	float: left;
	margin: 0px 4px 10px;
}
.promoDescr {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
.promoDescr a{
	color: #81133A;
}
.promoPrix {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
}
.promoPrixBarre {
	font-size: 11px;
	font-weight: bold;
	text-decoration: line-through;
	margin: 0px;
}


/************************/
/*    	   ACCUEIL 	    	 */
/************************/

.slogan-1 {
	margin: 2px 2px 2px 1px;
	padding: 76px 0px 0px 70px;
	height: 56px;
	color: #056;
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	background: url(/style/fond_slogan-1.gif) no-repeat left top scroll;
}

.texte-accueil {
	color: #056;
	font-size: 12px;
}


/************************/
/*    	   PARTENAIRES	 */
/************************/

.unPart {
	float: left;
	margin: 10px 0px;
	padding: 0px 10px 0px 15px;
	height: 160px;
	width: 290px;
	overflow: hidden;
	border-right: 1px solid #bbb;
}
.partVign {
	display: block;
	margin: 0px 0px 0px;
	text-align: center;
	color: #789;
	font-size: 12px;
	font-weight: bold;
}
.partNom {
	margin: 10px 0px 0px;
	text-align: left;
	color: #066;
	font-size: 12px;
	height: 5em;
	overflow: hidden;
}
.partLien {
	display: block;
	margin: 0px;
	text-align: left;
	color: #900;
	font-size: 12px;
}
.partLien:hover {
	color: #900;
	text-decoration: underline;
}


/************************/
/*    	   	CGV  	    	 */
/************************/

#cgv {
	margin: 0px 20px;
}
#cgv p{
	margin: 4px 0px 20px 0px !important;
	text-align: justify;
	font-size: 11px;
}
#cgv p.CGVtitre {
	margin: 10px 0px;
	text-align: left;
	font-size: 18px;
	color: #268;
}
#cgv p.CGVarticle {
	margin: 20px 0px 0px 0px !important;
	font-size: 12px;
	font-weight: bold;
}
#cgv ul {
	margin: 0px 0px 20px 20px;
	font-size: 11px;
}

/************************/
/*    	   CONTACT  	     */
/************************/

#plan {
	float: left;
	margin: 0px 20px 20px 20px;
}

#coordonnees {
	width: 300px;
	float: left;
	margin: 0px 0px 0px 30px;
}
#coordonnees p{
	margin: 28px 0px 28px 10px;
	padding: 8px 0px 8px 50px;
	font-size: 13px;
	font-weight: bold;
	color: #367;
}
.titre-coordonnees {
	color: #399;
	font-weight: bold;
}
.coord-1 {
	background: url(/style/ico_adress.gif) no-repeat left center scroll;
}
.coord-2 {
	background: url(/style/ico_tel.gif) no-repeat left center scroll;
}
.coord-3 {
	background: url(/style/ico_email.gif) no-repeat left center scroll;
}
#coordonnees a{
	color: #367;
}
#coordonnees a:hover{
	color: #e90;
}

/* message */

#message {
	width: 251px;
	padding: 22px 20px 20px;
	float: left;
	background: url(/style/fond_message.gif) repeat-x left top scroll;
}
label {
	display: block;
	border: 1px solid #299;
	background: #fff;
	margin: 2px 0px 3px;
	padding: 1px 4px;
	font-size: 11px;
	font-weight: normal;
	color: #777;
}
.entree {
	background: #fff;
	line-height: 11px;
	padding: 0;
	border: 0;
	font-size: 10px;
}
.area {
	height: 60px;
	width: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#Envoyer {
	text-align: right;
	cursor: pointer;
}

/*****************************/
/* 		 F. A. Q.		  */
/*****************************/

.question {
	font-style: italic;
	font-weight: bold;
	color: #579;
	margin: 20px 0px 5px !important; 
}
.reponse {
	font-size: 11px;
	margin: 5px 0px 20px !important;
	text-align:justify; 
}
/*.question span ,*/ .reponse span {
	font-weight: bold;
	font-style: normal;
}


/*****************************/
/*  RUBRIQUES ET PRODUITS  */
/*****************************/

/* pagination  */

#pagination {
	clear: both;
	font-size: 11px;
	text-align: center; 
	line-height: 30px;
	margin: 10px 0px;
}
#pagination a{
	padding: 2px 4px;
	color: #999;
}
#pagination span.actif{
	padding: 1px 3px;
	border: 1px solid #bbb;
	background: #fffcf6;
	color: #888;
}
#pagination a:hover{
	padding: 1px 3px;
	border: 1px solid #000;
	background: #000;
	color: #fff;
}

.btRetour {
	clear: both;
	margin:10px 0px;
	font-size: 11px;
}
.btRetour a{
	padding: 0px 10px;
	border: 3px double #E5EAE4;
	background-color: #030;
	color: #fff;
}
.btRetour a:hover{
	padding: 0px 10px;
	border: 3px double #030;
	background-color: #E5EAE4;
	color: #030;
}

.fieldCol1 {
	width: 49%;
	border: 0;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 0;
}
.fieldCol2{
	width: 49%;
	border: 0;
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0;
}
#formAjout label {
	display: block;
	border: 1px solid #299;
	background: #fff;
	margin: 2px 0px 3px;
	padding: 1px 4px;
	font-size: 11px;
	font-weight: normal;
	color: #777;
}

#formAjout label  select{
	font-size:10px;
}

.erreur{
	height:10px;
	font-size:10px;
}

.submit{
	text-align:center;
	padding:20px 0;
	width:100%;
	float:left;
}

.entree3 {
	background: #fff;
	line-height: 11px;
	padding: 0;
	border: 0;
	font-size: 12px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
}
.area {
	height: 60px;
	width: 100%;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

				/*--------------------------------------------------------------------- */
								/* ------------ Référencement ------------- */
				/* -------------------------------------------------------------------- */
				
p.li {
	margin-left: 22px;
	margin-bottom:2px;
	margin-top:2px;
	padding-left: 15px;
	font-size: 12px;
	background: url(/images/puce.png) no-repeat 2px 4px;
}
