@charset "utf-8";
/* CSS Document */

/**************** GENERALITE ****************/
body{
	margin:0;
	/*background:url('../images/bg_milieu.jpg');¨¨*/
	background-repeat:repeat-x;
	background-color:#faf9f5;
	font-family:Verdana, Helvetica, sans-serif;
	font-size:13px;
	text-align:justify;
}
a{
	color:#000000;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}

a.lienorange{
	color:#fd6801;
	text-decoration:underline
}
a.lienorange:hover{
	text-decoration:none;
}
#corps{
	background:url('../images/bg_header.jpg') repeat-x ;
	background-color:#faf9f5;
	height:336px;
}
#centre{
	width:960px;
	margin:0 auto;
}
.int{
	padding:20px;
	background:#faf9f5;
	margin-bottom:30px;
	-moz-box-shadow: 3px 3px 10px #585858;/* firefox  */
	-webkit-box-shadow: 3px 3px 10px #585858;/* safari  */
	box-shadow: 3px 3px 10px #585858;/* opera  */
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#585858', Direction=135, Strength=5); /* ie  */
    zoom: 1;
}
#footer{
	background:url('../images/bg_footer.jpg') repeat-x;
	height:72px;
	width:100%;
	text-align:center;
}
#footer img#imgfooter{
	width:960px;
	margin:0 auto;
}
#footer p{
	margin-top:-40px;
}
#footer a{
	color:#000;
	text-decoration:none;
	font-size:12px;
}
#visa{
	width:60px;
}
img{
	border:none;
}
.right{
	float:right;
	margin-right:10px;
	clear:both;
}
.left{
	float:left;
}
.bouton{
	background:url('../images/bouton_voir.jpg') no-repeat top left;
	width:125px;
	height:23px;
	padding:5px 10px 5px 2px;
	text-align:center;
}
a.bouton_voir{
	font-weight:bold;
}
a.bouton_voir:hover {
	/*color:#ed9f07;*/
	text-decoration:none;
}
#connexion{
	position:absolute;
	top:100px;
	right:160px;
}

/** MENU **/
#menu{
	margin-top:0px;
	padding-top:4px;
}
#menu ul{
	/*width:900px;*/
	margin:auto;
}
#menu ul li{
	display:inline;
	list-style:none;
	padding-right:35px;
	margin:0px;
	margin-right:-4px;
}
#menu ul li a{
	margin:0;
}

/************** ACCUEIL *****************/
.accueil{
	padding:20px;
}
.titre_accueil{
	font-size:20px; 
	font-weight:400

}
#boite_accueil{
	margin-top:60px;
	!width:970px;
}
.vignette{
	background:url('../images/bg_vignette.jpg') repeat-x;
	border:solid 1px #999999;
	font-size:12px;
}
/*.vignette img{
	float:right;
	margin-top:10px;
}*/
a.suite{
	color:#CC6600;
	font-weight:bold;
	text-decoration:underline;
}
a:hover.suite{
	color:#CC6600;
	font-weight:bold;
	text-decoration:none;
	
}
a.titre_boite{
	font-size:24px; 
	font-weight:400;
}
a.titre_boite:hover{
	font-size:24px; 
	font-weight:400;
	text-decoration:underline;
}

/************** LISTE *****************/
.voir_produit a{
	float:right;
	margin-right:20px;
}
.desc_liste form{
	/*margin-left:-200px;*/
}
.text_bouton{
	position:relative;
	top:-5px;
	right:-106px;
}
.text_bouton:hover{
	text-decoration:none;
	font-size:13px;
	right:-110px;
}

.liste_fiche{
	width:100%;
	/*min-height:169px;*/
	border-bottom:solid 1px #D16A01;
	clear:both;
	padding-top:5px;
	margin-bottom:5px;
}
.lien_orange{
	color:#fd6801;
	text-decoration:underline
}
.lien_orange:hover{
	text-decoration:none;
}

.img_liste{
	/*float:left;*/
	margin-right:20px;
	border:solid 1px #D16A01;
	width:200px;
	/*height:150px;*/
}
.bouton_voir{
	/*float:right;*/
	/*position:relative;
	bottom:5px;
	left:500px;*/
}
.voir_produit{
	
}
.desc_liste{
	width:910px;
	margin-left:0px;
	!margin-top:-155px;
	min-height:110px;
}
select#select_menu {
	background-color:#f0a70a;
	border:2px solid #d36d01;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#453E38;
	width:150px;
	height:20px;
	text-align:center;
}


.text_liste{
}

.liste_menu {
	list-style:disc;
	color:#fd6801;
	line-height:24px;
}
/************** FICHE *****************/
.ingredient li{
	margin-left:20px;
}

.etape_pre{
	min-height:71px;
	!margin-bottom:10px;
}
.etape_pre img{
	float:left;
	margin-right:20px;
	width: 99px
	height:71px;
}
.produit_ass{
	border-top:solid 1px #D16A01;
	!width:970px;
}
.produit{
	border:solid 1px #D16A01;
}
.titre_produit {
	font-size:14px;
	color:#333;
	font-weight:bold;
	padding:8px;
}

.produit h3{
	border-bottom:solid 1px #D16A01;
	padding:5px;
	margin-top:0;
	margin-bottom:-10px;
}
.produit p{
	padding:8px;
	padding-top:0px;
}
.img_pro{
	/*width:200px;
	height:150px;
	margin-bottom:5px;*/
	border-bottom:1px solid #D16A01;
	border-top:1px solid #D16A01;
	text-align:center;
}
.img_fiche{
	float:left;
	margin-right:20px;
	border:solid 1px #D16A01;
	width:300px;
}
.entete_fiche{
	min-height:330px;
}
.desc_fiche{
	width:490px;
	margin-left:400px;
	
}
/************************** POPUP ********************************/
.menu_titre{
	background:#FFFFFF;
	color:#990000;
	font-weight:bold;
}
.popup{
	border:solid 2px #ed9f07;
	margin-top:10px;
}
.rouge{
	color:#ed9f07;
	font-size:14px;
}


/************************** PANIER ********************************/
.enteteCommande{
	background:url('../images/footer.jpg') no-repeat;
}


/************************** INSCRIPTION ********************************/
.fiche{
	border:solid 1px #ed9f07;
	background:url('../images/bg_milieu.jpg') repeat-x  #faf9f5;
}
.titreblanc{
	background:url('../images/footer.jpg') no-repeat;
	color:#ffffff;
	font-size:14px;
	text-align:center;
	height:30px;
}

/*****Livraison******/
.adresse_choix{
	float:left;
	margin:20px;

}
.boite_adresse{
	width:200px;
	border:solid 1px #ed9f07;
	text-align:center;
}
.num_adresse{
	width:200px;
	height:30px;
	border-bottom:solid 1px #ed9f07;

}
.boutonPanier{
	text-align:center;
	clear:both;
}
/***** Boite : Recap, Livraison, MON COMPTE ... *****/
.centrecompte{
	margin-top:30px;
	margin-bottom:-180px;
}
.moncompte{
	border:solid 1px #ed9f07;
	background:url('../images/bg_milieu.jpg') repeat-x #faf9f5;
	padding:10px;
}
#menucompte{
	margin-left:-20px;
}
#recapcompte{
	width:570px;
	margin-right:50px;
	margin-left:50px;
	position:relative;
	top:-205px;
	left:230px;	
}
.textCommande{
	text-align:center;
	color:#000000;
}

/***** CONTACT *****/
.adresse{
	width:165px;
	border:solid 1px #ed9f07;
	padding:10px;
	background:url('../images/bg_milieu.jpg') repeat-x #faf9f5;
	margin:0 auto;

}
#tableContact{
	border:solid 1px #ed9f07;
	padding:10px;
	background:url('../images/bg_milieu.jpg') repeat-x #faf9f5;
}

/***** COMPTE *****/
.compte{
	color:#F60;
}
.pucecouleur {
	color:#F30;
	line-height:24px;
}
/*********** CGV ******************/
.cgv a, .cgv_1, .cgv_2{
	color:#ed9f07;
	font-weight:bold;
}

.cgv_1{
	font-size:14px;
}

/*********** ACTUALITES ******************/
.spotlight{
	padding:10px; 
	border:solid 1px #fd6801; 	
}

.spotlight p.titre_actu{
	color:#fd6801;
	font-size:20px; 
	font-weight:900
}
.titre_actu{
	font-size:20px; 
	font-weight:400

}
.champ {
	width:200px;
}

.date {
	width:50px;
}

.commande_on{
	font-weight:bold;
	color:#F60;
}

.commande_off{
	font-weight:bold;
	color:#999;
}
