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

#global {
	margin: auto;
	top:0px;
	/*background-image:url(/image/fond_vert.jpg);*/
	background-repeat:no-repeat;
	background-position: top center;
	position:relative;
}

#zhaut {
	margin:auto;
	position:relative;
	z-index:1;
}

#logo {
	margin:auto;
	position:relative;
	width:261px;
}

#zglobalcontenu {
	width:904px;
	margin:auto;
	position:relative;
}

#zcontenu {
    padding-top:20px;
	width:904px;
	z-index:0;
	/*background-color:#FF0000;*/
	margin:auto;
	position:relative;
}

#znews {
width:425px;
height:150px;
background-image:url(/image/fond_news.gif);
background-repeat:repeat-y;
padding:15px 15px 0px 15px;
}

#menuhaut {
	position:absolute;
	right:0;
	top:70px;
	width:200px;
}

.menuprincipal {
	/*margin:auto;*/
	/*position:relative;*/
	/*padding-bottom:20px;*/
}

.menuprincipal a {
	font-size: 12px;
	color:#1a171b;
	text-decoration:none;
}

.menuprincipal a:hover {
	font-size: 12px;
	color:#1a171b;	
	text-decoration:underline;
}

#menurapide {
	margin:auto;
	position:relative;
	top:5px;
	width:470px;
}

#menurapide a {
	font-size: 15px;
	color:#1a171b;
	font-weight:bold;
	text-decoration:none;
}

#menurapide a:hover {
	font-size: 15px;
	color:#1a171b;
	font-weight:bold;	
	text-decoration:underline;
}


#menubas {
    padding-top:20px;
	text-align:center;
	width:904px;
	/*background-color:#FF0000;*/
	margin:auto;
	position:relative;
	font-size: 9px;
	color:#777;
}

#menubas a {
	font-size: 9px;
	color:#777;
	text-decoration:none;
}

#menubas a:hover {
	font-size: 9px;
	color: #777;	
	text-decoration:underline;
}

#recherche {
position:absolute;
right:0;
top:25px;
width:200px;
}


#filariane {
	font-size: 10px;
	color: #777;
	padding-bottom:20px;
	padding-top:10px;
	width: 722px;
}
#filariane a {
	color: #777;
	text-decoration:underline;
}

#filariane a:hover {
	color: #777;	
	text-decoration:underline;
}


.tableau {
border:none;
}

.tableau td {
padding-bottom:10px;
}
/*
.tableau tr {
}*/


/******* TEMPLATES *********/

.contenutd
{
	padding-bottom:20px;
	border-left:#9cc346 solid 1px; 
	padding-left:15px; 
	padding-right:15px;
}



/************* 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,
#actuaccueilcontenu p ,#actuaccueilcontenu h2 
 {
	margin: 0;
}


/*************** MENU DEROULANT **************/
/*#menuhaut {	
	position:absolute;
	top: 60px;
	z-index:9;
	right:2px;
	//width:140px;
	//padding-left:30px;
}*/

/*#menuhaut ul img {
	vertical-align:center
}*/

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

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

#menuhaut ul li {
	position: relative;
	width: 50px;
	z-index:4;
	text-align:left;
}
	
#menuhaut ul li ul {
	display: none;
	position: absolute;
	//border:#848484 solid 1px;
	top:35px;
	right:-2px;
	z-index: 11;
	text-align:left;
	//background-color:#FFF;
	margin: 0px;
	height:auto;
	width:70px;
	//padding-left:30px;
}

#menuhaut ul li ul li {
	width:100px;
}

#menuhaut ul li ul li a {
    font-size:10px;
    padding: 5px;
	display:block;
	font-weight:normal;
	//background-color:#A7AEB2;
	color: #777;
	text-decoration:none;
}

#menuhaut  ul li ul li a:hover {
    font-size:10px;
	//background-color:#FFF;
	color:#777;
	text-decoration:none;
}


#menuhaut li:hover>ul {
	display: block;
}*/

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

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

#pagination a {
text-decoration:none
}

#pagination a:hover {
text-decoration:none
}

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

#popup {
	/* obligatoire */
	position: absolute; left: 0px; top: 0px;
	top:220px !important;
	left:420px !important;
	visibility:hidden;
	z-index:20;
	width: auto;
	margin: auto;
	width:470px; 
	height:221px;
	/* /obligatoire */
	border: 1px solid #848484;
	background-color:#E1E5E8;
}

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

#popupbar {
padding-bottom:20px;

	/*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;
	background-color:#E1E5E8;

}

#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;
}

/* questionnaire */
.question{
padding: 10px 0px
}

.questiontitre
{
font-weight:bold;
color: #f49e13;
padding-left:5px;
padding-bottom:5px;
}
