/* GLOBAL */
#menu{
	margin-top:100px;
}
#menu li{
	height:33px;
	background:url(fond_nav_gauche.png) no-repeat;
}
#menu a{
	display:block;
}
#menu .special_menu a{
	padding-top:5px;
}
#droite{
	margin-left:7px;
}
#centre{
	margin-top:58px;
	color:#471C0B;
	background:none;
	background-color:#F7F2E4;
}
#centre .dsc-content{
	margin:10px 0px;
}
#centre ul{
	margin:0px;
}
#centre ul li{
	margin-left:30px;
	font-weight:bold;
}


/* RECAP PANIER */
#droite .panier_coldroite{
		background:url(fond_panier.png) no-repeat;
		width:169px;
		height:161px;
		padding:31px 0px 8px 0px;
		color:#FFFFFF;
}
#droite .panier_coldroite p{
	margin:6px 15px 0px 13px;
}
.panier_coldroite .panier-right-total{
	float:right;
	width:46px;
	height:17px;
	background:url(fond_total.gif) no-repeat;
	padding-left:50px;
	padding-top:4px;
	color:#000000;
	margin:5px 10px;
}
.panier_coldroite form{
	text-align:center;
	margin:0px;
	padding:0px;
}
.panier_coldroite input{
	margin:12px 8px 0px 8px;
}


/* MODE LISTE */
#centre .listing_boutique{
	float:left;
	width:301px;
	margin-bottom:10px;
}
.listing_boutique .img_prod, .listing_boutique .champ img, .detail_fiche .img_prod{
	float:left;
}
.listing_boutique .titre_prod{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
}
.listing_boutique .lien_prod{
	float:left;
}
.listing_boutique .lien_prod a{
	background:url(fond_btn_lien.png) no-repeat;
	padding-left:25px;
	color:#C11B00;
	height:36px;
	float:left;
	width:184px;
	margin-left:56px;
}
.listing_boutique .bonus_prod{
	height:40px;
	float:left;
}
.listing_boutique .champ{
	float:left;
	clear:both;
	width:250px;
}
.listing_boutique .livraison{
	color:#CC0000;
	font-size:12px;
}
.listing_boutique .label{
	margin-top:9px;
	margin-right:10px;
	float:left;
}
#centre .separateur-liste{
	float:left;
	width:3px;
	height:200px;
	/*height:560px;
	background:url(bande_separateur.gif) no-repeat;*/
}
.listing_boutique .submit_form{
	border:none;
	margin-left:45px;
}


/* MODE FICHE */
.detail_fiche .detail_prod{
	float:left;
	background-color:#E9E1D6;
	padding:10px 20px;
	width:241px;
	height:208px;
}
.detail_fiche .champ{
	float:left;
	clear:both;
	width:250px;
}
.detail_fiche .label{
	margin-right:10px;
	float:left;
	width:100px;
}
.detail_fiche .descriptif_prod{
	float:left;
	background-color:#F7F2E4;
	padding:20px 30px;
	width:545px;
}
.detail_fiche .submit_form{
	border:none;
	margin-left:22px;
	margin-top:10px;
}


/* MODE PANIER */
.panier{
	float:left;
	margin-left:28px;
}
.detail_panier{
	float:left;
	width:550px;
	margin-top:20px;
}
.detail_panier .panier-col1, .detail_panier .panier-col2, .detail_panier .panier-col3, .detail_panier .panier-col4{
	float:left;
	border-bottom:1px dashed #471c0b;
	margin:5px 0px;
	padding:0px 5px 5px 5px;
	height:20px;
}
.detail_panier .panier-col2, .detail_panier .panier-col3, .detail_panier .panier-col4{
	margin-left:3px;
}
.detail_panier .panier-col1{
	width:222px;
	clear:left;
}
.detail_panier .panier-col2{
	width:107px;
}
.detail_panier .panier-col3{
	width:80px;
}
.detail_panier .panier-col3 select{
	margin:0px;
	padding:0px;
}
.detail_panier .panier-col4{
	width:92px;
}
.detail_panier .panier-warnqte{
	float:left;
	width:540px;
	color:#FF0000;
	font-weight:bold;
	padding:5px;
}
.panier .separateur-panier{
	float:left;
	width:550px;
	height:30px;
}
.panier .panier-actions{
	float:left;
	padding:0px 5px 5px 5px;
	width:540px;
	margin-top:10px;
}
.panier-actions .formu_valid{
	float:right;
}
.panier-actions-speciales{
	float:left;
	margin-top:10px;
}
.panier-actions-speciales form{
	float:left;
	margin-right:20px;
}




/* MODE COMMANDE */
.commande, .commande_paiement{
	float:left;
	margin:20px 0px 0px 28px;
}
.commande p{
	float:left;
	clear:both;
	margin-bottom:4px;
	width:400px;
}
.commande label{
	float:left;
	width:140px;
}
.commande input, .commande textarea, .commande select{
	float:left;
	width:228px;
}
.commande .element_radio{
	float:left;
}
.commande .element_radio input{
	margin:0px;
	width:13px;
}
*+html .commande .element_radio input{
	margin-top:-4px;
}
.commande .oblig{
	font-weight:bold;
	color:#FF0000;
}
.commande .form_submit{
	width:153px;
	height:32px;
}

.new{
	color:#FF0000;
	font-weight:bold;
}
.indic{
	font-size:10px;
}

/* MODE RECAP */
.confirmation_commande{
	float:left;
	margin:20px 0px 0px 28px;
}