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



*{
	margin:0;
	padding:0;
}

.spacer{
	clear:both;
}

.hidden{
	display:none;
}

body {
	background:url(../images/fd_page.jpg) top repeat-x #fee7b6;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a img{
	border:none;
}



#page{
	background:url(../images/paysage_fond.jpg) top center no-repeat;
}

.contenu{
    position: relative;
	width:993px;
	margin-left:auto;
	margin-right:auto;
}

.lien_bleu{
	color:#0c1d9d;
	text-decoration:underline;
}

/***************MASQUE***********************/
#masque {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #000;
	z-index: 100;
	display: none;
}
* html #masque {	/* IE6 */
	position: absolute;
	width: 100%;
}

/*********************HEADER**************/
#header{
    position: relative;
	width:993px;
	height:254px;
	background:url(../images/fd_header.png) top center no-repeat;
}

#header li{
	list-style-type:none;
	float:left;
}

#header h3,#header p{
	display:inline;
}

#header h1{
	width:217px;
    padding-top: 90px;
	margin-left:390px;
}


/*moteur de recherche*/
#recherche{
/*	float:right;*/
    position: absolute;
	top: 0;
	left: 200px;
	font-size:11px;
	margin-top:20px;
}

#mot_recherche{
	width:150px;
	font-size:11px;
}

#rechercher{
	background:url(../images/loupe_recherche.png) no-repeat;
	width:22px;
	height:22px;
	border:none;
}

#rechercher:hover{
	background:url(../images/loupe_recherche_on.png) no-repeat;
}

#recherche a{
	color:black;
	margin-left:50px;
}

/*mon compte*/
#mon_compte{
/*	float:right;*/
    position: absolute;
	top: 0;
	left: 400px;
	background:url(../images/mon_compte.png) no-repeat;
	_background:url(../images/mon_compte.jpg) no-repeat;
	width:276px;
	_width:353px;
	height:70px;
	padding-top:20px;
	padding-left:77px;
	color:white;
	font-size:12px;
	margin:0;
}

#mon_compte a{
	text-decoration:none;
	color:white;
}

#mon_compte #connexion{
	background:url(../images/connexion_off.png);
	display:inline-block;
	width:76px;
	height:16px;
	color:black;
	text-align:center;
}

#mon_compte #connexion:hover{
	background:url(../images/connexion_on.png);
	color:white;
}

/*mon panier*/
#mon_panier{
/*	float:right;*/
    position: absolute;
	top: 0;
	left: 759px;
	background:url(../images/mon_panier.png) no-repeat;
	_background:url(../images/mon_panier.jpg) no-repeat;
	width:123px;
	height:48px;
	padding-top:20px;
	padding-left:95px;
	color:white;
	font-size:12px;
	margin-right:30px;
	cursor: pointer;
}

/*menu*/
#header #menu{
	margin-top:45px;
	text-align:center;
}



#header #menu a{
	text-decoration:none;
	color:black;
}

#header #menu #menu_gal{
/*	width:400px;
	margin-left:auto;
	margin-right:auto;*/
	text-align: center;
}
/*
#header #menu #menu_miel{
	width:810px;
	margin-left:auto;
	margin-right:auto;
}

#header #menu #menu_miel li a{
	display:block;
	padding-top:10px;
	height:23px;
	color:#802532;
	font-size:14px;
	font-weight:bold;
}

#header #menu #menu_miel #miel_regionaux a{
	background:url(../images/mielregionaux_off.png) no-repeat;
	width:146px;
}
#header #menu #menu_miel #miel_regionaux a:hover{
	background:url(../images/mielregionaux_on.png) no-repeat;
}

#header #menu #menu_miel #miel_provence a{
	background:url(../images/mielprovence_off.png) no-repeat;
	width:136px;
}
#header #menu #menu_miel #miel_provence a:hover{
	background:url(../images/mielprovence_on.png) no-repeat;
}

#header #menu #menu_miel #miel_montagne a{
	background:url(../images/mielmontagne_off.png) no-repeat;
	width:141px;
}
#header #menu #menu_miel #miel_montagne a:hover{
	background:url(../images/mielmontagne_on.png) no-repeat;
}

#header #menu #menu_miel #miel_france a{
	background:url(../images/mielfrance_off.png) no-repeat;
	width:124px;
}
#header #menu #menu_miel #miel_france a:hover{
	background:url(../images/mielfrance_on.png) no-repeat;
}

#header #menu #menu_miel #patisseries a{
	background:url(../images/patisseries_off.png) no-repeat;
	width:98px;
}
#header #menu #menu_miel #patisseries a:hover{
	background:url(../images/patisseries_on.png) no-repeat;
}

#header #menu #menu_miel #paniers_gourmands a{
	background:url(../images/paniergourmand_off.png) no-repeat;
	width:161px;
}
#header #menu #menu_miel #paniers_gourmands a:hover{
	background:url(../images/paniergourmand_on.png) no-repeat;
}
*/

/*********************CONTENT**************/
#content{
	margin-top:70px;
	padding-left:16px;
	padding-right:16px;
}

#content h2{
	font-size:16px;
	color:#802532;
	border-bottom:solid 1px #802532;
	margin-bottom:10px;
}

#content h3{
	color:#ffaf00;
	font-size:14px;
	margin-bottom:10px;
}

#content h4{
	color:#664a3e;
	font-size:14px;
	margin-bottom:5px;
}

#content h5{
	
}

#content a{
	color:#ffaf00;
	text-decoration:underline;
}

#content .color_champs{
	border-bottom:solid 1px #ff8a00;
	border-right:solid 1px #ff8a00;
	border-left:solid 1px #8c4c00;
	border-top:solid 1px #8c4c00;
}

#content strong{
	color:#664a3e;
}

#content p{
	margin-bottom:10px;
}

#content ul li{
	list-style-type:none;
	background-image: url(../images/puce.png);
	background-position: left top;
	background-repeat: no-repeat;
	padding-left:15px;
}

#content .focus ul li{
	background:url(../images/puce_clair.png) left no-repeat;
}

#content .zone_texte{
	width:608px;
	padding:20px;
	margin-left:auto;
	margin-right:auto;
}

#content .en_gros{
	font-weight:bold;
	font-size:18px;
	color:#664a3e;
}



#content .deport{
	margin:10px;
	display:block;
	margin-left:20px;
}
/*************************focus***********************/
#content .focus .focus_haut{
	background:url(../images/focus_haut.png) top center no-repeat;
	width:665px;
	height:13px;
	line-height:1px;
	font-size:1px;
}

#content .focus .focus_centre{
	background:url(../images/focus_centre.png) center repeat-y;
	width:645px;
	padding-left:10px;
	padding-right:10px;
}

#content .focus .focus_bas{
	background:url(../images/focus_bas.png) bottom center no-repeat;
	width:665px;
	height:14px;
	line-height:1px;
	font-size:1px;
}

/***************************BOUTONS*********************/
#content .btnjaune{
	background:url(../images/btnjaune_off.png) no-repeat !important;
	background:url(../images/btnjaune_off_ie6.png) no-repeat;
	width:170px;
	height:40px;
	color:#664a3e;
	font-size:16px;
	font-weight:bold;
	padding-bottom:10px;
	border:none;
	margin-left:130px;
}
#content .btnjaune:hover{
	background:url(../images/btnjaune_on.png) no-repeat !important;
	background:url(../images/btnjaune_on_ie6.png) no-repeat;
	color:white;
}

#content #qte_moins{
	background:url(../images/qtemoins_off.png) no-repeat;
	width:19px;
	height:19px;
	border:none;
}
#content #qte_moins:hover{
	background:url(../images/qtemoins_on.png) no-repeat;
}

#content #qte_plus{
	background:url(../images/qteplus_off.png) no-repeat;
	width:19px;
	height:19px;
	border:none;
}
#content #qte_plus:hover{
	background:url(../images/qteplus_on.png) no-repeat;
}

#content #quantite, #content .product_qty{
	width:25px;
}

#content #ds_panier{
	background:url(../images/ajouter_panier_off.png) no-repeat;
	width:138px;
	height:63px;
	border:none;
	margin-left:10px;
}

#content #ds_panier:hover{
	background:url(../images/ajouter_panier_on.png) no-repeat;
}


/*********************FOOTER**************/
#footer {
	background:url(../images/fd_menu_bas.png) top repeat-x;
	height:190px;
	margin-top:30px;
}

#footer li{
	list-style-type:none;
	float:left;
}
/*menu_bas*/
#footer #menu_bas{
	background:url(../images/menu_bas_ombre.png) center no-repeat;
	width:620px;
	padding-left:155px;
	padding-right:155px;
	height:38px;
	margin-left:auto;
	margin-right:auto;
}


#footer #menu_bas li a{
	text-decoration:none;
	text-align:center;
	display:block;
	padding-top:5px;
	height:27px;
	color:#802532;
	font-size:12px;
}

#footer #menu_bas #cgv a{
	background:url(../images/cgv_off.png) no-repeat;
	width:197px;
}
#footer #menu_bas #cgv a:hover{
	background:url(../images/cgv_on.png) no-repeat;
}

#footer #menu_bas #livraisons_retours a{
	background:url(../images/livraisonretour_off.png) no-repeat;
	width:139px;
}
#footer #menu_bas #livraisons_retours a:hover{
	background:url(../images/livraisonretour_on.png) no-repeat;
}

#footer #menu_bas #aide a{
	background:url(../images/aide_off.png) no-repeat;
	width:66px;
}
#footer #menu_bas #aide a:hover{
	background:url(../images/aide_on.png) no-repeat;
}

#footer #menu_bas #plan a{
	background:url(../images/plan_off.png) no-repeat;
	width:96px;
}
#footer #menu_bas #plan a:hover{
	background:url(../images/plan_on.png) no-repeat;
}

#footer #menu_bas #contact_bas a{
	background:url(../images/contacteznous_off.png) no-repeat;
	width:118px;
}
#footer #menu_bas #contact_bas a:hover{
	background:url(../images/contacteznous_on.png) no-repeat;
}

#footer .contenu{
	text-align:center;
	font-size:12px;
}

#footer #plus_dinfos img{
	margin-right:5px;
}

#footer #menu_ttbas{
	width:455px;
	margin-left:auto;
	margin-right:auto;
}

#footer #menu_ttbas a{
	color:black;
}

#footer #paiement{
	margin-top:30px;
	float:right;
}

.pages
{ float: right;
}

.pages ol
{ display: inline;
  list-style-type: none;
}

.pages ol li
{ display: inline;
}

ul.messages
{ margin: 10px;
  padding: 10px;
  list-style-type: none;
  border: solid 1px #CC9900;
  background: none;
  background-color: #feedc8;
}

ul.messages li
{ list-style-type: none;
  background: none;
}

