/*couleurs de la maquette
(exemple) #ABCDEF : couleur fond contenu
b3021a: couleur texte rouge
d47a85 : couleur produit (rose)
b6021b : couleur produit (rouge)
#AC0318 : rouge bouton 
#E8E8E8 : gris
*/

/******************* général *******************/
* {
	padding:0;
    margin:0;
}

img {
	border:0;
}

a{
	color:#000000;
}

a:hover{
	color:#AC0318;
}

h1 {
	font-size:12px;
}

h2 {
	font-size:16px;
	display:inline;
}

.nettoyeur {
	clear:both;
}

html {
	overflow:auto; /*pour afficher la scrollbar seulement si nécessaire (pour IE)*/
}

body {
	background-image:url("/Design/background.jpg");
	background-repeat:repeat;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
}

#global {
	width:960px;
	margin:0 auto;
	position:relative;
}

#banniere_texte {
	background-image:url("/Design/banniere_haut.jpg");
	background-repeat:no-repeat;
	background-position:top center;
	height:20px;
	padding-left:10px;
	color:#fff;
}

#banniere_texte a {
	text-decoration:underline;
	color:#fff;
}

#banniere_texte a:hover {
	text-decoration:underline;
	color:#fff;
}

#banniere_logo {
	background-image:url("/Design/banniere_logo.png");
	background-repeat:no-repeat;
	width:394px;
	height:109px;
}
#menu {
	width:566px;
	height:58px;
	background-image:url("/Design/background_menu.png");
	background-repeat:no-repeat;
	float:right;
	margin-top:-58px;
	z-index:1;
}

#promos {
	background-image:url("/Design/promos.png");
	background-repeat:no-repeat;
	width:246px;
	height:200px;
	float:left;
	background-position:center;
}

#spacer_promos { /*gif transparent pour le lien*/
	margin:45px 0 0 30px;
	width:180px;
	height:70px;
	border:0px solid red;
}

#footer_gauche {
	background-image:url("/Design/footer.png");
	background-repeat:no-repeat;
	width:960px;
	height:17px;
	background-position:center;
	margin-top:5px;
}

#captusite {
	text-align:right;
	margin-top:5px;
	font-size:9px;
}
#captusite a {
	color:#000;
	text-decoration:none;
}

#captusite a:hover {
	text-decoration:underline;
}

#horaires_ouverture {
	position:absolute;
	left:390px;
	top:23px;
	text-align:center;
	width:290px;
}

#identification {
	top:0;
	height:70px;
	width:260px;
	left:685px;
	background-image:url("/Design/px_identification.gif");
	background-repeat:repeat-x;
	position:absolute;
	text-align:center;
	color:#fff;
}

#table_identification {
	color:#b3021a;
	position:absolute;
	left:5px;
	top:20px;
	font-size:10px;
	font-weight:bold;
	text-align:center;
}

#recherche_produits {
	position:absolute;
	width:175px;
	height:18px;
	top:72px;
	left:778px;
	z-index:2000;
}

#input_rech {
	height:14px;
	font-size:12px;
}

#fil_ariane {
	font-weight:bold;
	color:#b3021a;
	font-size:10px;
	height:20px;
	line-height:20px;
	padding-left:5px;
}
#fil_ariane a {
	text-decoration:none;
	color:#b3021a;
	font-weight:normal;
}
#fil_ariane a:hover {
	text-decoration:underline;
}

#contenu_centre {
	float:left;
	width:686px;
	margin:0 22px 0 2px;
}

#contenu_droit {
	width:250px;
	float:left;
}

/************************** produits.php **********************************/

#entete_produits {
	background-image:url("/Design/entete_produits.png");
	background-repeat:no-repeat;
	width:676px;
	padding:0 10px;
	line-height:25px;
	height:25px;
	font-weight:bold;
	color:#fff;
	margin-bottom:8px;
}

#content{
	background-color:#FFFFFF;
	width:666px;
	padding:20px 10px 0px 10px;
	min-height:560px;
	_height: 560px;
}

#blanc_h{
	background-image:url("/Design/blanc_h.gif");
	background-repeat:no-repeat;
	width:676px;
	padding:0 10px;
	height:4px;
	font-size:0px;
}

#blanc_b{
	background-image:url("/Design/blanc_b.gif");
	background-repeat:no-repeat;
	width:676px;
	padding:0 10px;
	height:4px;
	font-size:0px;
}

#image_entete {
	width:686px;
	height:97px;
}

#description_categorie {
	font-size:10px;
	padding:3px;
	height:50px;
}

.produits {
	color:#fff;
	padding:8px;
	margin-bottom:8px;
	min-height:50px;
	_height:35px;
}

.fond_rose {
	background-color:#d47a85;
}
.fond_rouge {
	background-color:#b6021b;
}

.produits .description {
	width:335px;
	float:left;
} 

.description_colis {
	cursor:pointer;
	text-decoration:underline;
} 

.produits .panier {
	position:relative;
	float:left;
	margin-left:10px;
	width:325px;
}

.tableau_description{
	width:680px;
}


.produits .input_quantite {
	width:30px;
}

.produits .liste_unites {
	width:120px;
	font-size:10px;
	height:19px;
	margin-top:1px;
}

.produits .unites {
	width:57px;
	float:left;
	border:0px solid blue;
	height:19px;
	font-weight:bold;
	margin-left:5px;
}

.produits .quantite {
	float:left;
	height:18px;
}

.produits .ajouter {
	text-align:center;
	float:left;
}
.produits .valeur_colis {
	font-size:9px;
}

.produits .prix {
	font-size:18px;
	font-weight:bold;
	line-height:20px;
}

.produits a {
	color:#fff;
}

.produits .conseils {
	text-align:left;
	width:330px;
}

.produits .cuisson {
	background-image:url("/Design/picto_cuisson.png");
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:20px;
	background-position:left center;
	/*width:645px;*/
	float:left;
}

.produits .temps {
	background-image:url("/Design/picto_temps.png");
	background-repeat:no-repeat;
	padding-left:20px;
	margin-left:20px;
	background-position:left center;
	/*width:645px;*/
	float:left;
}

.produits .input_ajouter_produits {
	background-color:transparent;
	background-image:url("/Design/bouton_ajouter.png");
	background-repeat:no-repeat;
	width:42px;
	position:absolute;
	top:20px;
	right:0px;
	height:34px;
	border:0;
	cursor:pointer;
}

.produits .input_ajouter{
	background-color:transparent;
	background-image:url("/Design/bouton_ajouter.png");
	background-repeat:no-repeat;
	width:42px;
	height:34px;
	border:0;
	cursor:pointer;
}

#cuisson_legende {
	height:22px;
	background-image:url("/Design/picto_cuisson_legende.png");
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	padding-left:25px;
	line-height:19px;
	color:#b3021a;
}

#kg_legende {
	height:22px;
	background-image:url("/Design/picto_kg_legende.png");
	background-repeat:no-repeat;
	float:left;
	margin-left:10px;
	padding-left:20px;
	background-position:left center;
	line-height:19px;
	color:#b3021a;
}

#temps_legende {
	height:22px;
	background-image:url("/Design/picto_temps_legende.png");
	background-repeat:no-repeat;
	float:left;
	margin-left:30px;
	padding-left:20px;
	background-position:left center;
	line-height:19px;
	color:#b3021a;
}

#detail_colis{
	margin-left:20px;
	text-align:center;
}	


/*************buffet.php*************/

#description_categorie_buff {
	font-size:10px;
	padding:3px;
	height:30px;
}

#tab {
	/*margin-right:auto;
	margin-left:auto;*/
	margin-top:8px;
}

.tab_titre {
	background-color:#AC0318;
	color:#FFFFFF;
	height:50px;
}

.fond_gris {
	background-color:#E8E8E8;
	height:30px;
}

.fond_blanc {
	background-color:#FFFFFF;
	height:30px;
}

.tab_titre_rubr {
	background-color:#BFBFBF;
	color:#AC0318;
	height:30px;
	font-weight:bold;
}

.champ {
	background-color:transparent;
	border:0;
	text-align:right;
}

.total {
	background-color:#BFBFBF;
	height:30px;
}

.champ_total {
	background-color:#AC0318;
	border:0;
	text-align:center;
	color:#FFFFFF;
	font-weight:bold;
}

#info {
	color:#AC0318;
	text-align:center;
	font-weight:bold;
}

/********************livraison.php******************/

.noir {
	color:#000000;
	font-size:9px;
}

.rouge {
	color:#333333;
	font-size:9px;
}



/*****************panier.php******************************/

#mess_date {
	margin-top:10px;
}

#date_livraison {
	width:500px;
}

#envoi {
	margin-top:50px;
}

.montant_HT {
	visibility:hidden;
}

.trait {
	height:20px;
}

/********************modifier-colis.php boutons formulaire******************/

.tab_colis{
	margin-bottom:20px;
}

.message_utilisateur{
	float:none;
	margin-left:20px;
}


/*#bt_ajout{
	position:absolute;
	margin-top:10px;
}

#formu{
	margin-top:50px;
}
*/
#valid_modif_colis{
	float:right;
}

/******************************** contenu droit ********************************/

#bloc_panier {
	z-index:1000;
	margin-top:-50px;
	padding-left:11px;
}
#bloc_panier #titre {
	height:40px;
	background-image:url("/Design/picto_panier.png");
	background-repeat:no-repeat;
	color:#b3021a;
	padding-left:50px;
	line-height:23px;
}

#bloc_panier #haut {
	height:40px;
	background-image:url("/Design/panier_haut.png");
	background-repeat:no-repeat;
	color:#b3021a;
	padding-left:15px;
	line-height:30px;
}
#bloc_panier #milieu {
	background-image:url("/Design/panier_milieu.png");
	background-repeat:repeat-y;
	padding:0 16px 0 14px;
	width:203px;
}

#bloc_panier #separation {
	height:24px;
	background-image:url("/Design/panier_separation.png");
	background-repeat:no-repeat;
}

#bloc_panier #totaux {
	background-image:url("/Design/panier_totaux.png");
	background-repeat:repeat-y;
	padding:0 16px 0 14px;
	width:203px;
}

#bloc_panier #bas {
	height:70px;
	background-image:url("/Design/panier_bas.png");
	background-repeat:no-repeat;
	padding:0 16px 0 14px;
	width:203px;
	padding-top:15px;
}
#bloc_panier #vide {
	height:70px;
	background-image:url("/Design/panier_vide.png");
	background-repeat:no-repeat;
	padding:0 16px 0 14px;
	width:203px;
	padding-top:15px;
}


.tableaux_panier {
	width:203px;
}

#tableau_produits {
	font-size:10px;
}
#tableau_produits .td_unites {
	text-align:right;
	padding-right:8px;
	width:70px;
	font-weight:bold
}
#tableau_totaux .td_totaux {
	text-align:right;
	font-weight:bold;
}
#livraison_gratuite {
	background-image:url("/Design/livraison_gratuite.png");
	background-repeat:no-repeat;
	background-position:center left;
	height:39px;
	padding:11px 0 0 115px; 
	margin-left:11px;
}
#livraison_gratuite a {
	text-decoration:none;
	color:#000;
}
#livraison_gratuite a:hover {
	text-decoration:underline;
}
#colis_mois {
	width:250px;
}
#colis_mois .haut {
	height:41px;
	background-image:url("/Design/colis_mois_haut.png");
	background-repeat:no-repeat;
}
#colis_mois .milieu {
	background-image:url("/Design/colis_mois_milieu.gif");
	background-repeat:repeat-y;
	padding:0 20px;
}

#colis_mois .prix {
	text-align:right;
	font-size:18px;	
}
#colis_mois .prix_rouge {
	color:#b3021a;
	font-size:22px;
	font-weight:bold;
}

#colis_mois .bas {
	height:12px;
	background-image:url("/Design/colis_mois_bas.png");
	background-repeat:no-repeat;
}

#promos_petit {
	background-image:url("/Design/promos_petit.png");
	background-repeat:no-repeat;
	background-position:center;
	height:140px;
}

caption{
	margin-top:20px;
	border:1px solid black;
}

.promotion {
	margin:0 auto;
	width:90%;
	text-align:center;
}

#spacer_promos_petit { /*gif transparent pour le lien*/
	margin:38px 0 0 57px;
	width:136px;
	height:38px;
	border:0px solid red;
}

#catalogue_pdf {
	height:30px;
	padding-left:10px;
}

#catalogue_pdf a {
	color:#b3021a;
}

#recettes {
	width:250px;
}

#recettes .haut {
	height:36px;
	background-image:url("/Design/recettes_haut.png");
	background-repeat:no-repeat;
}
#recettes .milieu {
	background-image:url("/Design/recettes_milieu.gif");
	background-repeat:repeat-y;
	padding:0 20px;
	
}

#recettes ul {
	list-style-position:inside;
}
#recettes li {
	color:#b3021a;
	font-weight:bold;
	padding:8px 0;
}
#recettes a {
	color:#000;
	font-weight:normal;
}

#recettes a:hover {
	color:#AC0318;
}

#recettes .prix {
	text-align:right;
	font-size:18px;	
}
#recettes .prix_rouge {
	color:#b3021a;
	font-size:22px;
	font-weight:bold;
}

#recettes .bas {
	height:20px;
	background-image:url("/Design/recettes_bas.png");
	background-repeat:no-repeat;
}

#map{
	width:600px;
	height:500px;
}
.actualite{
	border-bottom:1px dotted black;
	margin-bottom:10px;
}

.pagination{
	margin-right:0px;
	text-align:right;
}

.pagination a, .pagination a:visited{
	color:#B3021A;
	text-decoration:underline;
}

.message_utilisateur{
	font-weight:bold;
	font-size:11px;
	background-color:#FFFFDF;
	background-image:url('../Design/exclamation.png');
	background-repeat:no-repeat;
	background-position:7px;
	padding:10px 10px 10px 30px;
	border: 1px solid #FCE563;
	float:right;
	margin-right:60px;
}

.form_ajout select{
	font-size:11px;
}

#date_livraison{
	width:35%;
	float:left;
}

#form_livraison label {

	float:left;
	width:200px;
	margin-right:7px;
	padding-top:6px;
	text-align:left;

}
/*********************** Pages statiques *************************/

.illustration {
	float:right;
	margin:0 0 5px 5px;
	padding:5px;
	background-color:#FFFFFF;
	border:1px solid #b6021b;
	

}


/************************recapitulatif**************************/
#cadre_infos{
	width:465px;
	text-align:center;
	line-height:20px;
	margin-bottom:20px;
	margin-left:100px;
}

fieldset{
	padding:0px 5px 5px 5px;
}

legend{
	color:#AC0318;
	padding :0.4em;
}

#cadre_infos fieldset{
	position:relative;
	top:1em;
	padding :0 0.5em 1em 0.5em;
	background-color:#E8E8E8;
}

#cadre_infos legend{
	position:relative;
	top:-1.2em;
	padding :0.4em;
}

#cadre_facturation{
	width:200px;
	text-align:center;
	line-height:20px;
	margin-bottom:20px;
	margin-left:100px;
}

#cadre_facturation fieldset{
	position:relative;
	top:1em;
	padding :0 0.5em 1em 0.5em;
	background-color:#E8E8E8;
}

#cadre_facturation legend{
	position:relative;
	top:-1.2em;
	padding :0.4em;
}

#cadre_livraison{
	width:200px;
	text-align:center;
	line-height:20px;
	float:right;
	margin-top:-121px;
	margin-right:100px;
}

#cadre_livraison fieldset{
	position:relative;
	top:0.9em;
	padding :0 0.5em 1em 0.5em;
	background-color:#E8E8E8;
}

#cadre_livraison legend{
	position:relative;
	top:-1.2em;
	padding :0.4em;
}
