* {
	margin:0;
	padding:0;
}

body
{
	/*background:url(/Design/bg.gif) repeat-x;
	background-color:#bed4db;*/
	background-color:#FFCC66;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
}

.nettoyeur{
	clear:both;
}
.alert {
	color:#FF0000;
	font-size:9px;
	font-weight:bold;
}

#conteneur{
	width:960px;
	margin:0 auto;
	margin-top:10px;
}

/************* HEADER ******************************************/
#header {
	height:90px;
	background-image:url(/Design/header.jpg);
}

#titre_header{
	position:relative;
	left:330px;
	width:350px;
	top:33px;
	font-weight: bold;
	font-style:italic;
}

.negoce{
	color:#922605;
	font-size:14px;
}

.piece{
	color:#FFFFFF;
}

/************* NAVIGATION ******************************************/
#navigation{
	background-color:#444D59;
	height:25px;
}
#menu{
	float:right;
}

#menu ul {
	list-style:none;
}
#menu li {
	list-style:none;
	float:left;
	margin:0;
	padding:0;
	margin-left:3px;
}
#menu li a {
	display: block;
	background: url(/Design/nav.jpg) left top no-repeat;
	color: #444D59;
	font-weight:bold;
	text-decoration:none;
	line-height: 16px;
	width:123px;
	text-align: center;
}	
#menu li a:hover, #menu li a:focus, #menu li a:active {
	background: url(/Design/nav.jpg) left -16px no-repeat;
	color:#FFFFFF;
}
#menu li a.selected {
	background: url(/Design/nav.jpg) left -32px no-repeat;
	color:#FFFFFF;
}

/*** Bouton plus long ***/
#menu li a.lg {
	background: url(/Design/nav_lg.jpg) left top no-repeat;
	width:173px;
}	
#menu li a.lg:hover, #menu li a.lg:focus, #menu li a.lg:active {
	background: url(/Design/nav_lg.jpg) left -16px no-repeat;
}
#menu li a.selected.lg {
	background: url(/Design/nav_lg.jpg) left -32px no-repeat;
}
/************* CONTENU CENTRAL ******************************************/
#contenu {
	background:url(/Design/bg_contenu.gif) repeat-y;
	background-color:#FFFFFF;

}
#bas_contenu {
	background-image:url(/Design/bas_contenu.jpg);
	height:13px;
}
#recherche_offres {
	float:left;
	margin-right:25px;

}
#page {
	padding-top:15px;
	height:475px;
}
#page a{
	color:#000;
}
#enumeration {
	list-style-type:none;
}

/************* LISTE RESULTATS ******************************************/
.resultat {
	float:right;
	width:625px;
	border:1px solid #999;
	background-color:#FFF;
	margin:2px 10px 2px 0;

}
.resultat img {
	float:left;
	margin-right:10px;
}
#pagination {
	text-align:center;
	float:right;
	width:625px;
}
/************* DESCRIPTION DETAILLEE ***********************************/
#diapo {
	float:right;
	width:625px;
	background-color:#FFF;
	margin:2px 10px 2px 0;
	padding:0;
}
#diapo img {
	float:left;
}

#vignettes { 
	width:305px;
	float:right;
}

#vignettes img {
	margin:1px;
}
h1 {
	color:#990000;
}
h2 {
	color:#990000;
	font-size:18px;
}
h3 {
	color: #444D59;
	font-size:13px;
}

#prix {
	float:right;
	margin-right:30px;
	text-align:center;
}
#prix .euro {
	color:#666;
	font-size:26px;
	font-weight:bold;

}

#liens{
	font-size:10px;
}
/************* CARTE GOOGLE ***********************************/

#map {
	float:right;
	margin:10px 10px 10px 0;
	width: 625px;
	height: 480px;
}
/************* FORMULAIRE DE RECHERCHE *****************************/
#recherche_offres {
	height:430px;
}


#recherche_rapide {
	margin-left:15px;
	margin-top:5px;
	width:279px;
	height:145px;
	background-image:url(/Design/bg_recherche.jpg);
}
#titre_recherche{
	margin-left:15px;
	color:#FFFFFF;
	font-weight:bold;
	
}


fieldset {
	text-align:left;
	padding:5px;
	margin:5px;
}
fieldset legend {
	color:#FFF;
	font-weight:bold;
}

label {
	float:left;
	width:35%;
	margin-right:5px;
	margin-top:14px;
	text-align:right;
	font-size:10px;
	color:#444d59;
	font-weight:bold;
}


input {
	 margin-bottom:1px;
}

input.submit {
	background:url(/Design/bouton_rechercher.jpg) ;
	width:120px;
	margin-left:95px;
	margin-top:10px;
}

select {
	width:12em;
	margin-top:10px;
}

textarea {
	width:200px;
	height:100px;
	margin-bottom:1px;
}
/************* FORMULAIRE DE CONTACT ***********************************/
.coordonnees {
	float:right;
	margin:50px 10px 10px 0;
	padding:5px;
	width: 200px;
	border:1px dotted #666;
	text-align:center;
}
#form {
	float:right;
	margin:10px 10px 10px 0;
	width: 350px;
	height: 480px;
}

#form label {
	float:left;
	width:35%;
	margin-right:5px;
	margin-top:5px;
	text-align:right;
	font-size:10px;
	color:#444d59;
	font-weight:bold;
}

#form input {
	 margin-bottom:2px;
}

#form select {
	width:12em;
	margin-top:5px;
}

#form textarea {
	width:200px;
	height:100px;
	margin-bottom:0;
}

/************* DERNIERES OFFRES ***********************************/
#offres {
	margin-left:15px;
	margin-top:5px;
	padding-top:5px;
	background-image:url(/Design/bg_offres.jpg);
	background-repeat:no-repeat;
	width:281px;
	/*height:208px;*/
	height:304px;
}

#titre_offre {
	margin-left:15px;
	color:#f6a000;
	font-weight:bold;
}
.annonce {
	width:260px;
	height:70px;
	margin-top:9px;
	margin-left:9px;
	border:1px solid #999;
	background-color:#FFF;
}
.annonce img {
	float:left;
	padding-right:5px;
}
.txt_annonce {
	font-weight:bold;
}
.txt_annonce_desc {
	font-size:9px;
}



.bouton_detail {
	position:relative;
	left:172px;

}

/************* FOOTER *********************************************/
#footer{
	color:#444d59;
	text-align:center;
	font-size:10px;
	margin-top:5px;
}

#footer a{
	color:#444d59;
}

/****** MODIF Janvier 2009   ******/
h2.vignettes {
	color:#990000;
	font-size:8px;
	font-weight:normal;
	line-height:10px;
}
#damier {
	float:left;
	text-align:center;
}
#damier img{
	padding:1px 2px;
}

#offres {
	padding-left:5px;
	width:276px;
}
#pagination {
	padding-top:10px;
}


a.info{
position:relative;
z-index:24;
color:#000;
text-decoration:none;
font-size:8px;
}

a.info:hover{
z-index:25;
background-color:#FFF
}

a.info span{
display: none
}

a.info:hover span{
display:block;
position:absolute;

top:-11em;
!top:-3em; /*IE seulement*/

left:2em; 
width:200px;
border:1px solid #000;
background-color:#FFF;
color:#000;
text-align: justify;
font-weight:none;
padding:5px;
}          
