/* CSS Document */
body { 
	margin:0;
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	background-color:#F4D36A;
	color:#565658;
} 

img, table { border:0 } 

td { 
	text-align:left;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	
}

#global{
	position:absolute;
	left:50%;
	margin-left: -512px;
	width: 1024px;
}

.location {
	background-image:url(images/location.jpg);
	height:31px;
	width:199px;
}

.vente_fr{
	background-image:url(images/new_fr.jpg);
	height:30px;
	width:199px;
}

.vente_en{
	background-image:url(images/new_en.jpg);
	height:30px;
	width:199px;
}

.stats_fr {
	background-image:url(images/stats_fr.jpg);
	height:32px;
	width:199px;
}

.stats_en {
	background-image:url(images/stats_en.jpg);
	height:32px;
	width:199px;
}

.text_menu{
	padding-left:10px;
	padding-top:5px;
	color:#F2C858;
}
.text_menu A {text-decoration:none; color: #F2C858;}

.text_infos{
	padding-left:10px;
	padding-top:5px;
	vertical-align:bottom;
	color:#F2C858;
}

.footer{
	background-image:url(images/footer.jpg);
	width:626px;
	height:32px;
	text-align:center;
	vertical-align:middle;
	padding-top:4px;
}

.etiquette {
	position: absolute;
	visibility: hidden;
	text-align:center;
	padding:3px;
	width:100px;
	height:75px;
}

.etiq {
	width:100%;
	padding-left:20px;
	font-size:12px;
	text-align:left;
}

.fond_a{
	background-image:url(images/fond_annonce.jpg);
	background-repeat:no-repeat;
	border-size:0px;
	width:300px;
	height:80px;
	font-size:12px;
	padding-left:20px;
	padding-top:10px;
}
.fond_a a{text-decoration:none; color: #565658;}
.fond_a a:hover{text-decoration:none; color: #565658;}
A {text-decoration:none; color: #565658;}
A:hover{text-decoration:underline; color :#000000;}

