body{
	margin: 0;
	padding: 0;
	background: url(gx/bg.gif);
}
html{
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	/* le font size dans le html ou body fonctionne pas dans IE5, seulement le font-family */
	/*	font-size: 0.7em; tag dans table#main */ 
	color: #7B6A4A;
}
img{
	border: none;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

a, a:link, a:visited{
	text-decoration: none;
	color: #9F4D2D;
}
a:hover, a:visited:hover{
	text-decoration: underline;
}

.clearfix:after {
   content: "."; 
   display: block; 
   height: 0; 
   clear: both; 
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */

form input{
	font-size:  11px;
	padding: 3px;
	color: #3E7F39;
	border: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 4px;
}
form .checkbox{
	border: 0px;
	margin-bottom: 0px;
}
form input:focus, form .formFocus{
	background-color: #F3F3F3;
}
form select{
	font-size: 11px;
	color: #FFF;
	background-color: #088C08;
}
form select:hover, form select:focus{
	background-color: #2E632B;
}
form textarea{
	font-family: "trebuchet ms", tahoma, arial, sans-serif;
	font-size: 12px;
	padding: 3px;
	color: #3E7F39;
	border: 1px solid #000;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	margin-bottom: 4px;
}
form textarea:focus{
	background-color: #F3F3F3;
}
form .search{
	background-color: #9F4D2D;
	width: 200px;
}
form .search:hover{
	background-color: #723721;
}
form .boutonSubmit{
	background: #E2E2E2;
	color: #3E7F39;
	font-weight: bold;
	padding: 1px;
	margin: 4px 0 0 0;
	border-color: #3E7F39;
}
form .boutonSubmit:hover{
	background: #000;
	color: #FFF;
	border-color: #000;
}
form .button{ border: none; }
form .bouton2{ border: none; margin: 0; padding: 0; }

table#main{
	padding: 0;
	margin: 0 auto 0 auto;
	background: #FFF;
 	width: 750px;
	_margin: -23px auto 0 auto;
}

#topDate{
	text-align: right;
	background: url(gx/m/bg_haut.gif) repeat-x;
}

#topDate #textControle{
	float: left;
	height: 16px;
	margin: 0 0 0 15px;
}
#topDate #textControle img{
	margin: 0 4px 0 0;
}

div#rond{
	position: relative;	
	z-index: 10;
	height: 0px;
	left: 215px;
	top: 133px;
	float: left;
}

*html div#rond{
	position: relative;	
	z-index: 10;
	height: 0px;
	left: 215px;
	top: 133px;
	float: none;
	/* bug pour explorer pour le positionement relatif du rond;
	   doit rajouter de la hauteur, Mozilla ignore cette regle */
	<!-- top: 157px; -->
}

table#nav{
	margin: 23px 0 0 13px;
}
#nav td{
	height: 23px;
	background: url(gx/h3_bg.gif) repeat-x top;	
}
#nav a, #nav a:link, #nav a:visited{
	text-decoration: none;
	color: #FFF;
}
#nav a:hover, #nav a:visited:hover{
	text-decoration: underline;
}
#nav a.actif, #nav a.actif:link, #nav a.actif:visited{
	font-weight: bold;
}

#nav h3{
	background: url(gx/h3_bg.gif) repeat-x top;
	color: #FFF;
	font-size: 10px;
	height: 18px;
	padding: 5px 0 0 0;
	margin: 0;
	font-weight: normal;
}

#nav strong{
	text-decoration: none;
	font-weight: bold;
}


#menu{
	background: url(gx/m/bg_menu.gif) repeat-x top;
	border-top: 2px solid #FFF;
	width: 225px;
	height: 500px;
}
#menu a, #menu a:link, #menu a:visited{
	font-size: 0.9em;
	text-decoration: none;
	color: #000;
	padding: 0;
	margin: 0;
}
#menu a:hover, #menu a:visited:hover{
	color: #3E7F39;
}
#menu a.actif, #menu a.actif:link, #menu a.actif:visited, #menu a.actif b{
	font-weight: bold;
	color: #3E7F39;
}
#menu b{
	font-weight: normal;
	border-bottom: 1px solid #BFBCB1;
}
#menu ul{
	list-style: none;
	width: 187px;
	margin: 0 0 0 19px;
	padding: 17px 0 0 0;	
}
#menu ul li{
	padding: 4px 0 4px 0;
}
#menu ul li.actif, #menu ul li:hover{
	background: url(gx/m/fleche.gif) no-repeat right top;
	padding: 4px 0 4px 0;
}
#menu ul li ul{
	width: 170px;
	font-size: 0.7em;
	margin: 8px 0 5px 17px;
	padding: 0 0 0 0;
	border-bottom: 1px solid #F9F6F2;;
}
#menu ul li ul li{
	padding: 3px;
	border-top: 1px solid #F9F6F2;
}
#menu ul li ul li:hover{
	padding: 3px;
	background: url(gx/m/bg_sousMenu_over.png) repeat-y;
}
#menu ul li.off{
	background: url(gx/m/dot_off.gif) no-repeat top;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	font-size: 0px;
	line-height: 1px; 
	/* le \ est la pour que seulement Mozilla lise cette rule
	   IE5 n'aime pas avoir des hauteur sur des <li> IE ignore cette regle */
	heig\ht: 1px; 
}
#menu ul li.on{
	background: url(gx/m/dot_on.gif) no-repeat top;
	padding: 0 0 0 0;
	margin: 0 0 0 0; 
	font-size: 0px; 
	line-height: 1px;
	/* le \ est la pour que seulement Mozilla lise cette rule
	   IE5 n'aime pas avoir des hauteur sur des <li> IE ignore cette regle */
	heig\ht: 1px;
}

#login h5{
	color: #fff;
	font-size: 10px;
	padding: 2px 0 3px 9px;
	margin: 0 0 1px 0;
	background: #3E7F39;
}

#login #form{
	background: #B6CDB6;
	color: #000;
	font-size: 11px;
	padding: 2px 0 0 9px;
}

#boite h1, #recherche h1{
	color: #fff;
	font-size: 10px;
	padding: 2px 0 3px 9px;
	margin: 0 0 1px 0;
	background: #9F4D2D;
}

div#texteContainer{
	width: auto;
	margin: 5px 20px 0 21px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 160%;
}
div#texteNew{
	width: auto;
	margin: 5px 14px 0 0px;
	text-align: justify;
	font-size: 0.7em;
	line-height: 160%;
}
#texteContainer h2{
	font-size: 110%;
	border-bottom: 1px solid #3E7F39;
	border-top: 1px solid #3E7F39;
	color: #088C08;
	padding: 2px 0px 0px 0px;
	margin: 10px 0px 5px 0px;
}
#texteContainer h4{
	font-size: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #9F4D2D;
}
#texteContainer ul{
	width: auto;
	color: #7B6A4A;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
	list-style: none;
}
#texteNew ul{
	width: 180px;
	color: #7B6A4A;
}
#texteNew ul li{
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
}

#texteContainer ul li{
	border-bottom: 1px solid #3E7F39;
	padding: 0 0 5px 15px;
	margin: 5px 0 0 0;
	background:  url(gx/li_fleche.gif) no-repeat left top;
}

/* search */
.gauche{
	background: #F0E8DA url(gx/200/bg_gauche.gif) no-repeat bottom left;
}

.titre{ padding: 5px 10px 5px 10px; background: transparent; font-weight: bold; }
.check_gauche{ background: transparent; padding: 0 5px 5px 10px; }
.check_droite{ background: transparent; padding: 0 5px 5px 5px; }
.bottom_gauche{ background: transparent url(Gx/200/boite_bas.gif) no-repeat bottom left; padding: 0 5px 5px 10px; }
.bottom_droite{ background: transparent url(Gx/200/boite_bas.gif) no-repeat bottom right; padding: 0 5px 5px 5px; }

.centre1{
	background: transparent;
}
.centre1 form{
	margin: 2px 0 0 0;
	padding: 0;
}
.centre1 form select{
	margin: 0 0 5px 0;
	width: 200px;
	padding: 0;
}
.centre2{
	padding: 0 0 0 10px;
	background: url(gx/200/bg_search.gif) no-repeat bottom right;
}
.centre2 form select{
	margin: 0 0 5px 0;
	width: 200px;
}

#result{
	margin: 0;
	width: 469px;
}
#result h4{
	background: url(gx/200/result_bg_h4.jpg) no-repeat left top;
	width: 469px;
	/*margin: 0 5px 0 0;*/
	padding: 4px 0 4px 0;
	color: #FFF;
	font-size: 10px;
}
#result h4 strong{
	padding: 0 0 0 5px;
}
#result h4 em{
	color: #FFF;
	padding: 0 0 0 15px;
	margin: 0 0 0 5px;
	font-style: normal;
	background: url(gx/200/icon_location.gif) no-repeat left center;
}
#result .desc{
	background: #ECE8D8 url(gx/200/result_bg.gif) repeat-x;
	padding: 3px 7px 5px 7px;
}
#result .desc h5{
	font-size: 100%;
	display: block;
	background: none;
	padding: 0;
	margin: 4px 0 0 0;
	color: #000;
}

#result img.thumb{
	float: right;
	/*border-left: 2px solid #FFF;*/
	margin: 5px 0px 5px 0px;
	padding: 10px;
	border: 1px solid #BFBCB1;
	background: transparent;
}
#result img.thumb:hover{
	background: #D5D2C9;
	border: 1px solid #088C08;
}

#result #photoLarge{
	background: #FFF;
	margin: 10px 0 0 0;
	text-align: center;
}

#result #photoLarge img.big{
	margin: 10px;
	text-align: center;
}
#result #photoThumb{
	background: #FFF;
	padding: 4px 30px 4px 30px;
	text-align: center;
}
#result #photoThumb img{
	padding-right:6px;
	padding-bottom:4px;
	display: inline;
}



.news, .liens{
	border-bottom: 1px solid #3E7F39;
	padding: 0 0 5px 0;
	margin: 5px 0 0 0;
}


table#calcul{
	border-top: 1px solid #BFBCB1;
	border-left: 1px solid #BFBCB1;	
}
table#calcul td{
	border-bottom: 1px solid #BFBCB1;
	border-right: 1px solid #BFBCB1;
	padding: 5px;
}
table#calcul .submit{
	padding: 5px 42px 8px 0;
}
table#calcul form{
	margin: 0;
	padding: 0;
}
table#calculResult{
	padding: 4px;
}
table#calculResult #top{
	background: #088C08;
	color: #FFF;
	font-size: 14px;
	padding: 7px;
}
table#calculResult #row{
	background: #ECE7D7;
	color: #796745;
	font-size: 10px;
	line-height: 13px;
	padding: 3px 0 3px 0;
}

.footer{
	background: url(gx/m/bg_footer.gif);
	height: 4px;
}

.texteFooter
{
	font-size: 10px;
	color: #796745;
}

.date{
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: #796745;
}
#Map{
	font-size: 10px;
	font-weight: bold;
	color: #796745;
	background: #F9F7F2;
}
#Map img{
	margin-bottom: 4px;
}
#Map form{
	margin: 5px 0 5px 0;
}

#logoPrint{

    display: none;

	
}

.error{
	font-size: 10px;
	color: Red;
	line-height: 10px;
	margin: 0 0 5px 0;
	padding: 0 0 0 10px;
	background: url(gx/error.gif) no-repeat left;
}

#recherche{ background: #F0E8DA url(Gx/200/bg_search.gif) no-repeat center right; margin-top: 10px; }
#recherche .blanc{ background: #FFFFFF; }
#recherche strong{ color: #3E7F39; font-weight: normal; }
/* 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;
}
