@charset "utf-8";
/************************************************************************************/
/******************************      BODY       ******************************/
/************************************************************************************/

HTML{
  height:100%;
  width:100%;
  background-color:#000000;
  font-family:Arial, Helvetica, sans-serif;
  font-size:12px;
}

/*  IE 6 et inférieurs  */
* html BODY{
  margin:0px;
  width:100%;
  height:100%;
  
}

/* IE 7 seulement */
*+html  BODY{
  margin:0px;
  width:100%;
  height:100% ;
}

/* Navigateurs modernes seulement (IE 7 non inclus) */
html>/**/body {
  margin:0px;
  width:100%;
  height:100%;
  
}

a:active {outline: none;}

a:focus { outline:none;}



/************************************************************************************/
/******************************            BILLET     *******************************/
/************************************************************************************/
#billet{
	position:absolute;
	width:149px;
	z-index:1;
	right:0px;
	top:190px;
}

#haut-billet{
	width:149px;
	height:8px;
}

#contenu-billet{
	width:129px;
	height:300px;
	background:#FFFFFF;
	color:#000000;
	padding-left:10px;
	padding-right:10px;
}

#contenu-billet .titre-billet-panier{
	color:#000000;
	font-size:18px;
	margin:0px;
}

.titre-billet-panier a{
	color:#000000;
	text-decoration:none;
}

#contenu-billet .separateur{
	color:#000000;
	font-size:12px;
	margin:0px;
	font-weight:bold;
}

#contenu-billet .nom_produit{
	color:#000000;
	font-size:12px;
	margin:0px;
}

#contenu-billet .prix_total_produit{
	color:#000000;
	font-size:12px;
	font-weight:bold;
	margin:0px;
}

#bas-billet{
	width:149px;
	height:92px;
}
/************************************************************************************/
/******************************            TEXTE       ******************************/
/************************************************************************************/

a.lienBlanc{
	color:#FFFFFF;
	text-decoration:none;
}

p{
	color:#FFFFFF;
}

/************************************************************************************/
/******************************            DIV           ******************************/
/************************************************************************************/

#contenu-central{
  position:relative;
  width:1000px;
  margin-left:auto;
  margin-right:auto;
}

#conteneur-flash{
  position:absolute;
  width:1000px;
 	/*margin-left:0px;
  margin-right:auto;*/
  z-index:2;
  top:420px;
}

/************************************************************************************/
/******************************            ARTICLE           ************************/
/************************************************************************************/
#conteneur-article{
	float:left;
  position:absolue;
  width:1000px;
  background:url(../img/visuel/fonds/article.jpg)  repeat-x;
  z-index:3;
}


#contenu-gauche-article{
	position:relative;
	width:334px;
	float:left;
	height:454px;
}



#logo-thorez-article{
	clear:both;
	width:200px;
	margin-left:30px;
	padding-top:12px;
}


#contenu-droit-article{
	width:634px;
	height:454px;
	float:left;
	padding-top:50px;
	overflow:hidden;
	margin-bottom:50px;
}

#contenu-droit-article-plan-site{
	width:634px;
	float:left;
	padding-top:50px;
	overflow:hidden;
	z-index:1000;
	
}

.description-article{
	clear:both;
	position:absolute;
	width:386px;
	height:390px;
	z-index:4;
	right:0px;
}

.description-article .div-gauche-transparente{
	width:375px;
	position:absolute;
	height:390px;
	background:#000000;
	filter: alpha(opacity=80);
 	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
 	-moz-opacity: 0.80; opacity:0.8;
	z-index:3;
	right:0px;
}

.description-article .div-gauche{
	position:relative;
	width:375px;
	position:absolute;
	height:390px;
	z-index:4;
	padding-left:15px;
	padding-right:15px;
	margin-left:8px;
	margin-right:8px;
	
}

.div-gauche .fleche-haut{
	width:345px;
	height:7px;
	text-align:center;
	margin-top:10px;
	margin-bottom:5px;
}

.div-gauche .fleche-bas{
	width:345px;
	height:7px;
	text-align:center;
	margin-top:5px;
}

.description-article .div-droite{
	position:absolute;
	top:0px;
	width:11px;
	height:41px;
	margin-left:375px;
	z-index:4;
}


#contenu-droit-article h1{
	/*text-transform:uppercase;*/
	color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:10px;
}

#contenu-droit-article p{
	margin:0px;
	color:#FFF;
}

#contenu-droit-article .contenu{
	margin-top:10px;
	text-align:justify;
}


.document{
	clear:both;
	margin-top:10px;
}

.nom-doc{
	float:left;
	height:60px;
	width:275px;
	text-align:right;
	margin-right:10px;
}

.nom-doc p{
	padding-top:15px;
}

.nom-doc a{
	color:#FFFFFF;
}

.icone-doc{
	float:left;
	height:60px;
	width:32px;
}

#flashContent{
	position:absolute;
	right:0px;
	top:120px;
	z-index:3;
}

h1{
color:#FFFFFF;
	font-size:24px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:10px;
}

h2{
color:#FFFFFF;
	font-size:16px;
	font-weight:normal;
	margin-top:15px;
	margin-bottom:10px;
}
/************************************************************************************/
/******************************            ARTICLE SPECIFIQUE************************/
/************************************************************************************/
#conteneur-article-specifique{
  position:absolue;
  width:1000px;
}


#contenu-gauche-article-specifique{
	position:relative;
	width:334px;
	float:left;
	height:454px;
}



#logo-thorez-article-specifique{
	clear:both;
	width:200px;
	margin-left:30px;
	padding-top:12px;
}


#contenu-droit-article-specifique{
	width:634px;
	height:454px;
	float:left;
	padding-top:50px;
	overflow:hidden;
	
}

#contenu-droit-article-specifique h1{
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	margin:0px;
}

#contenu-droit-article-specifique p{
	margin:0px;
}

#contenu-droit-article-specifique .contenu{
	margin-top:10px;
	text-align:justify;
}

/************************************************************************************/
/******************************            CONTACT     ******************************/
/************************************************************************************/
#conteneur-contact{
  position:absolue;
  width:1000px;
}



#contenu-gauche-contact{
	position:relative;
	background:url(../img/visuel/fonds/fond-contact.gif) no-repeat top left;
	width:334px;
	float:left;
	height:454px;
}



#logo-thorez-contact{
	clear:both;
	width:200px;
	margin-left:30px;
	padding-top:12px;
}

#information-contact{
	float:left;
	width:202px;
	padding-left:20px;
	padding-right:10px;
	padding-top:24px;
	text-align:center;
}

#information-contact p{
	text-align:center;
	margin-top:0px;
	margin-bottom:11px;
}

#onglet-contact{
	float:left;
	width:61px;
	padding-top:15px;
}

#contenu-droit-contact{
	width:634px;
	height:454px;
	float:left;
	padding-top:50px;
	overflow:hidden;
	
}

/*formulaire de contact*/
#conteneur_formulaire_contact{
	position:relative;
	width:629px;
	margin-top:10px;
	color:#FFFFFF;
}

#conteneur_formulaire_contact input{
	width:217px;
	border:#FFFFFF solid 1px;
	background-color:#000000;
	color:#FFFFFF;
	padding-left:3px;
}

#conteneur_formulaire_contact textarea{
	width:537px;
	border:#FFFFFF solid 1px;
	background-color:#000000;
	color:#FFFFFF;
	padding-left:3px;
	height:70px;
}

#conteneur_formulaire_contact .check{
	background-color:#000000;
	color:#FFFFFF;
	padding-left:0px;
	width:30px;
	border:0px;
}

#bloc_poste{
	position:relative;
	width:305px;
	float:left;
	padding-left:20px;
}
.colonne_gauche_information_contact{
	position:relative;
	float:left;
	width:80px;
	padding-bottom:10px;
	text-align:right;
	margin-right:5px;
}


.colonne_gauche_champ_contact{
	position:relative;
	float:left;
	width:220px;
	padding-bottom:10px;
}


.colonne_gauche_champ_contact_check{
	position:relative;
	float:left;
	width:219px;;
	padding-bottom:10px;
}

.colonne_gauche_champ_contact_message{
	position:relative;
	float:left;
	width:544px;;
	padding-bottom:10px;
}

.colonne_droite_information_contact{
	position:relative;
	float:left;
	width:76px;
	padding-left:20px;
	padding-bottom:10px;
	text-align:right;
	margin-right:5px;
}

.colonne_droite_champ_contact{
	position:relative;
	float:left;
	width:220px;
	padding-bottom:10px;
}


#bloc_poste .colonne_gauche_information_contact{
	position:relative;
	float:left;
	width:80px;
	padding-bottom:10px;
	text-align:right;
	margin-right:5px;
}

#bloc_poste .colonne_gauche_champ_contact{
	position:relative;
	float:left;
	
	padding-bottom:10px;
}

#information-etoile-contact{
	float:left;
	width:466px;
	margin-left:85px;
}

#bouton-envoyer-contact{
	float:left;
	width:77px;
	padding-top:10px;
}

.liens_plan_site{
color:white;
text-decoration:underline;
}

/************************************************************************************/
/******************************            PANIER     ******************************/
/************************************************************************************/
#conteneur-panier{
  position:absolue;
  width:1000px;
}

#contenu-gauche-panier{
	position:relative;
	/*background:url(../img/visuel/fonds/logo-catalogue.jpg) no-repeat top left;*/
	width:334px;
	float:left;
	height:454px;
}



#logo-thorez-panier{
	clear:both;
	width:218px;
	margin-left:30px;
	padding-top:12px;
}

#logo-panier{
	margin-top:75px;
	margin-left:70px;
}

#contenu-droit-panier{
	width:634px;
	height:454px;
	float:left;
	padding-top:50px;
	overflow:hidden;
	
}

#contenu-droit-panier .img-savoir{
	margin-top:3px;
	margin-bottom:0px;
}

#contenu-droit-panier .texte{
	color:#FFFFFF;
	text-align:justify;
	margin-top:8px;
}

#contenu-droit-panier .continuer_achat_panier_vide{
	margin-top:8px;
	text-align:right;
}

#contenu-droit-panier h1{
	color:#FFFFFF;
	font-size:30px;
	font-weight:normal;
	margin:0px;
}

#conteneur-onglet-panier{

}

.cote-gauche-onglet-selectionne-premier{
	float:left;
	height:27px;
	width:9px;
}

.cote-gauche-onglet-selectionne{
	float:left;
	height:27px;
	width:11px;
}

.centre-onglet-selectionne-premier{
	float:left;
	background-color:#FFFFFF;
	height:27px;
	width:100px;
}

.centre-onglet-selectionne{
	float:left;
	background-color:#FFFFFF;
	height:27px;
	width:110px;
}

.centre-onglet-selectionne-dernier{
	float:left;
	background-color:#FFFFFF;
	height:27px;
	width:119px;
}

.centre-onglet-selectionne p,
.centre-onglet-selectionne-premier p,
.centre-onglet-selectionne-dernier p{
	color:#000000;
	font-size:14px;
	text-align:center;
	margin-top:4px;
}

.centre-onglet-selectionne a,
.centre-onglet-selectionne-premier a,
.centre-onglet-selectionne-dernier a{
	color:#000000;
	text-decoration:none;
}

.cote-droit-onglet-selectionne{
	float:left;
	height:27px;
	width:16px;
}

.cote-droit-onglet-selectionne-dernier{
	float:left;
	height:27px;
	width:7px;
	background:#000000;
}

.cote-gauche-onglet-non-selectionne{
	float:left;
	height:27px;
}

.centre-onglet-non-selectionne{
	float:left;
	height:27px;
	width:125px;
	background-color:#9b9b9b;
}

.centre-onglet-non-selectionne-premier{
	float:left;
	height:27px;
	width:100px;
	background-color:#9b9b9b;
}

.centre-onglet-non-selectionne p,
.centre-onglet-non-selectionne-premier p{
	color:#ffffff;
	font-size:14px;
	text-align:center;
	margin-top:4px;
}

.centre-onglet-non-selectionne a,
.centre-onglet-non-selectionne-premier a{
	color:#ffffff;
	text-decoration:none;
}

.cote-droit-onglet-non-selectionne{
	float:left;
	height:27px;
	width:9px;
}

.entete-panier-articles,
.entete-panier-poid,
.entete-panier-supprimer,
.entete-panier-prix-unitaire,
.entete-panier-quantite,
.entete-panier-prix-ttc,
.entete-panier-articles_2,
.entete-panier-poid_2,
.entete-panier-supprimer_2,
.entete-panier-prix-unitaire_2,
.entete-panier-quantite_2,
.entete-panier-prix-ttc_2{
	color:#FFFFFF;
	text-align:center;
}


.entete-panier-articles{
	width:228px;
	border:solid 1px #ffffff;
	height:32px;
}

.entete-panier-poid{
	width:94px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	height:32px;
}

.entete-panier-poid_2{
	width:90px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	height:32px;
}

.entete-panier-supprimer{
	width:90px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	height:32px;
}

.entete-panier-supprimer_2{
	width:87px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	height:32px;
}

.entete-panier-prix-unitaire{
	width:75px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
}

.entete-panier-quantite{
	width:70px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
}

.entete-panier-prix-ttc{
	width:70px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
}

.entete-panier-articles_2{
	width:223px;
	border:solid 1px #ffffff;
	height:32px;
}

.entete-panier-prix-unitaire_2{
	width:72px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
}

.entete-panier-quantite_2{
	width:70px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
}

.entete-panier-prix-ttc_2{
	width:85px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
}

.cellule-panier-articles{
	width:228px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	height:32px;
}

.cellule-panier-poid{
	width:94px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	height:32px;	
}

.cellule-panier-supprimer{
	width:90px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	height:32px;	
}

.cellule-panier-prix-unitaire{
	width:75px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

.cellule-panier-prix-unitaire p{
	text-align:center;
	color:#FFFFFF;
}

.cellule-panier-quantite{
	width:70px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	text-align:center;
}

input.quantite{
	width:50px;
	height:18px;
	background:url(../img/visuel/fonds/input_quantite.gif) no-repeat top left;
	border:0px;
	text-align:center;
}

.cellule-panier-prix-ttc{
	width:70px;
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
}

.cellule-panier-prix-ttc p{
	color:#FFFFFF;
	text-align:center;
}

.image-produit-panier{
	float:left;
	width:65px;
	padding-left:10px;
}

.titre-produit-panier{
	float:left;
	width:120px;
}

.titre-produit-panier p{
	color:#FFFFFF;
	margin-top:5px;
}



.supprimer-produit-panier{
	position:relative;
	float:left;
	width:20px;
	text-align:center;
}

.supprimer-produit-panier p{
	color:#FFFFFF;
	margin-top:3px;
}

.cellule-total-vide,
.cellule-total-titre,
.cellule-total-resultat,
.cellule-total-titre_2,
.cellule-total-resultat_2{
	color:#FFFFFF;
	text-align:center;
}

.cellule-total-vide{
	border-right:solid 1px #ffffff;
}

.cellule-total-titre{
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-left:solid 1px #ffffff;
	width:235px;
}

.cellule-total-resultat{
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	width:70px;
}

.cellule-total-titre_2{
	height:32px;
	border:solid 1px #ffffff;
	width:231px;
}

.cellule-total-resultat_2{
	height:32px;
	border-right:solid 1px #ffffff;
	border-bottom:solid 1px #ffffff;
	border-top:solid 1px #ffffff;
	width:85px;
}

#conteneur-boutons-panier{
	clear:both;
	position:relative;
	width:629px;
	padding-left:151px;
	padding-top:17px;
	z-index:8;
}

.boutons-panier{
	float:left;
	padding-left:8px;
}

#conteneur-boutons-panier-2{
	position:relative;
	width:629px;
	padding-left:265px;
	/*padding-top:17px;*/
	z-index:8;
}

#conteneur-boutons-panier-3{
	position:relative;
	width:629px;
	padding-left:449px;
	padding-top:17px;
	z-index:8;
}

/*formulaire de coordonées*/
#conteneur_formulaire_coordonnee{
	position:relative;
	width:629px;
	margin-top:10px;
	color:#FFFFFF;
}

#conteneur_formulaire_coordonnee input{
	width:217px;
	border:#FFFFFF solid 1px;
	background-color:#000000;
	color:#FFFFFF;
	padding-left:3px;
}

#conteneur_formulaire_coordonnee .adresse{
	width:538px;
	border:#FFFFFF solid 1px;
	background-color:#000000;
}

.colonne_gauche_information{
	float:left;
	width:85px;
	padding-bottom:10px;
}

.colonne_gauche_champ{
	float:left;
	width:220px;
	padding-bottom:10px;
}

.colonne_droite_information{
	float:left;
	width:81px;
	padding-left:20px;
	padding-bottom:10px;
}

.colonne_droite_champ{
	float:left;
	width:220px;
	padding-bottom:10px;
}

.colonne_champ_adresse{
	float:left;
	width:500px;
	padding-bottom:10px;
}

/* PAIEMENT */
#conteneur-texte-paiement{
	width:629px;
	margin-top:10px;
}

#conteneur-texte-paiement p{
	color:#FFFFFF;
}

/* PAIEMENT */
#conteneur-confirmation{
	clear:both;
	width:629px;
	margin-top:10px;
}

#conteneur-confirmation p{
	color:#FFFFFF;
}

#conteneur-confirmation .adresses{
	width:200px;
	float:left;
}

#conteneur-confirmation .commande{
	width:419px;
	float:left;
	padding-left:10px;
}

#conteneur-confirmation .commande .premiere-entete{
	border:#FFFFFF 1px solid;
	color:#FFFFFF;
	width:149px;
	padding-left:3px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:3px;
	text-align:center;	
}

#conteneur-confirmation .commande .entete{
	border-top:#FFFFFF 1px solid;
	border-bottom:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	color:#FFFFFF;
	width:85px;
	padding-left:3px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:3px;
	text-align:center;
}

#conteneur-confirmation .commande .premiere-cellule{
	border-bottom:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	color:#FFFFFF;
	width:149px;
	padding-left:3px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:3px;	
}

#conteneur-confirmation .commande .cellule{
	border-bottom:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	color:#FFFFFF;
	width:85px;
	padding-left:3px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:3px;
	text-align:center;
}

#conteneur-confirmation .commande .cellule-total{
	border-bottom:#FFFFFF 1px solid;
	border-right:#FFFFFF 1px solid;
	border-left:#FFFFFF 1px solid;
	color:#FFFFFF;
	width:149px;
	padding-left:3px;
	padding-top:3px;
	padding-right:2px;
	padding-bottom:3px;	
}

/************************************************************************************/
/******************************            PRODUIT     ******************************/
/************************************************************************************/
#conteneur-produit{
  position:absolue;
  width:1000px;
}

#contenu-gauche-produit{
	position:relative;
	/*background:url(../img/visuel/fonds/logo-catalogue.jpg) no-repeat top left;*/
	width:248px;
	float:left;
	height:454px;
}



#logo-thorez-produit{
	clear:both;
	width:218px;
	margin-left:30px;
	padding-top:12px;
}

#contenu-droit-produit{
	width:450px;
	height:454px;
	float:left;
	padding-top:50px;
	overflow:hidden;
}

#contenu-droit-produit .titre{
	clear:both;
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:18px;
	font-weight:normal;
	margin:0px;
}

#contenu-droit-produit p{
	clear:both;
	color:#FFFFFF;
	font-size:12px;
	font-weight:normal;
	margin:0px;
	text-align:justify;
}

#contenu-droit-produit .prix{
	clear:both;
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	text-align:right;
}

.commander-produit{
	float:left;
	padding-left:20px;
	width:344px;
}

.retour-liste-produit{
	float:left;	
	
}

.retour-liste-produit a{
	color:#FFFFFF;
	text-decoration:underline;
}

/************************************************************************************/
/******************************            CATALOGUE   ******************************/
/************************************************************************************/
#conteneur-catalogue{
  position:absolue;
  width:1000px;
  z-index:6;
}

#contenu-gauche-catalogue{
	position:relative;
	background:url(../img/visuel/fonds/logo-catalogue.jpg) no-repeat top left;
	width:248px;
	float:left;
	height:414px;
	 z-index:6;
}



#logo-thorez-catalogue{
	clear:both;
	width:218px;
	margin-left:30px;
	padding-top:12px;
}

#conteneur-menu-catalogue{
	clear:both;
	width:248px;
	padding-top:20px;
	margin-right:0px;
	 z-index:6;
}

.menu-catalogue-non-selectionne{
	width:120px;
	padding-right:10px;
	margin-left:auto;
	margin-top:0px;
	margin-bottom:0px;
	height:23px;
}

.menu-catalogue-non-selectionne p{
	color:#999999;
	text-align:left;
	padding-top:4px;
	margin:0px;
	padding-left:10px;
}

.menu-catalogue-non-selectionne a{
	color:#999999;
	text-decoration:none;
}

.menu-catalogue-selectionne{
	width:120px;
	padding-right:10px;
	margin-left:auto;
	height:23px;
	background:url(../img/visuel/fonds/langetteGauche.gif) top right #aeaeae no-repeat;
}

.menu-catalogue-selectionne p{
	color:#000000;
	text-align:left;
	padding-top:4px;
	margin:0px;
	padding-left:10px;
}

.menu-catalogue-selectionne a{
	color:#000000;
	text-decoration:none;
}

#contenu-droit-catalogue{
	background:url(../img/visuel/fonds/commander-ligne.jpg) top left no-repeat;
	width:574px;
	height:414px;
	float:left;
	padding-top:90px;
	overflow:hidden;
	 z-index:6;
}


#contenu-droit-catalogue .pas-de-produit{
	color:#FFFFFF;
	font-size:14px;
	padding-left:20px;
}

.conteneur-produit-catalogue{
	width:170px;
	float:left;
	margin-left:17px;
	 z-index:6;
}

.image-produit-catalogue{
	clear:both;
	width:170px;
	 z-index:6;
}

.conteneur-produit-catalogue .titre{
	clear:both;
	text-transform:uppercase;
	color:#FFFFFF;
	padding-left:6px;
	font-size:12px;
	font-weight:normal;
	height:25px;
}

.conteneur-prix-ajout{
	clear:both;
	width:170px;
	 z-index:6;
}

.conteneur-prix-catalogue{
	width:93px;
	float:left;
	padding-left:8px;
	 z-index:6;
}

.conteneur-prix-catalogue .unite{
	float:left;
	color:#FFFFFF;
	font-size:18px;
}

.conteneur-prix-catalogue .decimal{
	float:left;
	color:#FFFFFF;
	font-size:12px;
	padding-top:2px;
}

.conteneur-ajout-catalogue{
	width:69px;
	float:left;
	 z-index:6;
}

#bouton-gauche-catalogue{
	clear:both;
	width:24px;
	position:absolute;
	top:380px;
	right:0px;
	 z-index:6;
}

#conteneur-bouton-droit-catalogue{
	float:left;
	width:24px;
	position:relative;
	height:414px;
}

#bouton-droit-catalogue{
	clear:both;
	width:24px;
	position:absolute;
	top:380px;
	left:0px;
	 z-index:6;
}

.lien_bas_page{
	text-align:center;
	width:996px;
	margin-left:auto;
	margin-right:auto;
	z-index:10;
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
  	font-size:11px;
	background:url(../img/visuel/fonds/menu_horizontal/fond_credits.jpg) repeat-x;
}

.lien_bas_page a{

	color:#FFFFFF;
	text-decoration:none;

}

.lien_bas_page a:hover{

	color:#FFFFFF;
	text-decoration:underline;

}

input.newsletter{
	width:284px;
	border:#FFFFFF solid 1px;
	background-color:#000000;
	color:#FFFFFF;
	padding-left:3px;
}
