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

#global {
	margin: auto;
	width: 966px;
}

#menutop {
	position:absolute; 
	left: 200px; 
	top: 28px;
	width: 500px;
	color: #F1E4C2;
}
#menutop a {
	color: #F1E4C2;
}

#menugauche {
	margin-left: 15px;
}

#menuprincipal {
background-image:url(/image/nav_fond.jpg);
padding-left:5px;
width:674px;
height:29px;
}

#menuprincipal img {
	vertical-align:bottom;
}

#menubottom {
	width: 944px; 
	margin-top: 5px; 
	margin-left: 40px;
	color: #F1E4C2;
}
#menubottom a {
	color: #F1E4C2;
}

#groupecoords {
	margin: 10px 20px 10px 50px;
}

#filariane {
	margin: 10px;
}

#tdmain {
	background-image:url(/image/contenu_fond.jpg); 
	background-repeat:repeat-y;
	background-position: 0px 29px;
}

#contenu, #contenu_bas {
	margin: 10px;
	margin-right: 40px;
}

.newspic {
	float: right; margin-left: 3px;
}

.date {
	margin-top: 1em !important;
	margin-bottom: 1em !important;
}

.imageproduit {
	float: left;
	margin-right: 10px;
}

.hautdepage {
	float: right;
	/*display:none;*/
}
/*.actubrique {
	background-color:#FFFFCC;
	border: 1px solid #00FF66;
}
.brique {
	background-color:#FF9999;
	border: 1px solid yellow;
}*/

#rendertime, #pageid {
	color: white !important;
}

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

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


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

#menu {
}


#menu ul {
	list-style:none;
	list-style-position:outside;
	padding:0;
	margin: 0;
	/*margin-left: 11px;*/
}
#menu li {
	float: left;
	position:relative;
	font-size: 0.95em;
	z-index: 10;
	/*border: 1px solid red;*/
}

#menu li a {
	/*color: #FFFFFF;*/
	padding: 0;
	margin: 0;
	/*border-right: dotted 1px #c4bed4;*/
	letter-spacing: 1px;
	display: block;
	height: 19px;
	float: left;
}
#menu li a:hover {
	color: black;
	background-color:white;
	background-image:url(/image/_fond_menu_select.gif);
	background-repeat:repeat-x;
	text-decoration:none;
	
}


#menu ul li ul {
	display: none;
	position: absolute;
	top: 29px;
	left: -1px;
	background-color:#F1E4C2;
	border: 1px solid #CBD3E7;
	width: 200px;
	z-index: 5;
}
#menu ul li ul li {
	float: none;
	margin: 0;
}
#menu li:hover>ul {
	display: block;
}


#menu ul li ul li a {
	padding: 5px 7px;
	font-weight:normal;
	border: none;
	height:auto;
	float: none;
}
#menu ul li ul li a:hover {
	background-image:none;
}

#menu ul li ul li ul {
	/*background-color:white;*/
	color: black;
	left: 200px;
	top: 0px;
}

#menu ul li ul li ul li a {
	padding: 4px 5px;
}


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

#popup {
	/* obligatoire */
	position: absolute; left: 0px; top: 0px;
	visibility:hidden;
	z-index:20;
	width: auto;
	margin: auto;
	/* /obligatoire */
	
	background-color: #f6faff;
	border: 1px solid #393939;
	
	background-color:#E6CCB3;
	border:#B0232A solid 1px;
}

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

#popupbar {
	background-color:#990000; 
	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:white;*/
	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 (LISTING PRODUITS) *********/


/*#produit_scrolldiv{
	margin: 0;
	padding: 0;
}*/

#dhtmlgoodies_scrolldiv {
	/*border: 1px solid green;*/
}

#scrolldiv_parentContainer{
	width:190px;	/* Width of the scrolling text */
	height:100%;
	overflow:hidden;
	/*border:1px solid #BC8FBD;*/
	/*float:left;*/
	position:relative;
	padding-right: 5px;
	
}

/*
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:17px;
	/*margin-left:2px;*/
	height:500px;
}

/*
The scrollbar (The bar between the up and down arrow )
*/
#scrolldiv_scrollbar{
	width:17px;
	height:460px;	/* Total height - 40 pixels */
	position:relative;
	background-image:url(/image/fond_scroll.gif);
}
/*
The scrollbar handle
*/
#scrolldiv_theScroll{
	/*margin:1px;*/
	width:11px;
	height:11px;
	/*background-color:#BC8FBD;*/
	/*background-color:none;*/
	background-image:url(/image/scroll_curseur.gif);
	position:absolute;	
	top:0px;
	left:3px;
	cursor:pointer;
}
/*
Scroll buttons(The up and down arrows)
*/
#scrolldiv_scrollUp,#scrolldiv_scrollDown{
	width:17px;
	height:17px;
	/*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;
}

#langue {
height:20px;
position:absolute;
top:30px;
left:895px;
width:70px;
}

#recherche {
height:20px;
left:980px;
position:absolute;
top:143px;
width:150px;
}