/* TABLE DES MATIÈRES:
	- Générale (body, html, h1, h2, ...)
	- Conteneur
	- Headers
	- Menu Top
	- Menu Gauche
	- A Enlever
	- Contenu pas encore modifié
----------------------------------------------------------------------------------------*/
/* GÉNÉRAL
--------------------------------------------------------------------------------------- */
	body {
	behavior: url("layout/8/inc/csshover.htc");
}
	html {
	font-family: Arial;
	font-size: 11px;
	color: #827445;
}
	body#main {
	background: #FFF url(gx/body_bg.gif);
	margin: 0 auto;
	padding: 0px;
	text-align: center;
}
	#wrapper {
	background: #FFF url(gx/conteneur_bg.gif) repeat-y;
	float: left;
	width: 770px;
}
	h1 {
	color: #EA2D5B;
	font-size: 20px;
	text-align: left;
	font-weight: normal;
}

/* CONTENEUR
--------------------------------------------------------------------------------------- */
	#container {
	position: relative;
	width: 770px;
	margin:0 auto;
	text-align: center;
}
	#content {
	margin-top: 10px;
	background: #FAF6DB url(gx/content_bg.gif) no-repeat left bottom;
	text-align: justify;
	float: left;
	width: 520px;
	margin-bottom:40px;
}
	#content h1 {
	padding-left: 30px;
	padding-top: 10px;
	background: url(gx/h1_bg.gif) no-repeat left top;
	margin: 0;
}
 	#content p {
	margin: 20px;
}
	a img { 
	border: none;
}
	a:link, a:visited{
	color: #000;
	font-weight: normal;
	text-decoration: none;	
}
	a:hover{
	color: #029EC8;
	text-decoration: none;	
	cursor: pointer;
}

/* HEADERS
--------------------------------------------------------------------------------------- */
	#headers{
	background: #FFF url(gx/header_bg.gif) no-repeat left bottom;
	margin: 0 auto 0 auto;
	width:750px;
	height: 172px;
	text-align: left;
}
	#headers a img#logo{
	float: left;
}
	#logo{
	margin: 19px 0 0 13px;
}
	#panier{
	height: 19px;
	width: 340px;
	/*width: 385px;*/
	float: right;
}
	#panier div{
	background: transparent url(Gx/bg_panier.gif) repeat-x top left;
	height: 19px;
	line-height: 19px;
	color: #565656;
	float: right;
}	
	#panier img{
	border: none; 
	float: right;
}
	#links{
	float: left;
	position: absolute;
	left: 265px;
	width: 173px;
	height: 64px;
	background: url(gx/vegetal.gif) no-repeat left top;
}

/* MENU TOP
--------------------------------------------------------------------------------------- */
	#piedPage{
	color: #FFF;
	position: absolute;
	left: 250px;
	top: 70px;
}
	#piedPage a , #piedPage a:link , #piedPage a:visited{
	font-family: arial;
	font-size: 11px;
	color: #000;
	margin: 0 10px 0 0;
	text-decoration: none;
	font-variant: caps;
}
	#piedPage a:hover, #piedPage a:visited:hover{
	color: #029EC8;
}
	#piedPage a.actif:visited, #piedPage a.actif{
	color: #029EC8;
	background: url(gx/menu_icone.gif) no-repeat center 12px;
}

/* MENU GAUCHE
--------------------------------------------------------------------------------------- */
	#menu{
	text-align: left;
	float: left;
	width: 217px;
	padding: 0 0 151px 0;
	margin: 0 10px 5px 0;
	background: url(gx/menu_bg.gif) no-repeat 35px bottom;
}

	#menu ul{
	padding: 0;
	margin: 0;
	list-style-type: none;
}

	#menu ul li{
	padding: 5px 0 5px 0;
	margin: 0 0 0 35px;
	background: url(gx/menu_li.gif) no-repeat 12px top;
}
	#menu ul li ul li{
	background: none;
}

	#menu ul li a, #menu ul li a:link, #menu ul li a:visited{
	font-family: arial;
	font-size: 12px;
	margin: 0;
	color: #917F44;
	text-decoration: none;
}
	#menu ul li:hover {
	padding: 5px 0 0 0;
	border-bottom: 5px solid #EAE2AF;
}

	#menu ul li a.actif:visited, #menu ul li a.actif{
	color: #029EC8;
}

/* Invisible
--------------------------------------------------------------------------------------- */

	#links img {
	position:absolute;
	left:-999px;
	top:-999px;
}
	h1 strong {
	position:absolute;
	left:-999px;
	top:-999px;

}
	#menu img{
	position:absolute;
	left:-999px;
	top:-999px;

}
	#menu ul li a strong{
	position:absolute;
	left:-999px;
	top:-999px;

}





 /*						LISTE SIMPLE						*/

	.simple {
	width: 179px;
	float: left;
	text-align: left;
	margin: 0 20px;
}
	.simple .txtdiv {
	text-align: center;
	font-weight: bold;
	margin: 0 5px 0 0;
	display: block;
	padding: 0px 8px;
	border: 5px solid #F8F2C9;
	height: 190px;
}	
	.simple .imgdiv {
	text-align: center;
	background: #F8F2C9;
	width: 165px;
	height: 190px;
}		
	.simple .imgdiv img {	
	WIDTH : 155px;
	/*height:180px;*/
	border: 5px solid #F8F2C9;
	margin: 0 auto;
}
	.simple em {
	font-style: normal;
	color: #AC1E15;
}
	.simple strong.arrows {
	color: #000;
}
	.simple a:link, .simple a:visited {
	color: #000;
	width: 170px;
	cursor: pointer;
	text-decoration: none;	
	display: block;
}
	.simple a:hover {
	color: #10B3D2;
	text-decoration: none;
}
	.simple a:hover img {
	border: 5px solid #10B3D2;
}
	.simple a:hover .imgdiv {
	background: #10B3D2;
}	
	.simple a:hover .txtdiv {
	border: 5px solid #10B3D2;
}		
	.simple a:hover em {
	color: #FFFEFD;
}	
	.simple a:hover strong.arrows {
	color: #ff0e00;
}

/*						DETAILS						*/

	.detail {
	color: #000;
	padding:5px;

	}

	.detail h2 {
	font-family: arial;
	/*background: #95B524 url(Gx/100/detail_top.gif) no-repeat top left;*/
	border-bottom: 1px solid #EAE2AF;
	display: block;
	margin: 10px 0 0 0;
	_margin: 0px 0 0 0;
	padding: 0px 0 3px 0px;
	/*font-weight: bold;*/
	font-weight: normal;
	font-size: 20px;
	color: #000;
}
	.detail h3 {
	display: block;
	margin: 0 0 5px 0; 
	padding: 2px 0 2px 0;
	font-weight: bold;
	font-size: 13px;
	color: #000;
	border-bottom: 1px solid #fdfef3;
}	
	.detail a.thumb:link, .detail a.thumb:visited {
	display: block;
	float: left;
	border: 5px solid #EAE2AF;	
	margin: 0 5px 10px 0;
}
	.detail a.thumb:hover {
	border: 5px solid #EAE2AF;
}
	.detail a.thumb img {
	border: none;
}
	.detail .photo {
	border: 5px solid #EAE2AF;	
	margin: 0 1px 10px 8px;
	_margin:  0 1px 10px 5px;
 	float: left;
}
	.detail .imgdiv {
	text-align: center;
	background: #EAE2AF;
	width: 50px;
	height: 74px;
}		
	.detail .imgdiv img {	
	/*WIDTH : 50px; PAR 74px */
	border: 5px solid #EAE2AF;
	margin: 0 auto;
}
	.detail img {
	display: block;
}
	.detail .texte {
	color: #0a0a0a;
	float: right;
	width: 210px;
	margin:5px;
}
	.detail .texte div {
	border: 1px solid #EAE2AF;
	padding: 5px 8px;
}
	.detail a.btn, .detail a.btn:link, .detail a.btn:visited {
	background: #EAE2AF; 
	display: block; 
	color: #000; 
	font-weight: bold; 
	text-align: center; 
	padding: 5px 0px;
	margin: 8px 0 0 0;
	text-decoration: none;
}
	.detail a.btn:hover {
	color: #FFF; 
	background: #10B3D2;
	text-decoration: none;
}
/* css pour le popUp de la photo du produit */
/* LIGHTBOX CONTROL */
#lightbox { padding:20px 20px 5px 20px; background-color:#898989; }
#lightboxDetails { padding-top:5px; }	
#lightboxCaption { float:left; color:#fff; font-size:12px;font-weight:bold }
#keyboardMsg { float:right; }
#keyboardMsg a { color:#fff; font-size:11px; text-decoration:none; letter-spacing:2px; text-transform:uppercase; font-weight:bold; }
#lightbox img { border:none; } 

div#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	/*background-color: #d48bc9; */
	filter:alpha(opacity=30);
	-moz-opacity: 0.3;
	opacity: 0.3;
}
div#loadingDivImage{
	/*display: none;*/
}
img#loadingImage{
	/*width: 32px;
	height: 32px;*/
	/*background: #FFF;*/
	/*border: 1px solid #000;*/
}
/* couleur conter popup produit lightbox */

/* couleur du fond tranparent */
#overlay{
	background: #333333; 
}
#immeubles_print{
	display:none;
}