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

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

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

/*.sousnav {
	background-image:url(/image/top_sous_nav.jpg);
	background-repeat:no-repeat;
	background-position:center;
	position: relative;
	height:31px;
	width:981px; 
	margin:auto;
}*/

.centre {
	background-image:url(/image/fond_contenu_ext.jpg);
	background-repeat:repeat-y;
	background-position:center;
	position:relative;
	width:981px;
	margin:auto;
}


.filariane {
	/*padding-left: 60px;*/
	padding-bottom: 10px;
	/*position: relative; 
	width:870px; 
	margin:auto;*/
	margin-left:61px;
	font-size:10px;
}

#contenuzone {
    position: relative; 
	margin: auto; 
	width: 870px;
}

.zonegauche {
	border-top:#910002 solid 1px; 
	padding-top:11px;
}



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



.topimages img {
	vertical-align:bottom;
}



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



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



#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
 {
	margin: 0;
}


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

#menubas {
padding-top:12px;
padding-left: 50px;
font-size: 10px;

}

#menubas a{
color:#060202;
}

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


#menu {	
	margin: auto;
	position:relative;
}

#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: 31px;
	left: 18px;
	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:#979797;
	color: #FFFFFF;
}
#menu ul li ul li a:hover {
	background-color:#fff;
	color:#910002;
}




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

#zonepagination {
	margin: auto;
	text-align:center;
	color: #910002;
	font-size:11px;
	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 #910002;
	background-color:#979797;
}

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

#popupbar {
	background-color:#979797; 
	/*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:#979797; 
	/*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;
}
