/* ------------BLOCKS CONSTANTS------------------------------- */
* {margin: 0; padding: 0;}
body{
	background-color:#000000;
	margin-top:5px;
}
.div_root{
	margin-left:auto;
	margin-right:auto;
	width:780px;
    background-color:#FFFFFF;
}
.div_logo{
	position: relative;
	height:38px;
	background-image: url(imagesCSS/bg_div_logo.gif);
	background-repeat:no-repeat;
}
#backHome{
	position:absolute;
	display:block;
	width:350px;
	height:38px;
}
#backHome i{
	display:none;
}
#corporate{
    position:absolute;
	display:block;
    margin-left:640px;
    width:140px;
	height:38px;
}
/** IE **/
* html #corporate {
	border:0;
	height:38px;
}
#corporate span{
    display:none;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	position:absolute;
	color:#FFFFFF;
	margin-top:15px;
	margin-left:-104px;
}
.div_header{
	position: relative;
	height:116px;
}
/**  IE **/
* html .div_header {
	background-color:#FFFFFF;
}

.div_content{
	width:780px;
    background-color:#FFFFFF;
}
.the_footer{
	color:#B60028;
	padding-top:15px;
	padding-left:15px;
	float:left;
	height:23px;
	width:765px;
	background-position:top left;
	background-image: url(imagesCSS/footer.gif);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.div_footer{
	float:left;
	width:780px;
	background-color:#000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-align: right;
	padding-bottom:11px;
	padding-top:4px;
}
.div_footer a{
	color:#FFFFFF;
}
.div_footer a:hover{
	color:#B60028;
}
/* ------------MENU------------------------------- */
.div_menu{
	height:24px;
	background-color:#B60028;
}
ul {
	list-style-type: none;
	width: 100%; /* pr?cision pour Opera */
}
.menu li {
	float: right;
}
.menu a {
	width: 100px;
	height: 22px;
	display: block;
	text-align: center;
	border-left: 2px solid white;
	padding-top:2px;
	text-decoration: none;
	color: #FFFFFF;
	background: #B60028;
	font-family: "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: 500;	
}
.menu a:hover {
	background-color: #000000;
}
.menu a:active{
	background: #E1A500;
}
.menu a img {
	border:0;
	margin-left:5px;
}
#panier_vide {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
	padding-bottom:10px;
	padding-top:10px;
	margin-right:20px;
	color:#B60028;
	margin-left:40px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #B60028;
	border-bottom-color: #B60028;
}
#mentions {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:left;
	margin-bottom:20px;
	margin-top:20px;
	padding-bottom:10px;
	padding-top:10px;
	margin-right:20px;
	margin-left:40px;
}
#mentions h1 {
	font-size:16px;
	font-weight:bold;
	color:#000000;
	padding-bottom:20px;
}
#mentions h2 {
	font-size:14px;
	font-weight:bold;
	color:#B60028;
	padding-bottom:10px;
	padding-top:10px;
}
#mentions h3 {
	font-size:12px;
	color:#B60028;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:10px;
}
#mentions a{
	color:#B60028;
}
#mentions a:hover{
	color:#000000;
}
#cart{
	display:block;
	width:280px;
	height:10px;
	position:absolute;
}
#cart a{
	display:block;
	clear:both;
	height: 15px;
	width:210px;
	margin-top:4px;
	border: 0;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(./imagesCSS/panier_01.gif);
	background-repeat:no-repeat;
	background-position: 5px 1px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#cart a:hover{
	background-image: url(imagesCSS/panier_02.gif);
	background-repeat:no-repeat;
	background-color: #B60028;
    color: #000000;
}
#souslist{
	position:absolute;
	width:10px;
	clear:both;
	z-index:100;
	display:none;
	margin-left:100px;
	padding-left:26px;
}
#souslistCouleur{
	position:absolute;
	width:95px;
	clear:both;
	z-index:100;
	display:none;
	margin-left:82px;
	margin-top:-25px;
	padding-left:20px;
}
#souslistCat{
	position:absolute;
	width:95px;
	clear:both;
	z-index:100;
	display:none;
	margin-left:-114px;
	margin-top:-25px;
	padding-left:20px;
}
#souslistRecette{
	position:absolute;
	width:100px;
	clear:both;
	z-index:100;
	display:none;
	margin-left:-18px;
	padding-left:20px;
}
#souslist li{
	border-top: 1px solid #FFFFFF;
	color: #000000;
}
#souslist li a{
	padding-left: 20px;
	display:block;
	width:114px;
	font-size: 11px;
	text-align: left;	
	background: #E1A500;
	font-family: Arial, Helvetica, sans-serif;
}
#souslist li a:hover{
	background: #B60028;
}
#souslistRecette li a:hover{
	background: #B60028;
}
#souslistCat li a:hover{
	background: #E1A500;
}
#souslistCouleur li{
	border-top: 1px solid #FFFFFF;
	color: #000000;
}
#souslistCouleur li a{
	padding-left: 15px;
	display:block;
	width:45px;
	font-size: 11px;
	text-align: left;	
	background: #B60028;
	font-family: Arial, Helvetica, sans-serif;
}
#souslistCat li{
	border-top: 1px solid #FFFFFF;
	color: #000000;
}
#souslistCat li a{
	padding-left: 20px;
	display:block;
	width:114px;
	font-size: 11px;
	text-align: left;	
	background-color: #B60028;
	font-family: Arial, Helvetica, sans-serif;
}
#souslistRecette li{
	border-top: 1px solid #FFFFFF;
	color: #000000;
}
#souslistRecette li a{
	padding-left: 20px;
	display:block;
	width:114px;
	font-size: 11px;
	text-align: left;	
	background: #E1A500;
	font-family: Arial, Helvetica, sans-serif;
}
/*************les couleurs...*******************************/
#souslistCouleur a.bleu:hover{
	background: #4D88FF;
}
#souslistCouleur a.jaune:hover{
	color:#000000;
	background: #FFFF00;
}
#souslistCouleur a.rouge:hover{
	background: #C4121B;
}
#souslistCouleur a.vert:hover{
	background: #009933;
}
#souslistCouleur a.orange:hover{
	background: #FF6600;
}
#souslistCouleur a.brun:hover{
	background: #C3A34D;

}
#souslistCouleur a.blanc:hover{
	color:#000000;
	background: #FFFFFF;
}

/**  IE **/
* html #souslist{
	margin-left:-26px;
}
/**  IE **/
* html #souslistRecette{
	margin-left:-54px;
}
/**  IE  **/
* html #souslistCat{
	margin-left:-155px;
}
/* ------------BLOCKS CONTENU------------------------------- */
.promo{
	position:absolute;
	border:0;
	margin-top:0px;
	margin-left:147px;
	clear:both;
	z-index: 99;
}
.div_one_thirds_block{
	float:left;
	margin-left: 12px;
	margin-top: 10px;
	width:241px;
	height:291px;
    background-color:#FFFFFF;
	border: 1px solid #FFFFFF;	
}
/** IE **/
* html .div_one_thirds_block {
  	margin-left: 9px;
}
.div_one_thirds_block2{
	display:block;
	position:relative;
	top:4px;
	left:4px;
	width:231px;
	height:281px;
	border: 1px solid #000000;
	text-decoration:none;
	color:#CCCCCC;
}
.div_one_thirds_blockL{
	float:left;
	margin-left: 12.5px;
	margin-top: 10px;
	width:241px;
	height:331px;
    background-color:#FFFFFF;
	border: 1px solid #FFFFFF;	
}
/** IE **/
* html .div_one_thirds_blockL {
	margin-left: 9px;
}
.div_one_thirds_block2L{
	display:block;
	position:relative;
	top:4px;
	left:4px;
	width:231px;
	height:321px;
	border: 1px solid #000000;
	text-decoration:none;
	color:#CCCCCC;
}
/*****prix************************/
.prix,.prix_vert, .prix_jaune, .prix_orange, .prix_brun, .prix_rouge,.prix_blanc  {
	width:100%;
	height:13px;
	clear:both;
	position: absolute;
	margin-top:65px;
	margin-left:0px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #BBE6F6;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 4px;
	padding-top:2px;
}
.ajout_panier,.ajout_panier_vert, .ajout_panier_jaune, .ajout_panier_orange, .ajout_panier_brun, .ajout_panier_rouge, .ajout_panier_blanc {
	z-index:100;
	display:block;
	width:231px;
	position: absolute;
	margin-top:-20px;
	margin-left:5px;
	border: 0;
	background-color: #81D1EC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 4px;
}
a.ajout_panier:hover, a.ajout_panier_vert:hover, a.ajout_panier_jaune:hover, a.ajout_panier_orange:hover, a.ajout_panier_brun:hover, a.ajout_panier_rouge:hover, a.ajout_panier_blanc:hover {
	background-color:#CCCCCC;
}
.prix_vert{
	background-color: #85CE9D;
}
.ajout_panier_vert{
	background-color: #33AD5C;
}
.prix_jaune{
	background-color: #FFFF85;
}
.ajout_panier_jaune{
	background-color: #FFFF33;
}
.prix_orange{
	background-color: #FFB685;
}
.ajout_panier_orange{
	background-color: #FF8533;
}
.prix_brun{
	background-color: #E2D3AA;
}
.ajout_panier_brun{
	background-color: #CFB571;
}
.prix_rouge{
	background-color: #E38D92;
}
.ajout_panier_rouge{
	background-color: #D04149;
}
.prix_blanc{
	background-color: #D9D9D9;
}
.ajout_panier_blanc{
	background-color: #F2F2F2;
}
/***********************************************************************************************************/
.bas_recette{
	z-index:100;
	display:block;
	width:231px;
    height:23px;
	position: absolute;
	margin-top:-20px;
	margin-left:5px;
	border: 0;
	background-color: #81D1EC;
	color: #81D1EC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}
.prixDetail{
	width:100%;
	height:13px;
	position: absolute;
	margin-top:258px;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;
	background-color: #BBE6F6;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 4px;
	padding-top:2px;
}
.ajout_panierDetail{
	z-index:100;
	display:block;
	width:100%;
	position: absolute;
	margin-top:275px;
	border: 0;
	background-color: #81D1EC;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 4px;
}
a.ajout_panierDetail img {
	border:0;
}
a.ajout_panierDetail:hover {
	background-color:#CCCCCC;
}
.ajout_panier img ,a,.ajout_panier_vert img, .ajout_panier_jaune img , .ajout_panier_orange img, .ajout_panier_brun img, .ajout_panier_rouge img , .ajout_panier_blanc img    {
	border:0;
	text-decoration:none;
}
*html .prix{
	margin-top:65px;
}
*html .bas_recette{
	margin-top:-20px;
}
*html .prixDetail{
	margin-top:253px;
}
*html .ajout_panierDetail{
	margin-top:270px;
}
.div_one_thirds_block2 img{
	border:0;
}
.div_two_thirds_block2 img{
	border:0;	
}
.div_one_thirds_block2L img{
	border:0;
}
.div_two_thirds_block2L img{
	border:0;
}
.small {
	display:block;
	border:0;
	width:231px;
	height:281px;
}
.large {
	border:0;
	height:280px;
	width:483px;	
}
.div_one_thirds_block2:hover {
	border: 1px solid #B60028;	
}
.div_two_thirds_block2:hover {
	border: 1px solid #B60028;	
}
.titre{
	display:block;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
	margin-left:4px;
	font-size: 14px;
	width:150px;
	height:200px;
	border:0;
}
.titre2{
	display:block;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
	padding-top:5px;
	margin-left:4px;
	font-size: 14px;
	width:200px;
	height:20px;
	border:0;
}
.indication{
	display:block;
	margin-top:-283px;
	margin-left:4px;
	color:#B60028;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	border:0;
}
*html .indication{
	margin-top:-278px;
}
.div_two_thirds_block{
	float:left;
	margin-left: 12px;
	margin-top: 10px;
	width:496px;
	height:291px;
 	border: 1px solid #FFFFFF;
}
.div_two_thirds_block2{
	display:block;
	position:relative;
	top:4px;
	left:4px;
	width:487px;
	height:281px;
	border: 1px solid #000000;
	text-decoration:none;
	color:#CCCCCC;		
}
.div_two_thirds_blockL{
	float:left;
	margin-left: 12px;
	margin-top: 10px;
	width:497px;
	height:331px;
 	border: 1px solid #FFFFFF;
}
.div_two_thirds_block2L{
	display:block;
	position:relative;
	top:4px;
	left:4px;
	width:487px;
	height:321px;
	border: 1px solid #000000;
	text-decoration:none;
	color:#CCCCCC;		
}
/*********------------------ IE -----*************/
* html .div_two_thirds_block2 {
	width:483px;
	height:281px;
}
* html .div_two_thirds_block {
  	margin-left: 9px;
	width:493px;
	height:291px;
}
* html .div_two_thirds_blockL {
  	margin-left: 7px;
}
/********************* ----------   finIE  --------- *******/
 .div_two_thirds_block2 a {
	text-decoration:none;
	color:#B60028;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-left:11px;
}
.div_two_thirds_block2 a:hover {
	color:#000000;
}
#allprod {
	margin-top:5px;
	position:absolute;
}
.allprod {
	width:150px;
	display:block;
	float:left;
	margin-top:2px;
	margin-bottom:0px;
	height:15px;
	overflow: hidden;
}
/*ie*/
* html .allprod {
	width:149px;
}
/*ie/*
/*************************************************************************/
.detail_prod{
	position:absolute;
	width: 230px;
	margin-left:240px;
	height:240px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
    padding-right:4px;
}
.detail_rec{
	position:absolute;
	margin-top:-10px;
	width: 230px;
	margin-left:240px;
	height:250px;
	overflow:auto;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: justify;
	 padding-right:6px;
}
.ingredients{
	display:block;
	margin-bottom:-10px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	color:#B60028;
	font-weight: bold;
}
/***********************************************************************************************/
.list_items{
	margin-left:40px;
	background-color:#CCCCCC;
	width:710px;
	font-family:Arial, Helvetica, sans-serif;
}
.ligne_panier{
	border-top: 1px solid #FFFFFF;
	height:20px;
}
.nom_item{
	margin-top:-20px;
	margin-left:140px;
	color:#000000;
	display:block;
	clear:both;
	list-style-type: none;
	width:360px;
	/*border-right: 1px solid #FFFFFF;*/
	font-size:12px;
	height:17px;
	font-weight:bold;
	font-family:"Times New Roman", Times, serif;
	padding-top:3px;
}
.nom_item:hover{
	color:#B60028;
}
.quantity{
	display:block;
	clear:both;
	list-style-type: none;
	width:16px;
	border-right: 1px solid #FFFFFF;
	margin-top:-20px;
	margin-left:100px;
	text-align:right;
	font-size:11px;
	height:17px;
	padding-right:4px;
	padding-top:3px;
}

.remove_item{
	display:block;
	clear:both;
	list-style-type: none;
	width:65px;
	background-color:#B60028;
	border-right: 1px solid #FFFFFF;
	color:#FFFFFF;
	background-image: url(imagesCSS/supprimer.gif);
	background-position:5px -2px;
	background-repeat:no-repeat;
	padding-left:35px;
	font-size:11px;
	height:16px;
	padding-top:4px;
}
.remove_item:hover{
background-color:#000000;
}
.leprix{
	display:block;
	clear:both;
	list-style-type: none;
	width:200px;
	padding-left:5px;
	margin-top:-20px;
	margin-left:490px;
	text-align:right;
	font-size:11px;
	padding-top:3px;
}
.resume{
	margin-left:40px;
}
.resum_titre{
	display:block;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
	height:25px;
	font-size: 16px;
	width:300px;
	border:0;
	margin-bottom:10px;
}
.detail_titre{
	display:block;
	margin-left:40px;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
	height:25px;
	padding-top:5px;
	font-size: 16px;
	width:300px;
	border:0;
	margin-bottom:10px;
	margin-top:10px;
}
.explication{
	color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.explication a{
	color:#000000;
}
.explication a:hover{
	color:#B60028;	
}
.transport{
	border-top: 1px solid #FFFFFF;
	margin-left:440px;
	background-color:#999999;
	color:#000000;
	width:300px;
	padding-right:10px;
	text-align:right;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:4px;
	padding-bottom:4px;
}
.tva{
	border-top: 1px solid #FFFFFF;
	margin-left:440px;
	background-color:#999999;
	color:#000000;
	width:300px;
	text-align:right;
	padding-right:10px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:4px;
	padding-bottom:4px;
}
.total{
	border-top: 1px solid #FFFFFF;
	margin-left:440px;
	background-color:#000000;
	color:#FFFFFF;
	width:300px;
	text-align:right;
	padding-right:10px;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding-top:5px;
	padding-bottom:5px;
}
.continuer{
	display:block;
	background-color:#666666;
	width:135px;
	height:50px;
	margin-left:595px;
	border-top: 1px solid #FFFFFF;
	color: #FFFFFF;
	padding-left:20px;
	padding-top:10px;
	font-weight:bold;
	background-image: url(imagesCSS/fleche_droite.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.continuer:hover{
	background-color:#E1A500;
}
.terminer{
	display:block;
	background-color:#B60028;
	width:134px;
	height:50px;
	margin-left:440px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-top:-61px;
	padding-left:20px;
	padding-top:10px;
	font-weight:bold;
	background-image: url(imagesCSS/fleche_droite.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
.terminerOK{
	display:block;
	background-color:#B60028;
	width:134px;
	height:50px;
	margin-left:440px;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	color: #FFFFFF;
	margin-top:-61px;
	padding-left:20px;
	padding-top:10px;
	font-weight:bold;
	background-image: url(imagesCSS/fleche_droite.gif);
	background-repeat: no-repeat;
	background-position: left center;
}
a.terminerOK:hover{
	background-color:#E1A500;
}
/************************************************************************************************/
.selections{
	position:absolute;
	margin-top:-180px;
	margin-left:10px;
}
.ligneSelection{
	margin-top:5px;
	width:210px;
	height:40px;
	border-bottom: 1px solid #000000;
}
.selectionNom{
	font-size:10px;
	display:block;
	margin-top:-42px;
	margin-left:45px;
	color:#628533;
	font-family:Arial, Helvetica, sans-serif;
}
.produit1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;display:block;
	margin-left:45px;}

.produit2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#000000;display:block;
	margin-left:45px;
}
.ligneSelection img{
	border:none;
	margin-top:1px;
	z-index:80;
}
/** IE **/
* html .ligneSelection img{
	margin-bottom:-2px;
}

.titrePage{
	display:block;
	font-family: "Times New Roman", Times, serif;
	color: #628533;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:20px;
	font-size: 24px;
	width:740px;
	border:0;
	border-bottom: 1px solid #000000;
}

.bigPromo{
	position:absolute;
	margin-top:-23px;
	margin-left:147px;
}

*html .bigPromo{
margin-top:-28px;
}

#parcourir{
	display:block;
	font-family: "Times New Roman", Times, serif;
	color: #333333;
	font-weight: bold;
	padding-top:5px;
	margin-left:4px;
	font-size: 14px;
	width:200px;
	height:20px;
	border:0;

}
.prix_promo{
display:block;
font-weight: bold;
margin-left:10px;
margin-top:40px;
color: #B60028;


}
#formulaireAdresse{
margin-left: 40px;
display:none;
color:#666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
width: 700px;

}
#formulaire_contact {
padding-left:50px;
font-family:Arial, Helvetica, sans-serif;
font-size: 11px;
}
.table_form{
padding-left:50px;
width: 600px;
}
.info_livraison{
	display:block;
	font-family: "Times New Roman", Times, serif;
	color: #628533;
	margin-top:30px;
	margin-bottom:10px;
	margin-left:-20px;
	font-size: 24px;
	width:740px;
	border:0;
	border-bottom: 1px solid #000000;
	
}
*html .info_livraison{
	
	margin-left:0px;
	
	
}
