/* CSS Document */
body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size:11px;
	background:#000;
}
/*-------------------------------- general au site -----------------------------*/
p,ul,li,h1,h2,h3,h4,h5,h6,dd,dt,dl,div,form {
	margin:0;
	padding:0;
}
a img  {
	border:none;
}
table{
	border-collapse:collapse;
}
ul,ol ,li{
	list-style-type:none;
}
p {
	font-size:12px;
	color:#535353;
}
a {
	text-decoration:none;
	color:#f9261b;
}
a:active, a:focus{
   outline:none;
}
h3.titre_principal{
float:left;
width:500px;
margin:0 0 14px 10px;
color:#f9261b;
text-indent:16px;
font-size:13px;
background:url(../images/puces/fleche.png) no-repeat center left;
}
/*---------------------------------------------- GLOBAL -----------------------------------------*/
#global{
	position:relative;
	width:980px;
	margin:0 auto;
}
/*--------------------------------------------- ENTETE-------------------------------------------*/
#entete{
	position:relative;
	float:left;
	width:100%;
	height:94px;
}
#entete a.lien img{
	float:left;
	width:594px;
}
/*----- COMPTE -----*/
#entete div.bloc_compte{
	position:relative;
	float:right;
	width:170px;
	height:94px;
}
#entete div.bloc_compte h4.sous_titre_bloc{
	float:left;
	width:100%;
	color:#f9261b ;
	font-weight:400;
	font-size:11px;
}
#entete div.bloc_compte div{
	float:right;
	width:100%;
}
#entete div.bloc_compte div.formulaire_compte p{
	float:left;
	width:100%;
	text-align:right;
}
#entete div.bloc_compte div.formulaire_compte p a{
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:11px;
	text-decoration:underline;
}
#entete div.bloc_compte div.liens_deco p a{
	position:absolute;
	bottom:0px;
	right:0px;
	font-size:11px;
}

#entete div.bloc_compte div.formulaire_compte p input.text{
	float:right;
	width:166px;
	margin-bottom:5px;
	color:#5e5e5e;
}
#entete div.bloc_compte div.formulaire_compte p input.submit_ok{
	position:absolute;
	bottom:0px;
	left:0px;
	width:43px;
	height:16px;
	margin-top:0px;
	background:url(../images/template/bouton_ok.png) no-repeat;
	border:none;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-bottom:2px;
}
#entete div.bloc_compte div.formulaire_compte p input.submit_ok:hover{
	cursor:pointer;
}
/*----- LANGUES -----*/
#entete div.langues{
	position:absolute;
	top:40px;
	right:215px;
}
#entete div.langues a img{
	height:20px;
}
/*------------------------------------ MENU HORIZONTAL ------------------------------------------*/
div#menu_h{
	position:relative;
	float:left;
	width:100%;
	margin:15px 0 15px 0;
}
div#menu_h table{
	float:left;
	width:100%;
}
div#menu_h table tr{

}
div#menu_h table tr td{
	border:1px solid #000;
	border-width:0 2px 0 0;
}
div#menu_h table tr td.last{
	border:none;
}
div#menu_h table tr td h2{
	color:#ffffff;
	font-size:12px;
	font-weight:700;
	height:30px;
	line-height:30px;
	text-align:center;
}
div#menu_h table tr td h2 a{
	float:left;
	width:100%;
	color:#ffffff;
	text-transform:uppercase;
	font-family:Verdana, Helvetica, sans-serif;
	background:#2D2D2D;
}
div#menu_h table tr td h2 a:hover{
	background:#f9261b;
}
/*-------------------------------------------- MENU GAUCHE ------------------------------------------*/
div#menu_v{
	position:relative;
	float:left;
	width:180px;
	margin:0;
	padding:0 5px 0 0;
}
div#menu_v div.menu_v ul{
	float:left;
	width:100%;
}
div#menu_v div.menu_v ul li{
	float:left;
	width:100%;
	margin-bottom:10px;
	border:1px solid #5e5e5e ;
	border-width:0 0 1px 0 ;
}
div#menu_v div.menu_v ul li h2{
	float:left;
	color:#ffffff ;
	font-size:10px;
	margin: 0 0 0 10px;
	background:url(../images/puces/fleche.png) 0px 7px no-repeat ;
	display:inline;
}
div#menu_v div.menu_v ul li h2 a{
	float:left;
	width:136px;
	line-height:20px;
	color:#ffffff;
	padding:0 0 0 10px;
	margin:0 0 0 15px;
	display:inline;
	text-transform:uppercase;
	font-weight:700;
	letter-spacing:1px;
	font-family:Verdana, Helvetica, sans-serif;
}
div#menu_v div.menu_v ul li h2 a:hover{
	text-decoration:underline;
}
div#menu_v div.menu_pages{
	float:left;
	width:100%;
	margin:15px 0 0 0;
}
div#menu_v div.menu_pages ul{
	float:left;
	width:180px;
}
div#menu_v div.menu_pages ul li{
	float:left;
	width:100%;
	height:26px;
	margin-bottom:5px;
}
div#menu_v div.menu_pages ul li span{
	float:left;
	width:26px;
	height:26px;
	background:#535353 ;
	margin-right:3px;
}
div#menu_v div.menu_pages ul li span img{
	float:left;
	margin-top:9px;
	margin-left:9px;
}
div#menu_v div.menu_pages ul li a{
	float:left;
	height:26px;
	width:140px;
	background:#2d2d2d ;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	line-height:26px;
	display:inline;
}
div#menu_v div.menu_pages ul li a:hover{
	text-decoration:underline;
}	
/*-------------------------------------------- MEILLEURS VENTES -----------------------------------*/
div#menu_v div.bloc_meilleures_ventes{
	float:left;
	width:100%;
	margin-top:25px;
}
div#menu_v div.bloc_meilleures_ventes h4.sous_titre_bloc{
	float:left;
	width:150px;
	padding-left:20px;
	color:#ffffff ;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	background:url(../images/puces/fleche.png) 5px 5px no-repeat;
	display:inline;
}
div#menu_v div.bloc_meilleures_ventes  div.bloc_produit_meilleures_ventes{
	position:relative;
	float:left;
	width:164px;
	min-height:170px;
	padding:5px;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
div#menu_v div.bloc_meilleures_ventes  div.bloc_produit_meilleures_ventes h4.titre_produit{
	float:left;
	width:100%;
	margin-bottom:5px;
	border-bottom:1px solid #434343;
	font-size:12px;
}
div#menu_v div.bloc_meilleures_ventes  div.bloc_produit_meilleures_ventes h5.image_produit{
	float:left;
	width:164px;
	margin-bottom:3px;
}
div#menu_v div.bloc_meilleures_ventes  div.bloc_produit_meilleures_ventes h5.image_produit a img{
	width:164px;
}
div#menu_v div.bloc_meilleures_ventes  div.bloc_produit_meilleures_ventes p.prix_produit{
	float:left;
	width:100%;
	border:1px solid #434343 ;
	border-width:1px 0 0 0;
	text-align:right;
	color:#ffffff;
}

div#menu_v div.partenaires{
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
div#menu_v div.partenaires p img{
	float:left;
	width:100%;
	margin:10px 0 0 0;
}
/*-------------------------------------------- COLONNE DROITE---------------------------------------*/
div#colonne{
	float:right;
	width:190px;
}
/*----- PANIER -----*/
div#colonne div.bloc_panier{
	float:right;
	width:180px;
	border-bottom:1px solid #5e5e5e;
	margin:0 0px 10px 10px;
	padding-bottom:10px;
	display:inline;
}
div#colonne div.bloc_panier h4.sous_titre_bloc a{
	float:left;
	width:150px;
	padding-left:20px;
	color:#ffffff ;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	background:url(../images/puces/fleche.png) 5px 5px no-repeat;
	display:inline;
}
div#colonne div.bloc_panier div.panier_liste{
	float:left ;
	width:170px;
}
div#colonne div.bloc_panier div.panier_liste p{
	float:left;
	width:170px;
	color:#f9261b ;
}
div#colonne div.bloc_panier div.panier_liste p span{
	float:right;
}
/*----- RECHERCHE -----*/
div#colonne div.bloc_recherche{
	float:right;
	width:180px;
	border-bottom:1px solid #5e5e5e;
	margin:10px 0px 10px 10px;
	padding-bottom:10px;
	display:inline;
}
div#colonne div.bloc_recherche h4.sous_titre_bloc{
	float:left;
	width:150px;
	padding-left:20px;
	color:#ffffff ;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	background:url(../images/puces/fleche.png) 5px 5px no-repeat;
	display:inline;
}
div#colonne div.bloc_recherche p input{
	float:right;
	width:170px;
}
div#colonne div.bloc_recherche p input.submit{
	float:right;
	width:136px;
	height:20px;
	border:none;
	background:url(../images/template/bouton_menu.png) no-repeat ;
	margin-top:10px;
}
/*----- MENU PAGES -----*/
div#colonne div.menu_pages{
	float:right;
	width:180px;
	margin:10px 0px 10px 10px;
	display:inline;
}
div#colonne div.menu_pages ul{
	float:left;
	width:180px;
}
div#colonne div.menu_pages ul li{
	float:left;
	width:100%;
	height:26px;
	margin-bottom:5px;
}
div#colonne div.menu_pages ul li span{
	float:left;
	width:26px;
	height:26px;
	background:#535353 ;
	margin-right:3px;
}
div#colonne div.menu_pages ul li span img{
	float:left;
	margin-top:9px;
	margin-left:9px;
}
div#colonne div.menu_pages ul li a{
	float:left;
	height:26px;
	width:140px;
	background:#2d2d2d ;
	color:#ffffff;
	font-weight:bold;
	padding-left:10px;
	line-height:26px;
	display:inline;
}
div#colonne div.menu_pages ul li a:hover{
	text-decoration:underline;
}
div#colonne div.menu_pages p img{
float:left;
margin:15px 0 0 0;
}	
/*--------------------------------------------- CORPS -------------------------------------------*/
div#corps{
	float:left;
	width:590px;
	margin:0 0 15px 10px;
}
/*--------------------------------------------- ACCUEIL -------------------------------------------*/
div#corps div.banniere{
	float:left;
	width:580px;
	height:337px;
	margin-bottom:10px;
	padding:5px;
	border:1px solid #434343 ;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
div#corps div.banniere p{
	float:left;
	width:100%;
}
div#corps div.banniere p.image_bas{
	margin-top:10px;
}
div#corps div.banniere p img{
	float:left;
	width:580px;
}
/*------------------ BLOCS PRODUITS -----------------*/
div#corps div.liste_produits_accueil{
	float:left;
	width:100%;
	margin-top:10px;
}
div#corps div.liste_produits_accueil div.bloc_produit{
	float:left;
	width:174px;
	margin:0 15px 15px 0;
	border:1px solid #434343 ;
	display:inline;
	padding:5px;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
div#corps div.liste_produits_accueil div.bloc_produit.droit{
	margin:0 0 15px 0;
}
/*div#corps div.liste_produits_accueil div.bloc_produit h4.titre_produit a{
	float:left;
	width:184px;
	font-size:11px;
	font-weight:bold;
	color:#434343 ;
	margin-top:5px;
	margin-left:5px;
	margin-bottom:10px;
}
*/
div#corps div.liste_produits_accueil  div.bloc_produit h5.image_produit{
	float:left;
	width:100%;
}
div#corps div.liste_produits_accueil  div.bloc_produit h5.image_produit a img{
	float:left;
	width:174px;
}
/*div#corps div.liste_produits_accueil div.bloc_produit h6.lien_bouton a{
	float:right;
	width:43px;
	height:16px;
	background:url(../images/template/bouton_ok.png) no-repeat ;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	line-height:16px;
	margin-top:10px;
	padding-left:13px;
	padding-top:1px;
}*/
/*--------------------------------------------- FILS D'ARIANE -------------------------------------------*/
div.fil_ariane_catalogue ul{
	float:left;
	width:100%;
	margin:0 0 12px 0;
}
div.fil_ariane_catalogue ul li{
	float:left;
	color:#f9261b;
}
div.fil_ariane_catalogue ul li a{
	color:#f9261b;
	text-decoration:underline;
}
div.fil_ariane_catalogue ul li.categ_courante{
	font-weight:700;
}
div.fil_ariane_catalogue ul li span{
	padding:0 4px 0 4px;
	color:#f9261b;
}

/*--------------------------------------------- CATEGORIE -------------------------------------------*/
#corps div.liste_produits_categorie{
	float:left;
	width:100%;
}
#corps div.liste_produits_categorie p.description_categorie{
	float:left;
	width:100%;
	margin-bottom:10px;
	color:#ffffff;
}
#corps div.liste_produits_categorie div.bloc_produit_categorie{
	position:relative;
	float:left;
	width:174px;
	min-height:170px;
	padding:5px;
	margin:0 15px 15px 0;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
#corps div.liste_produits_categorie div.bloc_produit_categorie.droit{
	margin: 0 0 0 0;
}
#corps div.liste_produits_categorie div.bloc_produit_categorie h4.titre_produit{
	float:left;
	width:100%;
	margin-bottom:5px;
	border-bottom:1px solid #434343;
	font-size:12px;
}
#corps div.liste_produits_categorie div.bloc_produit_categorie h5.image_produit{
	float:left;
	width:174px;
	margin-bottom:3px;
}
#corps div.liste_produits_categorie div.bloc_produit_categorie h5.image_produit a img{
	width:174px;
}
#corps div.liste_produits_categorie div.bloc_produit_categorie p.prix_produit{
	float:left;
	width:100%;
	border:1px solid #434343 ;
	border-width:1px 0 0 0;
	text-align:right;
	color:#ffffff;
}
/*--------------------------------------------- FICHE PRODUIT -------------------------------------------*/
#corps div.fiche_produit{
	float:left;
	width:590px;
}
/*
 *	DIV PHOTOS PRODUIT
 *
*/
#corps div.fiche_produit div.photos{
	float:left;
	width:100%;
}
#corps div.fiche_produit div.photos h4.photo_grande{
	float:left;
	width:445px;
	padding:5px;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
#corps div.fiche_produit div.photos h4.photo_grande img{
	float:left;
	width:445px;
}
#corps div.fiche_produit div.photos div.miniatures{
	float:left;
	width:95px;
	margin:0 0 0 10px;
}
#corps div.fiche_produit div.photos div.miniatures h5{
	float:left;
	width:95px;
	min-height:40px;
	margin:0 15px 0 0 ;
	padding:5px;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
#corps div.fiche_produit div.photos div.miniatures h5.photo_mini_droite{
	margin:0 0 0 0 ;
}
#corps div.fiche_produit div.photos div.miniatures h5 img{
	float:left;
	width:95px;
}
/*
 *	DIV AJOUT PRODUIT
 *
*/
#corps div.fiche_produit div.ajout_produit{
	float:left;
	width:275px;
	padding:10px;
	background:#2D2D2D;
	margin-top:10px;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
#corps div.fiche_produit div.ajout_produit p.prix_produit{
	float:left;
	width:100%;
	color:#f9261b ;
	font-size:20px;
	text-align:right;
	font-weight:700;
}
#corps div.fiche_produit div.ajout_produit div.attributs{
	float:left;
	width:100%;
	margin-top:10px;
}
#corps div.fiche_produit div.ajout_produit div.attributs p.titre_attribut{
	float:left;
	width:100%;
	color:#f9261b ;
	font-weight:700;
}
#corps div.fiche_produit div.ajout_produit div.attributs p select.attribut{
	float:left;
	width:280px;
	color:#535353;
}
#corps div.fiche_produit div.ajout_produit div.ajout_panier{
	float:left;
	width:100%;
	margin-top:10px;
}
#corps div.fiche_produit div.ajout_produit div.ajout_panier p.label label{
	float:left;
	width:100%;
	color:#f9261b ;
	font-weight:700;
}
#corps div.fiche_produit div.ajout_produit div.ajout_panier p.quantite{
	float:left;
	width:100%;
}
#corps div.fiche_produit div.ajout_produit div.ajout_panier p.quantite select{
	float:left;
	width:100px;
	color:#535353;
}
#corps div.fiche_produit div.ajout_produit div.ajout_panier input.submit{
	float:right;
}
#corps div.fiche_produit div.ajout_produit div.ajout_panier input.submit:hover{
	text-decoration:underline;
}
/*
 *	DIV DESCRIPTION
 *
*/
#corps div.fiche_produit div.descriptions_produit{
	float:left;
	width:275px;
	padding:10px;
	padding:10px 10px 10px 0;
}
#corps div.fiche_produit div.descriptions_produit p.description_courte{
	float:left;
	width:100%;
	margin-bottom:15px;
}
#corps div.fiche_produit div.descriptions_produit p.description{
	float:left;
	width:100%;
	margin-bottom:15px;
}
#corps div.fiche_produit div.descriptions_produit ul.liste_details{
	float:left;
	width:100%;
}
#corps div.fiche_produit div.descriptions_produit ul.liste_details li{
	float:left;
	width:100%;
	color:#535353 ;
}
#corps div.fiche_produit div.descriptions_produit ul.liste_details li span{
	color:#f9261b ;
}
/*
 *	DIV PRODUIT RELATION
 *
*/
#corps div.fiche_produit div.liste_produit_relation{
	float:left;
	width:100%;
	margin-top:10px;
}
#corps div.fiche_produit div.liste_produit_relation div.bloc_produit_relation{
	float:left;
	width:174px;
	margin:0 15px 15px 0;
	padding:5px;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
#corps div.fiche_produit div.liste_produit_relation div.bloc_produit_relation.droit{
	margin:0 0 0 0;
}
#corps div.fiche_produit div.liste_produit_relation div.bloc_produit_relation h4.titre_produit{
	float:left;
	width:100%;
	margin-bottom:3px;
	font-size:12px;
	border:1px solid #434343 ;
	border-width:0 0 1px 0;
}
#corps div.fiche_produit div.liste_produit_relation div.bloc_produit_relation h5.image_produit{
	float:left;
	width:100%;
	margin-bottom:3px;
}
#corps div.fiche_produit div.liste_produit_relation div.bloc_produit_relation h5.image_produit a img{
	float:left;
	width:100%;
}
#corps div.fiche_produit div.liste_produit_relation div.bloc_produit_relation p.prix_produit{
	float:left;
	width:100%;
	color:#ffffff;
	text-align:right;
	border:1px solid #434343 ;
	border-width:1px 0 0 0;
}
/*--------------------------------------------- PANIER -------------------------------------------*/
div.panier{
	float:left;
	width:588px;
	background:#2D2D2D;
	margin-top:10px;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
div.panier table.produits_panier{
	float:left;
	width:100%;
	border:1px solid #5e5e5e;
	border-width:1px 1px 0 0;
}
div.panier table.produits_panier td,
div.panier table.produits_panier th{
	border:1px solid #5e5e5e;
	border-width:0 0 1px 1px; 
	padding:6px;
	color:#ffffff;
}
div.panier table.produits_panier th{
	font-size:12px;
	color:#ffffff;
}
div.panier table.produits_panier td{
	font-size:12px;
}
div.panier table.produits_panier td input{
	width:35px;
}
div.panier table.produits_panier tr.ligne_couleur td{
	color:#ffffff ;
}
div.panier table.produits_panier td.ligne_total{
text-align:right;
}
div.panier p.erreur_stock{
	color:#ff0000;
	border:1px solid #ff0000;
	padding:5px;
	background:#FAEBE7;
	text-align:center;
}
div.panier h6.lien_fonce_droit{
	float:right;
	width:45%;
	height:20px;
	font-size:12px;
	font-weight:bold;
	margin:10px 5px ;
}
div.panier h6.lien_fonce_droit a{
	float:right;
	background:url(../images/template/bouton_menu.png) no-repeat;
	width:136px;
	height:20px;
	color:#ffffff;
	line-height:20px;
	text-align:center;
}
div.panier h6.lien_fonce_droit a:hover{
	text-decoration:underline;
}
div.panier input.submit{
	float:left;
	width:136px;
	margin:10px 5px ;
}
div.panier input.submit:hover{
	text-decoration:underline;
	
}
/*--------------------------------------------- PAGE LOGIN -------------------------------------------*/
div.page_login{
	float:left;
	width:100%;
}
div.page_login div.login_nouveau{
	float:left;
	width:580px;
	padding:5px;
	margin-bottom:10px;
	border:1px solid #434343 ;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
div.page_login h4{
	float:left;
	width:100%;
	color:#f9261b;
	font-size:12px;
	border-bottom:1px solid #434343;
}
div.page_login p.texte{
	float:left;
	color:#ffffff ;
	margin-top:5px;
}

div.page_login div.login_client{
	float:left;
	width:580px;
	padding:5px;
	border:1px solid #434343 ;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
div.page_login div.login_client div.formulaire p.label{
	color:#f9261b ;
}
/*--------------------------------------------- PAGES PROGRESSION COMMANDE ---------------------------------------------*/

div.progression_commande{
float:left;
width:592px;
text-align:center;
margin:0 0 20px 0;
}
div.progression_commande h4{
float:left;
margin:0 0 0 0.5%;
border-bottom:4px solid #535353;
width:19%;
min-height:36px;
}
div.progression_commande h4.actif{
border-bottom:4px solid #f9261b;
}
* html div#corps div.div.progression_commande h4{
height:36px;
}
div.progression_commande h4 a{
display:block;
font-size:13px;
color:#535353;
padding:0 0 4px 0;
text-align:center;
}
div.progression_commande h4.actif a{
color:#f9261b;
}

/*--------------------------------------------- PAGES VUE COMMANDE ---------------------------------------------*/

div.contenu{
	float:left;
	width:588px;
	background:#2D2D2D;
	margin-top:10px;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
div.contenu div.bloc_full h6.lien_fonce{
	float:left;
	width:50%;
	margin:0 2%;
}
div.contenu  div.formulaire input.submit{
	float:left;
	margin:2%;
}
div.bloc_int{
	float:left;
	width:100%;
}	
div.bloc_infos_commande{
float:left;
width:570px;
margin:10px;
}
div.bloc_infos_commande div.cmd_details{
float:left;
width:570px;
margin:20px 0 0 0;
}
div.bloc_infos_commande div.cmd_details h4{
	color:#fff;
}
div.bloc_infos_commande div.cmd_details table.cmd_liste_items{
float:left;
width:570px;
color:#fff;
border:1px solid #fff;
}
div.bloc_infos_commande div.cmd_details table.cmd_liste_items td,
div.bloc_infos_commande div.cmd_details table.cmd_liste_items th{
border-left:1px solid #dcdcde;
border-bottom:1px solid #dcdcde;
padding:1% 0%;
text-align:left;
}
div.bloc_infos_commande div.cmd_details table.cmd_liste_items th{
font-weight:700;
}
div.bloc_infos_commande div.cmd_details table.cmd_liste_items td.item_nom_produit,
div.bloc_infos_commande div.cmd_details table.cmd_liste_items th.item_nom_produit{
width:35%;
text-indent:10px;
}
div.bloc_infos_commande div.cmd_details table.cmd_liste_items td.item_ref,
div.bloc_infos_commande div.cmd_details table.cmd_liste_items th.item_ref{
width:25%;
text-indent:10px;
}
div.bloc_infos_commande div.cmd_details table.cmd_liste_items td.item_prix_unitaire,
div.bloc_infos_commande div.cmd_details table.cmd_liste_items th.item_prix_unitaire,
div.bloc_infos_commande div.cmd_details table.cmd_liste_items td.item_sous_total,
div.bloc_infos_commande div.cmd_details table.cmd_liste_items th.item_sous_total{
width:16%;
text-indent:10px;
}
div.bloc_infos_commande div.cmd_details table.cmd_liste_items td.item_qte,
div.bloc_infos_commande div.cmd_details table.cmd_liste_items th.item_qte{
width:7%;
text-align:center;
}
div.bloc_infos_commande div.cmd_details table.cmd_liste_items td.details_cmd{
text-align:right;
text-indent:10px;
padding:0 10px 0 0;
}

div.bloc_infos_commande div.bloc_adresse{
float:left;
width:95%;
border:1px solid #dcdcde;
padding:2%;
margin:20px 0 0 0;
}
div.bloc_infos_commande div.bloc_adresse div{
float:left;
width:50%;
}
div.bloc_infos_commande div.bloc_adresse div p{
float:left;
width:90%;
}
div.bloc_infos_commande div.bloc_adresse div h4{
float:left;
width:90%;
font-size:12px;
font-weight:700;
color:#ffffff;
}
/*--------------------------------------------- PAGES TRANSPORT - PAIEMENT---------------------------------------------*/
div.liste_selection{
float:left;
width:570px;
margin:10px 10px;
}
div.liste_selection div{
float:left;
width:100%;
margin:0 0 20px 0;
padding:0 0 20px 0;
border-bottom:1px solid #dfdfdf;
}
div.liste_selection div p.titre{
float:left;
width:50%;
font-weight:700;
color:#ffffff;
}
div.liste_selection div p.montant{
float:left;
width:40%;
}
div.liste_selection div p.selection{
float:left;
width:10%;
}

div.liste_paiements div p.titre{
float:left;
width:100%;
font-weight:700;
line-height:26px;
height:26px;
background:#535353;
color:#fff;
margin:0 0 12px 0;
text-indent:12px;
}
div.liste_paiements div p.description{
float:left;
width:90%;
}
/*--------------------------------------------- BLOC FULL -------------------------------------------*/

div.bloc_full{
	float:left;
	width:96%;
	margin:2%;
}
div.bloc_full_marge{
margin:20px 0 20px 0;
}

/*--------------------------------------------- BLOC MOITIE -------------------------------------------*/

div.bloc_moitie{
float:left;
position:relative;
width:48%;
border:1px solid #dfdfdf;
margin:0 0 20px 0;
}
div.bloc_moitie_droit{
float:right;
}
div.bloc_moitie div.bloc_moitie_contenu{
float:left;
width:90%;
padding:5%;
}
div.bloc_moitie  div.bloc_moitie_contenu h4{
float:left;
width:100%;
color:#ffffff;
font-size:15px;
padding:0 0 4px 0;
border-bottom:1px solid #dfdfdf;
margin:0 0 5px 0;
}
div.bloc_moitie  div.bloc_moitie_contenu p.texte{
float:left;
width:100%;
margin:12px 0 0 0;
color:#7c7c7c;
}
div.bloc_moitie  div.bloc_moitie_contenu  div.sepa_form{
margin:12px 0 0 0;
}
div.bloc_moitie div.bloc_moitie_pied{
float:left;
width:100%;
height:40px;
line-height:40px;
border:1px solid #dfdfdf ;
border-width:1px 0 0 0;
}
div.bloc_moitie div.bloc_moitie_pied p a{
position:absolute;
left:5%;
bottom:0px;
}
div.bloc_moitie div.bloc_moitie_pied h6,
div.bloc_moitie div.bloc_moitie_pied input.submit{
position:absolute;
right:5%;
bottom:7px;
}

/*------------------------------------------- COMPTE CLIENT ------------------------------------*/
div.bloc_menu_compte{
	float:left;
	width:170px;
	margin:10px;
	padding-bottom:10px;
	border-bottom:1px solid #ffffff;
	display:inline;
}
div.bloc_menu_compte h4{
	float:left;
	width:150px;
	padding-left:20px;
	color:#ffffff ;
	font-weight:bold;
	font-size:12px;
	margin-bottom:10px;
	background:url(../images/puces/fleche.png) 5px 5px no-repeat;
}
div.bloc_menu_compte ul{
	float:left;
	width:100%;
}
div.bloc_menu_compte ul li{
	float:left;
	width:100%;
	margin-bottom:10px;
}
div.bloc_menu_compte ul li h2{
	float:left;
	color:#009ee0 ;
	font-size:10px;
	margin-left:5px;
	background:url(../images/puces/fleche.png) 0px 7px no-repeat ;
}
div.bloc_menu_compte ul li h2 a{
	float:left;
	width:136px;
	height:20px;
	line-height:20px;
	color:#ffffff;
	padding-left:5px;
	margin-left:15px;
}
div.bloc_menu_compte ul li h2 a:hover{
	text-decoration:underline;
}


/*------------------------------------------- Liste des commandes ------------------------------------*/

ul.liste_commandes{
float:left;
width:100%;
}
ul.liste_commandes li.ligne{
float:left;
width:99%;
border-left:1px solid #dcdcde;
}
ul.liste_commandes li.ligne ul{
float:left;
width:100%;
}
ul.liste_commandes li.ligne ul li{
float:left;
border-right:1px solid #dcdcde;
border-bottom:1px solid #dcdcde;
font-size:12px;
padding:1% 0;
text-indent:8px;
color:#ffffff;
}
ul.liste_commandes li.ligne ul li.titre{
font-weight:700;
border-top:1px solid #dcdcde;
}
ul.liste_commandes li.ligne ul li.moyen{
width:16%;
}
ul.liste_commandes li.ligne ul li.grand{
width:25%;
}
/*--------------------------------------------- PIED -------------------------------------------*/
div#pied{
	clear:both;
	width:100%;
	background:#2D2D2D ;
	padding:10px 0;
}
div#pied p{
	padding:0 0 0 20px;
	color:#ffffff;
}
div#pied p a{
	color:#ffffff;
}
/*--------------------------------------------- TEMOIGNAGES -------------------------------------------*/
#corps div.liste_temoignage{
	float:left;
	width:100%;
	margin:15px 0 0 0;
}
#corps div.liste_temoignage div.bloc_temoignage{
	position:relative;
	float:left;
	width:580px;
	padding:5px;
	border:1px solid #434343;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
	margin:0 0 15px 0;
}
#corps div.liste_temoignage div.bloc_temoignage h4.titre_bloc{
	float:left;
	width:100%;
	color:#F9261B;
	padding:0 0 5px 0;
	border:1px solid #434343;
	border-width:0 0 1px 0;
	font-size:11px;
}
#corps div.liste_temoignage div.bloc_temoignage p.date_temoignage{
	position:absolute;
	top:5px;
	right:5px;
	font-size:11px;
	color:#ffffff;
}
#corps div.liste_temoignage div.bloc_temoignage p.message_temoignage{
	float:left;
	width:100%;
}
/*--------------------------------------------- PAGES -------------------------------------------*/
div.colonne_gauche,
div.colonne_droite,
div.illustration_cpc{
	float:left;
	width:100%;
}
div.colonne_gauche h1,
div.colonne_gauche h2,
div.colonne_gauche h3,
div.colonne_gauche h4,
div.colonne_gauche h5,
div.colonne_gauche h6,
div.colonne_droite h1,
div.colonne_droite h2,
div.colonne_droite h3,
div.colonne_droite h4,
div.colonne_droite h5,
div.colonne_droite h6,
div.illustration_cpc h1,
div.illustration_cpc h2,
div.illustration_cpc h3,
div.illustration_cpc h4,
div.illustration_cpc h5,
div.illustration_cpc h6{
	float:left;
	width:90%;
	color:#f9261b;
	font-size:13px;
	margin:0 0 20px 0;
}
div.colonne_gauche p,
div.colonne_droite p,
div.illustration_cpc p{
	float:left;
	color:#fff;
}
div.colonne_gauche ul,
div.colonne_droite ul,
div.illustration_cpc ul{
	float:left;
	width:100%;
}
/*--STYLE COLONNE IMAGES GAUCHE--*/
div.colonne_gauche div.gauche{
	float:left;
	width:46%;
	padding:2%;
}
div.colonne_gauche div.gauche h5 img{
	float:left;
	width:250px;
	border:2px solid #fff;
}
div.colonne_gauche div.droite{
	float:left;
	width:46%;
	padding:2%;
}
/*--STYLE COLONNE IMAGES DROITE--*/
div.colonne_droite div.droite{
	float:left;
	width:46%;
	padding:2%;
}
div.colonne_droite div.droite h5 img{
float:left;
width:250px;
border:2px solid #fff;
}
div.colonne_droite div.gauche{
	float:left;
	width:46%;
	padding:2%;
}

/*--STYLE IMAGES 100%--*/
div.illustration_cpc div.haut{
	float:left;
	width:100%;
}
div.illustration_cpc div.haut h5{
	float:left;
	width:100%;
}
div.illustration_cpc div.haut h5 img{
	float:left;
	width:100%;
}
div.illustration_cpc div.bas{
	float:left;
	width:98%;
}

div.illustration_cpc div.bas p{
float:left;
}
div.colonne_gauche p a,
div.colonne_droite p a,
div.illustration_cpc p a{
	background:none;
	color:#f9261b ;
	margin:0px;
}
/*--------------------------------------------- GALLERIE -------------------------------------------*/
#corps div.galerie{
	float:left;
	width:100%;
}
#corps div.galerie div.grande_image{
	float:left;
	padding:5px;
	border:1px solid #434343 ;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
#corps div.galerie div.grande_image img{
	float:left;
}
#corps div.galerie div.liste_galerie{
	float:left;
	width:100%;
}
#corps div.galerie div.liste_galerie ul{
	float:left;
	width:100%;
	margin-top:5px;
}
#corps div.galerie div.liste_galerie ul li{
	float:left;
	margin:0 4px 4px 0;
	padding:5px;
	border:1px solid #434343 ;
	-moz-border-radius: 5px 5px 5px 5px; 
	-webkit-border-radius: 5px 5px 5px 5px; 
	border-radius: 5px 5px 5px 5px;         
	-webkit-border-top-left-radius: 5px; /* pour Chrome */ 
	-webkit-border-top-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-right-radius: 5px; /* pour Chrome */ 
	-webkit-border-bottom-left-radius: 5px; /* pour Chrome */ 
}
#corps div.galerie div.liste_galerie ul li a img{
	float:left;
}