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

#global {
	margin: auto;
	width: 922px;  /* temporaire : à affiner */
	
	position:relative;
}

#logo {
	position: absolute;
	top: 35px;
	left: 15px;
}

#menuimage{
	position: absolute;
	top: 20px;
	right: 35px;
}

#contenu_insti ul {
	list-style-position:inside;
	margin-top: 0.5em;
}

#haut {
	background:url(/image/top.jpg);
	width: 922px; height: 161px;
}

#ariane {
	margin-bottom: 2em;
}

#milieu {
	margin-bottom: 10px;
}

#bas {
	font-size: 0.9em;
	color: #292931;
}
#bas a {
	color: #292931;
}



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





/************* 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 **************/


#menu {	
	position:absolute;
	right: 0px;
	z-index:10;
	width: 447px;
}


#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;
	font-size:1.2em;
}

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

#menu ul li ul {
	display: none;
	position: absolute;
	top: 35px;
	left: -1px;
	width: 170px;
	z-index: 11;
	text-align:left;
	
	/*border: 1px solid #ea7271;*/
	/*border-top: none;*/
}
#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 15px;
	font-weight:normal;
	border: none;
	height:auto;
	float: none;
	display:block;
	background-color:#e2e3fd;
	color: #292931;
}
#menu  ul li ul li a:hover {
	background-color: #b3b5fd;
	color: #0408b1;
}


#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;
	/*top:300px !important;*/
	/*left:334px !important;*/
	visibility:hidden;
	z-index:20;
	width: auto;
	margin: auto;

	/* /obligatoire */
	border: 1px solid #767676;
	background-color:#FFFFFF;
	background-image:url(image/bandeau_fond_popup.jpg);
	background-repeat:repeat-x;
}

#titrepopup {
	color:#646466;
	font-weight:bold;
	font-size:16px;
	padding-top:3px;
	padding-bottom:15px;
}

#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;*/
	z-index:2;
}

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