html {
   margin: 0;
   padding: 0;
}
body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #f4f2d7;
	background-image: url(../images/deco/fond_body.gif);
	background-repeat: repeat-x;
	background-position: left;
}

/*------------------------------------------------------*
  *--------    CSS MISE EN PAGE    						 ----*
  *------------------------------------------------------*/
 
/* Chapeau = Haut de page / Corps = contenu / Nota-bene = Surlignage / Pied = Fond de page */ 
  
.chapeau {
	font-weight: normal;
	margin: 15px 0 10px 0;
	color: #5578A4;
	background-image: url(../images/deco/initiales.jpg);
	background-repeat: no-repeat;
	background-position: center;
	padding: 30px 0 30px 0;
	font-size: 12px;
}
.adresse {
	color:#93A567;
	font-size:11px;
	font-weight:bold;
	text-align: center;
	padding: 2px;
	display: block;
	line-height: 12px;
}
.corps {
	margin: 15px 0 10px 0;
	font-style: normal;
	font-size:11px;
	color:#003366;
}
.corps ul{
	margin: 0 0 5px 350px;
	display: block;
}
.corps li{
	list-style-type: square;
	margin-left: 230px;
}
.corps table{
}
.corps th{
	background-color: #E6EBF2;
	color: #1D3A5A;
	font-size: 12px;
	padding: 5px;
	border-bottom: 1px solid #FFFFFF;
}
.corps td{
	padding: 0px 20px 15px 20px;
	border-bottom-color: #FFFFFF;
	vertical-align: bottom;
	border-bottom-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	width: 50%;
}
.gauche img{
	float: right;
	padding: 5px;

}
.droite img{
	float: left;
	padding: 5px;

}
.highlight {
	color: #21b8cb;
	font-weight: normal;
	font-size: 10px;
	line-height: 11px;
	text-align: left;
}
.nota-bene {
	background-color: #D6DEE9;
	display: block;
	float: right;
	width: 300px;
	padding: 5px 15px 5px 15px;
	border: 1px solid;
	border-color: #7A97BA;
	margin: 15px 0px 10px 15px;
	clear: both;
	text-align: justify;
}
.nota-bene li {
	list-style-type: circle;
	text-align: right;
	margin: 2px 20px 0 0;
}
.nota-bene a, a:hover{
 color:#5578A4;

}
.pied {
	color: #5578A4;
	margin: 15px 0 10px 0;
	font-size: 9px;
}
    
.image-droite{
	float: right;
	display: block;
	margin: 15px 0 10px 15px;
	border: 1px solid #5578A4;
	padding: 3px;
	background-color: #FFFFFF;
}
.image-gauche{
	float: left;
	margin: 15px 10px 10px 0;
	border: 1px solid #5578A4;
	padding: 3px;
	background-color: #FFFFFF;
}

h1{
	color: #21B5C7;
	font-size: 14px;
	letter-spacing: 1px;
	background-image: url(../images/deco/titre.gif);
	margin: 0 10px 0 120px;
	height: 25px;
	padding: 50px 0 0 200px;
	background-repeat: no-repeat;
	background-position: 145px;
}
h1.promotions{
	color: #21B5C7;
	font-size: 14px;
	letter-spacing: 1px;
	background-image:none;
	margin: 0 10px 0 120px;
	height: 25px;
	padding: 50px 0 0 200px;
	background-repeat: no-repeat;
	background-position: 145px;
}
h2{
	color: #21B5C7;
	font-size: 13px;
	letter-spacing: 1px;
}


h3{
	background-color:#AAC249;
	color:#FFFFFF;
	padding:3px;
	font-size:11px;
}
h3.promotions{
background:none;
	color:#FFFFFF;
	font-size:12px;
	padding:50px 0 24px 80px;
}

h4{
	color:#FFFFFF;
	font-size:15px;
	background-image: url(../images/deco/bande_titre_cgv.jpg);
	background-repeat: repeat-x;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	text-decoration: underline;
}

#general{
margin:0 auto;

}


#global{
	width:980px;
	margin:0 auto;
	background-image: url(../images/deco/fond-content.gif);
	background-repeat: repeat-y;

}

#zone-titre{
margin:5px 0 5px 0
}

#promo{
	background-image:url(../images/deco/encart.jpg);
	background-repeat:no-repeat;
	background-position:top center;
	padding:200px 20px 0 20px;
	font-size:10px;
}
#promo a{
	text-decoration:underline;
	color:#809256;
}
#promo a:hover{
	text-decoration:none;
	color:#1DB6C8;
	font-weight: bold;
}
#mon-panier{
	padding:0px;
	margin:0 0 0 18px;
	width:230px;
	font-size: 10px;
}

#mon-panier table th{
	background-image:url(../images/liste_articles/title.gif);
	background-position:top;
	width:230px;
	height:65px;
	background-color:#eff5e4;
	border: 0;
}
#mon-panier table{


}
#mon-panier td{
	padding:3px;
	color:#21B5C7;
	border-top: 1px solid #21B5C7;
	border-collapse: collapse;
}
#mon-panier .bleu{
	color:#21B5C7;
	background-color: #C7F2E1;
	border-collapse: collapse;

}
#mon-panier .vert{
	color:#21B5C7;
	background-color: #C7F2E1;
	border-bottom: 1px solid #21B5C7;
	border-collapse: collapse;
}
#mon-panier .total {
	color:#FFFFFF;
	background-color: #21B5C7;
}
#mon-panier .panier-total{
	background-color:#FFFFFF;
	color: #93A567;
	text-align: center;
}
#mon-panier .panier-sous-total{
	background-color:#93A567;
	color: #FFFFFF;
	text-align: center;
}

#bandeau_haut {
	display:block;
	height:230px;
	width:980px;
	background-image: url(../images/deco/header2.gif);
	background-repeat: no-repeat;
	margin:0 auto;
}

#logo{
	position: relative;
	margin-top:0;
	margin-bottom:0;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	width:196px;
	height:138px;
	z-index: 1000;
}

#centre {
	background-image: url(../images/deco/fond_global.gif);
	width:980px;
	background-repeat: repeat-y;
	margin: 0 auto;
	padding: 0;
}








#footer-index{
	margin:0 auto;
	padding: 20px 0 0 0;
	color: #FF9999;
	font-weight: bold;
	text-align: center;
}
#footer-index a{
	color:#21B5C7;
	font-size:9px;
	font-weight: normal;
	text-decoration: none;
}
#footer-index a:hover{
	color: #FF9999;
}






/*------------------------------------------------------*

  *--------    colonne de gauche + liste article     						 ----*

  *------------------------------------------------------*/



#col_gauche

{
	position:relative;
	margin-top:0;
	margin-left:0;
    float:left;
    padding: 0;
	width:265px;
	min-height:762px;

}



#liste_articles

{

	position:absolute;

	width:228px;

	margin-left:10px;

	margin-top:200px;

	padding:0;

	background-image: url(images/liste_articles/titre.jpg);

	background-repeat: no-repeat;

	background-position:  top;

	background-color: #C7F2E1;

}









.cell-bleu {
	background-color:#addce9;
	background-image: url(../images/liste_articles/puce.jpg);
	background-repeat: no-repeat;
	background-position: 3px center;
	padding: 2px 2px 2px 10px;
}

.cell-vert { 
background-color:#c7f2e1;
}

.cell-total {
	background-color:#5098c3;
	color:#FFFFFF;
	font-weight: bold;
}



.sous-total {
	color:#FF9999;
	font-weight: bold;
	text-align:right;
	width:40px;}

.total_list_articles {
	color:#0099CC;
	font-weight: bold;
	text-align:center;

}











/*------------------------------------------------------*

  *--------    content en deux colonnes     						 ----*

  *------------------------------------------------------*/


#col1
{
	margin-top:35px;
	width:344px;
	float:left;
	background-image: url(../images/titres_home/a_ne_pas_manquer.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:103px;
}



#col2

{
	margin-top:35px;
	width:344px;
	float:left;
	background-image: url(../images/titres_home/nouvel_arrivage.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top:103px;

}





/*------------------------------------------------------*

  *--------    une boite  produit     						 ----*

  *------------------------------------------------------*/





.prod{
	margin-top:5px;
	margin-left:10px;
	width:325px;
	height:auto;
	background-color: #c7f2e1;
	border: 1px solid;
	border-color: #A0E9CC;
	float: left;
}
.nouveau{
	width:325px;
	height:auto;
	background-color: #c7f2e1;
	float: right;
	margin-top:5px;
	clear: both;
	padding-top:5px;
}
.immanquables{
	width:325px;
	height:auto;
	background-color: #c7f2e1;
	float: right;
	margin-top:5px;
	clear: both;
	padding-top:5px;
}
.image_prod{
position:relative;
float:left;
padding:15px;
width: 135px;
margin-top:0px;
}



.v_prod{

	float:right;
	padding: 0px;
	border: thin solid #39acc4;
}







.loupe {
width:26px;
height:22px; 
margin-top:5px;
margin-left:115px;
border:none;
}

.def_prod{
float:left;
padding-right:5px;
width: 135px;
margin-left:0;
font-weight: normal;
font-size:10px;}



.text_prod {
color:#21b5c7;
text-align:left;
width:125px;
padding-top:5px;
}





.prix{
	color:#21B5C7;
	background-color:#C7F2E1;
	text-align:left;
	font-weight: bold;
	padding:5px;

}

.titre_prix {
	color:#21B5C7;
	text-align:left;
	word-spacing: 11px;

}



.ligne{




}



.ajouter_liste {
	color:#21B5C7;
	text-align:left;
	border:none;
	font-size:9px;
	float:right;
	line-height:11px;
	margin-right:10px;

}
.ajouter_liste a{
	color:#21B5C7;
	text-decoration:underline;
	padding:0 4px;
	letter-spacing:0.008em;
}
.ajouter_liste a:hover{
	text-decoration:none;
	font-weight:bold;
	letter-spacing:normal;
}

.pict_ajout_list{
	width:23px;
	height:19px;
	border:none;
	float:left;
	margin-right:5px;
	margin-left:0px;
	vertical-align: bottom;

}









/*  deroulant  */



.pro_line2 {
/*	top:141px;
	left:308px;
	position:absolute;*/
	width:702px;
	height:35px;
	float: right;
	z-index:500;
	background-image: url(../images/deco/fond_menu_horizontal_a.gif);
	background-repeat: no-repeat;
	padding-left:5px;
	margin:140px 0 0 0;
}



.pro_line2 .select {
	position:relative;
	top:0;
	
	margin:0;
	height:9px;
	padding:0px 12px 12px 15px;
	list-style:none;
	white-space:nowrap;

}



.pro_line2 li {
	float:left;
	font-size:10px;
	background:url(line/blank_over.gif);

}



.pro_line2 .select a {

	display:block;

	height:36px;

	float:left;

	background-image: url(../images/deco/fond_menu_horizontal.gif);
	background-repeat: repeat-x;
	background-position: top;

	padding:6px 1px 1px 1px; 

	text-decoration:none;



	white-space:nowrap;

	color:#28919e;

}



.pro_line2 .select a b {

display:block; 

padding:6px 5px 1px 5px; 

background:url(line/blank.gif) right top;

}



.pro_line2 .select a:hover ,

.pro_line2 .select li:hover a {

	background-image: url(../images/deco/fond_menu_horizontal_hover.gif);
	background-repeat: repeat-x;
	background-position: top;

	padding:6px 5px 1px 5px; 

cursor:pointer; 



}



.pro_line2 .select a:hover b, 

.pro_line2 .select li:hover a b {

display:block; 

padding:0 5px 0px 0px; 

background:url(line/blank_over.gif) right top; 

cursor:pointer;

}



.pro_line2 .sub {

display:none;

}



/* IE6 only */

.pro_line2 table {
	border-collapse:collapse;
	margin:-1px;
	font-size:11px;
	width:0;
	height:0;

}



.pro_line2 .sub {

margin:0; 

padding:0 0 0 60px;

list-style:none;

}

.pro_line2 .sub li {background:transparent;}



.pro_line2 .select :hover .sub {

height:18px;

display:block; 

position:absolute;

float:left;

width:750px;

top:28px; 

left:0; 

text-align:center;

}



.pro_line2 .select :hover .sub li a 

{
	display:block;
	height:18px;
	line-height:16px;
	float:left;
	background:#21b5c7;
	padding:0 16px;
	margin:0;
	white-space:nowrap;
	color:#eff5e4;
	font-size:11px;

}



.pro_line2 .select :hover .sub li a:hover 

{
	color:#FFFFFF;
	background:#21b5c7;
	border-color: #fff #333 #000 #fff;
	line-height:15px;

}



.foot_prod {
	width:343px;
	background-image: url(images/deco/foot_prod.gif);

}


.titre_prod_zoom{
	text-align:center;
	font-size:13px;
	color:#21b5c7;
	margin-left:60px;
	font-weight: bold;
	text-transform: capitalize;	
	background-color:#AAC249;
	color:#FFFFFF;
	padding:3px;

}

.prix-detail{
	color:#006699;
	background-color: #EFF5E4;
	text-decoration: none;
	display:block;
	font-weight:bold;
	margin-bottom:3px;
	padding:3px 0 0 15px;
}
.retour a{
	color:#006699;
	background-color: #EFF5E4;
	text-decoration: none;
	padding: 3px 2px;
	display:block;
}
.retour a:hover{
	color:#43C69B;
}


.zoom_prod{
	height:auto;
	width: 600px;
	padding-top: 0px;
	padding-bottom:10px;
	font-size: 11px;
	font-weight: normal;
	background-color: #c7f2e1;
	border: 1px solid;
	border-color: #A0E9CC;
	margin-left: 50px;
}

.img-fiche-produit {
margin:5px 20px 10px 20px;
float:left;
display:block;
width:200px;
}


.fond_zoom_prod  {
	color:#21b5c7;
}

.details{
	color:#FFF;
	display:block;
	padding:5px 10px;
	margin:0 15px;
	background-color: #21B5C7;
	float:right;
	display:block;
}
.precisions{
	color:#21b5c7;
	display: block;
		padding:5px 10px;
	margin: 5px 15px;
	clear: both;
}

.zoom_photo_prod{
	float:left;
	padding: 0px;
	margin:5px;
	border: thin solid #39acc4;

}


/*------------------------------------------------------*
  *--------    zoom  prix + ajout a la liste     						 ----*
  *------------------------------------------------------*/

.zoom_prix_ajout_list {
	height:auto;
	float:left;
	font-weight: bold;
	font-size:10px;
	margin-left: 20px;
}
.zoom_prix {
	background-color:#EBB0E3;
	color:#FFFFFF;
	text-align:left;
	height:19px;

}
.titre_prix {
	color:#21B5C7;

}


.zoom_ajout_list {
	height:19px;
	color:#FFFFFF;
	background-color:#C4D997;
	text-align:left;

}
.pict_ajout_list {
	width:23px;
	height:19px;
	border:none;
	float:left;
	margin-right:5px;
	margin-left:0px;
}








.ligne{
height:19px;
}



 /*------------------------------------------------------*
  *--------    CSS FLASH 			 ----*
  *------------------------------------------------------*/
#flash_index{
	background-image:url(../images/deco/home.jpg);
	width:900px;
	height:430px;
	margin: 20px auto 0;
}

#swf_presentation{
float:left;
width:269px;
margin:0;
padding:3px 0 0 0;
}

/*Contenu de page CONTENT et MISE EN FORME DES BLOCS DE PAGE*/

#content {
	margin:0 auto;
	padding:0;
	width: 770px;
	background-color:#CCC;
}

#content_cgv {
	width: 980px;
	background-image: url(../images/deco/fond_global.gif);
	background-repeat: repeat-y;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}

#content_cgv h4{
	padding: 0 20px;
	width: 90%;
	margin: 0 auto;
}

#content_cgv p{
padding: 0 20px;
}

#colonne-includes-gauche{
	float:left;
	padding: 0;
	width:265px;
	margin: 0;
}

#colonne-centre
{
	float: left;
}

#colonne-gauche-promo
{
	width:344px;
	float:left;
	background-repeat: no-repeat;
	background-position: top;
	background-image:url(../images/titres_home/nouvel_arrivage.gif);
	background-repeat:no-repeat;
}
#colonne-droite
{
	width:344px;
	float:left;
	background-repeat: no-repeat;		
	background-position: top;
	background-color: #FFFFFF;
}
#colonne-droite-promo
{
	width:344px;
	background-image:url(../images/titres_home/a_ne_pas_manquer.gif);
	float:left;
	background-repeat: no-repeat;
	background-position: top;
}
#colonne-detail
{
	width:688px;
	float:left;
	background-repeat: no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}

#footer_normal{
	background-image: url(../images/deco/footer.gif);
	height: 56px;
	width: 980px;
	background-repeat: no-repeat;
	background-color: #F4F2D7;
	margin: auto;
	text-align: center;
	color:#FF6699;
	padding-top:30px;
}

#footer_normal p{
background-color:#FFFFFF;
}

#footer_normal a{
	padding-top:20px;
	color:#21B5C7;
	text-align:center;
	font-size:11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}

#footer_normal a:hover {
	text-decoration:none;
	color: #FF9999;
}




/*classe clear*/

.clear {
   clear: both;
   overflow: hidden;
   width: 1px;
   height: 1px;
   margin: 0 -1px -1px 0;
   border: 0;
   padding: 0;
   font-size: 0;
   line-height: 0;
}











/*CSS LISTE ARTICLE*/

/*------------------------------------------------------*
  *--------    colonne de gauche + liste article     						 ----*
  *------------------------------------------------------*/

#col_gauche{
	position:relative;
	margin-top:0;
	margin-left:0;
	float:left;
	padding: 0;
	width:265px;
	min-height:762px;
}


#liste_articles{
	position:absolute;
	width:228px;
	margin-left:10px;
	margin-top:200px;
	padding:0;
	background-image: url(../images/liste_articles/titre.jpg);
	background-repeat: no-repeat;
	background-position:  top;
	background-color: #C7F2E1;
}


.cell-bleu { 
background-color:#addce9;

}
.cell-vert { 
background-color:#c7f2e1;

}
.cell-total {
	background-color:#5098c3;
	color:#FFFFFF;
	font-weight: bold;

}

.sous-total {
	color:#EBB0E3;
	font-weight: bold;
	text-align:right;
	width:40px;

}
.total_list_articles {
	color:#BFF877;
	font-weight: bold;
	text-align:right;
}










 /*------------------------------------------------------*
  *--------------------------     CSS MENU DEBUT     ----*
  *------------------------------------------------------*/

/* MENU VERTICAL */

ul#menu_vertical{
	margin:0;
	padding:0;
	width:200px;
	list-style:none;
	text-align:center;
	color:#fff;
}

ul#menu_vertical li{
	margin:0 0 1px 0;
	background:#990000;
	border: 1px solid #600;
}

ul#menu_vertical li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	text-decoration:none;
}

ul#menu_vertical li a:hover, ul#menu_vertical li a:focus, ul#menu_vertical li a:active {
	background:#900;
	text-decoration:none;
}

/* MENU HORIZONTAL ne pas oublier de mettre un clear:both; après votre menu*/

ul#menu_horizontal{
	margin: 0 ;
	padding: 0 ;
	list-style: none;
}

ul#menu_horizontal li{
	margin-right:1px;
	width: 150px;
	border:1px solid #600;
	color:#fff;
	float:left;
}

ul#menu_horizontal li a{
	padding:4px 0;
	background:#990000;
	display:block;
	color:#fff;
	line-height:1em;
	text-align:center;
	text-decoration:none;
}

ul#menu_horizontal li a:hover, ul#menu_horizontal li a:focus, ul#menu_horizontal li a:active {
	background: #900 ;
	text-decoration:none;
}


 
 /*------------------------------------------------------*
  *--------------------------     CSS MENU FIN	     ----*
  *------------------------------------------------------*/



 /*------------------------------------------------------*
  *--------------------------     CSS PLANS DEBUT    ----*
  *------------------------------------------------------*/
  
  
  #contact {
  margin:0;
  float:left;
	width:425px;
	margin-left: 50px;
}
  
/*page plans debut*/
#plan {
margin:0;
  float:left;
	width: 425px;
	margin-left: 20px;
}

#plan img {
 margin-top: 10px;
	margin-bottom: 10px;
}

/*page plans fin*/



/*pop up plans DEBUT */
#popup_plan {
 margin-top:20px;
	width: 550px;
	position: absolute;
	left: 50%;
	margin-left: -275px;
}

#popup_plan a {
	color:#333;
	text-decoration:none;
}

#popup_plan a:hover {
	color:#666;
}

#popup_plan img {
	border: 1px solid #333;
}

/*pop up plans FIN */

 /*------------------------------------------------------*
  *--------------------------     CSS PLANS FIN         ----*
  *------------------------------------------------------*/



 /*---------------------------------------------------------*
  *----        CSS PAGE CONTACT  DEBUT                  ----*
  *---------------------------------------------------------*/
/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_DEBUT */

/* DIV général contenant l'ensemble du FORMULAIRE */
div.formulaire_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #C7F2E1;
	color: #62ACA9;
	margin: 85px 0 0 0;
}
/* DIV contenant l'ensemble des ERREURS de saisie */
div.formulaire_erreursSaisie {
	border-style: solid;
	border-width: 1px;
	border-color: #C7F2E1;
	background-color: #FFFFFF;
	color: #62ACA9;
	padding: 5px;
	margin-bottom: 3px;
}
/* DIV pour chaque LIGNE D'ERREUR de saisie */
div.formulaire_erreursSaisie_ligne {
}

/* Tableau de champs général */
table.formulaire_table {
	border-style: solid;
	border-width: 0px;
	width: 100%;
}
/* GROUPE de champs : ligne EN-TÊTE de table */
.formulaire_table th {
	color: #39ACC4;
	text-align: left;
	font-weight: bold;
	background-color: #C7F2E1;
	text-transform: uppercase;
	height: 15px;
	padding: 8px 0 8px 15px;
}
/* GROUPE de champs : en FIELSET */
.formulaire_table fieldset {
	border-style: solid;
	border-width: 0px;
	border-color: #666;
}
/* LEGENDE du fielset ci-dessus */
.formulaire_table legend {
	font-weight: bold;
	padding: 5px;
}
/* LIGNES de SÉPARATION entre deux lignes de champs */
.formulaire_cell_espacement {
	height: 4px;
}

/* LIBELLE des champ dans le formulaires */
/*---------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_nom_champ, td.formulaire_nom_champ_erreur {
		width: 100px;
		padding: 0px 5px 0px 10px;
		text-align: right;
	}
	/* Normal */
	td.formulaire_nom_champ {
	font-size: 11px;
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_nom_champ_erreur {
	color: #39ACC4;
	font-weight: bold;
	}

/* CELLULES qui contiennent les CHAMPS */
/*-------------------------------------*/
	/* Dans TOUS les cas */
	td.formulaire_td_champ, td.formulaire_td_champ_erreur {
		padding-right: 10px;
	}
	/* Normal */
	td.formulaire_td_champ {
	width: 80%;
	}
	/* En cas d'ERREUR sur le champ */
	td.formulaire_td_champ_erreur {
	}

/* Champs dans les formulaires : INPUT, TEXTAREA */
/*-----------------------------------------------*/
	/* Dans TOUS les cas */
	.formulaire_champ, .formulaire_champ_erreur {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	padding-top: 2px;
	padding-right: 3px;
	padding-bottom: 2px;
	padding-left: 3px;
		/* Attention, jouer sur l'opacité ICI (sur les INPUT) peut provoquer des problèmes d'affichage de SELECT sous IE */
		/*filter: alpha(opacity=80);
		opacity: 0.8;*/
	}
	/* Normal */
	.formulaire_champ {
	background-color: #F4F2D7;
	color: #0395D0;
	border-width: 0px;
	width: 80%;
	}
	/* En cas d'ERREUR sur le champ */
	.formulaire_champ_erreur {
	background-color: #C7F2E1;
	border-style: solid;
	border-width: 1px;
	border-color: #21B5C7;
	color: #21B5C7;
	width: 80%;
	}

/* SUFFIXES : texte qui s'ajoute après les champs (€, kg, /jour...) */
span.formulaire_champ_suffixe, span.formulaire_champ_suffixe_erreur {
	font-style: italic;
}

/* Cellules réunies (colspan) : dans TOUS les cas */
td.formulaire_td_colspan, td.formulaire_td_colspan_erreur {
	padding-top: 0px;
	padding-right: 10PX;
	padding-bottom: 0px;
	padding-left: 10px;
}

/* Cellule TD du Titre d'un objet TABLEAU */
td.formulaire_tableau_titre {
	font-style: italic;
}
/* Cellule TH d'un objet TABLEAU au croisement des en-têtes de lignes/colonnes */
th.formulaire_tableau_coin {
	background-color : transparent;
}
/* EN-TETE TH de COLONNES d'un objet TABLEAU */
th.formulaire_tableau_colonne_entete {
	background-color: #ccc;
}
/* EN-TETE TH de LIGNES d'un objet TABLEAU */
th.formulaire_tableau_ligne_entete {
	background-color: #ccc;
}

/* TD du Bouton "ENVOYER" du formulaire */
td.formulaire_td_envoyer {
	padding-right: 5px;
	text-align: right;
}
/* BOUTON "ENVOYER" du formulaire */
input.formulaire_envoyer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #AAC249;
	color: #FFFFFF;
	border: 0;
	cursor: pointer;
	margin: 5px;
	padding: 2px;
}

/* TEXTE EN BAS du formulaire concernant les astérisques */
.formulaire_note {
	text-align: center;
	font-style: italic;
}

/* DIV du message une fois le MESSAGE ENVOYÉ */
div.formulaire_msgRetour {
	background-color: #eee;
	color: #000;
	text-align: center;	
	padding: 10px;
	margin: 50px auto;
	border: solid 1px #999;
}
/* Lien "RETOUR" un fois le message envoyé */
a.formulaire_msgRetour_lien {
	color: #000;
	font-weight: bold;
}

/**************/
/* CALENDRIER */
/**************/

.div_calend {
	position: absolute;
	margin-left: 0px;
	margin-top: -80px;
	display: none;
	z-index: 100;
}
.div_calend .tab_general {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #fff;
	text-align: center;
	width: 280px;
	border: solid 1px #333;
}
.div_calend .cell_mois {
	background-color: #ccc;
	font-weight: bold;
	text-align: center;
	color: #000;
	width: 60%;
	padding: 3px;
}
.div_calend .cell_fleche {
	background-color: #ccc;
	text-align: center;
	padding: 3px;
}
.div_calend .cell_fleche a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.div_calend .cell_nomjour {
	font-size: 10px;
	color: #000;
	background-color: #ddd;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #ddd;
	border-right: solid 1px #aaa;
	border-bottom: solid 1px #aaa;
	border-left: solid 1px #ddd;
	padding: 3px;
}
.div_calend .cell_jour {
	font-size: 10px;
	color: #000;
	background-color: #eee;
	text-align: center;
	vertical-align: middle;
	border-top: solid 1px #fff;
	border-right: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
	border-left: solid 1px #fff;
}
.div_calend .cell_jour:hover {
	border-top: solid 1px #ccc;
	border-right: solid 1px #eee;
	border-bottom: solid 1px #eee;
	border-left: solid 1px #ccc;
}
.div_calend .cell_jour_vide {
	background-color: #f8f8f8;
}
.div_calend .cell_jour_a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333;
	text-decoration: none;
	text-align:center;
	display: block;
	width:inherit;
	padding: 3px;
}
.div_calend .cell_jour_a:hover {
	background-color: #fff;
	color: #666;
	font-weight:bold;
}
.div_calend .lien_fermer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	text-decoration: none;
	padding: 2px;	 /** voir note de l'attribut taille **/
	display: block;  /** on met un display: block car le margin-top ne sera pas pris en compte pour un display in-line (par défaut) **/
	width: 70px;	 /** display: block implique une taille de 100%. Il faut donc mettre une taille qui DOIT être cohérente avec le padding **/
	text-align: center;
}

/* NE_PAS_TOUCHER_CETTE_LIGNE_POUR_MAIL_PAGE_CONTACT_FIN */
 /*-------------------------------------------------------*
  *----        CSS PAGE CONTACT  FIN                  ----*
  *-------------------------------------------------------*/

 

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  DEBUT              ----*
  *------------------------------------------------------*/

#referencement {
	margin-right: auto;
	margin-left: auto;
	font-size: 9px;
	text-align: center;
	padding-top: 50px;
	color: #666;
}

#referencement a {
	color: #22B5C7;
	text-decoration: none;
}

#referencement a:hover {
	color: #666;
}

#referencement a img {
	border: none;
}

   /*------------------------------------------------------*
  *--------    CSS text page index  DEBUT              ----*
  *------------------------------------------------------*/

#text_index {
	margin-right: auto;
	margin-left: auto;
	font-size: 12px;
	text-align: center;
	padding-top: 10px;
	color: #FF9999;
	width: 600px;
}

#text_index a{
	color:#21B5C7;
	text-decoration: none;
}
#text_index a:hover{
	color: #FF9999;
}



 /*------------------------------------------------------*
  *--------    CSS text page index  FIN                ----*
  *------------------------------------------------------*/

 /*------------------------------------------------------*
  *--------    CSS REFERENCEMENT  FIN                ----*
  *------------------------------------------------------*/

#pages {
	text-align: right;
	margin-bottom: 20px;
	margin-right : 20px;
	color: #999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


#pages ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#pages li {
	display: inline;
	height:40px;
	margin: 0px;
	padding: 0px;
}

#pages .inactif{
	color: #bbbbbb;
}

.aucun_produit {
	font-size: 13px;
	color: #000;
	margin: 5px auto 0px auto; 
	width: 360px;
}

#pages a {
	text-decoration: none;
}

#pages a:hover
{
	text-decoration: none;
	background: #DEE0EC;
	color: #003399;
}

#pages a.texte_page
{
	font-weight: bold;
	background: #c7f2e1;
	color: #21b5c7;
}

#pages a.lien_page
{
	font-weight: bold;
	color: #999999;
}
