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

#global {
	margin: auto;
	width: 1215px;
	width: 1006px;
	background-color:#ffe7b2;
}

.haut {
	background-image:url(/image/top.jpg);
	background-repeat:repeat-y;
	background-position:center;
	position:relative;
	width:980px;
	height:173px;
	margin:auto;
}


.centre {
	background-image:url(/image/fond_contenu.jpg);
	background-repeat:repeat-y;
	background-position:center;
	/*position:relative;*/
	width:980px;
	margin:auto;
	z-index: 1;
}

#actualite, #banniere {
margin-top:20px;
}

.contenucentreaccueil{
width:479px;
margin:50px auto auto;
}


.contenucentre{
width:479px;
margin:35px auto auto;
}

.contenucommande{
width:697px;
margin:35px auto auto;
}


table .header {
	background-color: #f1e8c9;
}

table .header td {
	color: #625632;
	font-weight:bold;
	font-size: 0.9em;
}


.filariane {
width:479px;
margin-top:10px;
margin-left:10px;
font-size:10px;
}

.filarianecommande {
width:697px;
margin-top:5px;
margin:auto;
font-size:10px;
height:35px;
}


.gauche {
 margin-left:20px;
 margin-right:20px;
 margin-top:5px;
 width:192px;
}

.gauche img , .droite img {
display:block;
}

.cadregauche
{
border-left:1px solid #8D836A;
border-right:1px solid #8D836A;
padding-left:7px;
padding-right:2px;
margin-left:5px;
width:170px;
background-color:#f1e8c9;
}

.droite {
 margin-top:5px;
 margin-left:20px;
 margin-right:20px;
 width:218px;
}


.cadredroite
{
background-color:#f1e8c9;
border-left:1px solid #8D836A;
border-right:1px solid #8D836A;
margin-left:5px;
width:207px;
}

.bas {
	background-image:url(/image/fond_pied.jpg);
	background-repeat:no-repeat;
	position: relative; 
	width:980px; 
	height:32px;
	margin:auto;
	left:4px;
}



.zonelogo {
	position:absolute; 
	padding-left: 4px;
}


/************* Accueil ****************/



/************* ELEMENTS TEMPLATES ****************/

#zoneboutique{

}

#zoneactu {
	/*background-color: #f9efbf;
	border: 1px solid #754d07;
	padding: 5px;
	font-size: 0.9em;*/
padding-bottom:10px;
}
#zoneactu p {
	margin: 0;
	
}
#zoneactu h2 {
	margin: 0;
	margin-top: 10px;
}

#zonecentre {
	margin: 0 10px;
}

#zonedroite {
	padding-top: 10px;
}



/************* BRIQUES GESTION CONTENU **********/

.brique p, .brique h1, .brique h2, .brique h3, .brique h4, 
#popupcontent p, #popupcontent h1, #popupcontent h2, #popupcontent h3, #popupcontent h4,
#ficheproduit p, #ficheproduit h1, #ficheproduit h2, #ficheproduit h3, #ficheproduit h4,
#recettedetail p, #recettedetail h1, #recettedetail h2, #recettedetail h3, #recettedetail h4
 {
	margin: 0;
}


/*************** MENU DEROULANT **************/

#menubas {
padding-top:12px;
padding-left: 50px;
font-size: 9px;
color:#b4a370;
width:450px;
margin:auto;
}

#menubas a{
color:#b4a370;
}

#menubas a:hover{
color:#b4a370;
}


#menu {	
	left:140px;
	margin:auto;
	position:relative;
	top:135px;
	z-index:10
}


#menu img {
	vertical-align:bottom;
}


#menu ul {
	list-style:none;
	list-style-position:outside;
	padding:0;
	margin: auto;
}

#menu li {
	float: left;
	position:relative;
	font-size: 0.95em;
	z-index: 10;
	margin: 0;
}

#menu li a {
	text-decoration:none;
	display: block;
	padding: 0;
	margin: 0;
}

#menu li a:hover {
	text-decoration:none;	
}

#menu ul li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: 15px;
	width: 200px;
	z-index: 11;
	text-align:left;
/*	border-top: solid 1px #910002;
	border-left:solid 1px #910002;
	border-right:solid 1px #910002;
*/}
#menu ul li ul li {
	float: none;
	margin: 0;
/*	border-bottom: solid 1px #910002;
*/}
#menu li:hover>ul {
	display: block;
}


#menu ul li ul li a {
	padding: 5px 7px;
	font-weight:normal;
	border: none;
	height:auto;
	float: none;
	display:block;
	background-color:#bcb188;
	color: #924800;
}
#menu  ul li ul li a:hover {
	background-color:#bcb188;
	color:#352e19;
}


#menuboutique {	
	margin:auto;
	width:180;
	font-weight: bold;
	font-size:10px;	
}

#menuboutique a {
	text-decoration:none;
	color: #625632;
	font-weight: bold;
	font-size:10px;	
}

#menumboutique a:hover {
	text-decoration:none;
	color: #625632;
	font-weight: bold;	
}

#menuboutique ul {
	list-style:none;
	list-style-position:outside;
	padding:0;
	margin: auto;
}

#menuboutique li {
	float: left;
	position:relative;
	font-size: 10px;
	z-index: 10;
	margin: 0;
}

#menuboutique ul li {
	padding: 5px 0px;
	padding-right: 5px;
	font-weight:bold;
	position: relative;
	width: 165px;
	z-index:2;
}
	
#menuboutique ul li ul {
	display: none;
	position: absolute;
	left: 100%;
	width: 200px;
	top:-1px;
	z-index: 11;
	text-align:left;
	background-color:#bcb188;
	padding: 0;
	margin: 0;
	height:auto;

}

#menuboutique ul li ul a {
	display:block;
	padding: 0px 0;
	padding-left: 5px;
	font-weight:normal;
	background-color:#bcb188;
	color: #924800;
}

#menuboutique  ul li ul  a:hover {
	background-color:#bcb188;
	color:#352e19;
}


#menuboutique li:hover>ul {
	display: block;
}




/*************** Pagination **************/

#zonepagination {
	margin: auto;
	text-align:center;
	color:#625632;
	font-size:10px;
	padding-bottom:10px;
}

/******** POPUP ********/

#popup {
	/* obligatoire */
	position: absolute; left: 0px; top: 0px;
	/*top:130px !important;*/
	top:200px !important;
	visibility:hidden;
	z-index:20;
	width: auto;
	margin: auto;
	/*width:500px; 
	height:310px;*/
	/* /obligatoire */
	border: 1px solid #625632;
	background-color:#f1e8c9;
}

#popup #boutonfermer {
	position: absolute; right: 5px; top: 5px;
	/*float:right;*/
	cursor:pointer;
}

#popupbar {
	background-color:#f1e8c9; 
	/*background-image:url(/image/barre_popup_fond.gif);*/
	/*height: 22px;*/	/* ne pas donner de hauteur à cette barre sous peine de voir le background disparaitre sous IE(7) */
	/* il faudra donc toujours avoir une image en non-absolu placée dans la div */
	color: white;
	font-size: 0.8em;
}

#popupbar img {
	vertical-align:bottom;
}

#popupcontent {
	background-color:#f1e8c9; 
	/*margin-top: 20px;*/
	padding: 5px;
}

#popupclosebutton {
	width: 15px; height: 15px; 
	background: white; 
	position: absolute; 
	right: 0; top: 0; 
	cursor: pointer;
}

/********** CSS POUR LA ZONE SCROLLABLE (POPUP PRODUIT) *********/


.dhtmlgoodies_scrolldiv {
	/* The total width of the scrolling div including scrollbar */
	width:511px;
	height:310px;	/* The height of the scrolling div */
	margin: 0;
	padding: 0;
}
.scrolldiv_parentContainer {
	width:500px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	/*border:1px solid #BC8FBD;*/
	/*float:left;*/
	position:relative;
}

/*
CSS for the scrolling content 
*/
.scrolldiv_content {
	position:relative;
	/*padding: 0 10px;*/
}

/*
The scrollbar slider (the whole bar with arrows and scrolling part)
*/
.scrolldiv_slider {
	width:9px;
	margin-left:2px;
	height:270px;
}

/*
The scrollbar (The bar between the up and down arrow )
*/
.scrolldiv_scrollbar{
	width:9px;
	height:230px;	/* Total height - 40 pixels */
	position:relative;
	background-image:url(/image/filet_curseur.gif);
}
/*
The scrollbar handle
*/
.scrolldiv_theScroll{
	/*margin:1px;*/
	width:9px;
	height:10px;
	/*background-color:#BC8FBD;*/
	background-color:transparent;
	background-image:url(/image/curseur.gif);
	position:absolute;	
	top:0px;
	left:0px;
	cursor:pointer;
}
/*
Scroll buttons(The up and down arrows)
*/
.scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:9px;
	height:16px;
	/*border:1px solid #BC8FBD;*/
	color: #BC8FBD;
	text-align:center;
	font-size:16px;
	line-height:16px;
	cursor:pointer;
	/*margin: auto;*/
}
.scrolldiv_scrollUp img,#scrolldiv_scrollDown img{
	margin: auto;
}
.scrolldiv_scrollUp{
	margin-bottom:2px;
}
.scrolldiv_scrollDown{
	margin-top:2px;
}
.scrolldiv_scrollDown span,#scrolldiv_scrollUp span{
	font-family: Symbol;
}
