
body{
	font-size:12px;
	font-family:"Trebuchet MS", Verdana;
	margin:0px;
	padding:0px;
}
.combo{
	font-size:10px;
}

#Contenu{
	text-align:center;
}


#MoteurFiltrage{
	width:700px;
	border:1px solid #DDD;
	margin-left:auto;
	margin-right:auto;
	background-color:#EEE;
}
#MoteurFiltrage td{
	text-align:left;
}

#MoteurFiltrage .Libelle{
	font-weight:bold;
}
/*****************************************
	LISTE DES OFFRES
****************************************/
.Offre{
	width:700px;
/*	border:1px solid #000;*/
	text-align:left;
	margin-top:3px;
	margin-bottom:10px;
}

.Offre .Entete{
	background-color:#021839;	
	color:#FFF;
	padding:3px;	
}
.Offre .Entete .Types{
	width:150px;
	float:right;
	text-align:right;
}
.Offre .Entete .Ref{
	width:100px;
	float:left;
}
.Offre .Entete .Lieu{
	width:400px;
	float:left;
	text-align:right;
	text-transform:uppercase;
	font-weight:bold;
	text-align:left;
}
.Offre .Texte{
	padding:3px;
}

.Offre .Prix{
	width:100px;
	float:right;
	text-align:right;
	font-size:14px;
	font-weight:bold;
	color:#CC0000;
	padding:2px;
	background-color:#EEE;
}

#ListeOffres .Offre .Photo1{
	width:160px;
	float:left;
	margin-right:3px;
}
#ListeOffres .Offre .Photo1 img{
	width:160px;
	border:0px;
}
#ListeOffres .Offre .Plusdinfos{
	clear:right;
	text-align:right;
}
.Offre .DateEntree{
	font-size:9px;
	color:#BBB;
	text-align:right;
}

/*****************************************
	DETAIL D'UNE OFFRE
****************************************/

#DetailOffre .Offre .Col1{
	width:204px;
	float:left;
	margin-right:3px;
}
#DetailOffre .Offre .Col2{
	width:486px;
	float:left;
}
#DetailOffre .Offre .Photo1{
	width:200px;
	margin-bottom:3px;
}
#DetailOffre .Offre .Photo1 img{
	width:200px;
	border:0px;
}

#DetailOffre .Offre .Col21{
	width:48%;
	float:left;
}
#DetailOffre .Offre .Caracteristiques{
	background-color:#EEE;
	padding:3px;
}
#DetailOffre .Offre .Paragraphe{
	background-color:#DDD;
	padding:2px;	
	color:#000;
	font-size:12px;
	font-weight:bold;
}

#DetailOffre a,#DetailOffre a:link,#DetailOffre a:visited,#DetailOffre a:active,{
	color:#3366CC;
}
#DetailOffre a:hover{
	color:#000;
}

#DetailOffre .GaleriePhotos{
	padding:2px;
	clear:both;
}
#DetailOffre .GaleriePhotos .VignetteGalerie{
	width:110px;
	height:70px;
	overflow:hidden;
	float:left;
	margin:3px;
	margin-left:3px;
	margin-right:3px;
	border:0px solid #000;
}

#DetailOffre .GaleriePhotos .VignetteGalerie img{
	border:0px solid #000;
	width:110px;
}
/******* energitique****/
#Diagnostique{
	
	margin:10px 0 20px 10px;
}
.energie{
	position:relative;
	width:210px;
	float:left;
	margin:15px 10px 0 10px;
	margin:10px;
}
#Diagnostique h5{
	font-size:12px;
	margin:2px 0;
	}
.energie h6{
	font-size:12px;
	margin:2px 0;
	font-weight:normal;
	}
.Code{
	background-image:url(../images/energie_Fleche.png);
	background-repeat:no-repeat;
	position:relative;
	height:175px;
	margin-top:5px;
	}
 .curseur{
	background-image:url(../images/curseur.png);
	background-repeat:no-repeat;
	background-position:right 0;
	width:210px;
	height:53px;
	position:absolute;
	z-index:5;
	text-align:right;
	}
.GES .curseur{
	  background-image:url(../images/curseurGES.png);
  }
 .curseur p{
	color:#FFF;
	margin-left:5px;
	font-size:12px;
	font-weight:bold;
	margin:5px 5px 0 0;
	}


.curseur.DPEA{
	top:0;
}
.curseur.DPEB{
	top:24px;
}
.curseur.DPEC{
	top:48px;
}
.curseur.DPED{
	top:72px;
}
.curseur.DPEE{
	top:96px;
}
.curseur.DPEF{
	top:120px ;
}
.curseur.DPEG{
	top:144px;
}
.CodeGES{
	background-image:url(../images/GES_Fleche.png);
	background-repeat:no-repeat;
	position:relative;
	height:175px;
	margin-top:5px;
	}
.curseur.GESA{
	top:0;
}
.curseur.GESB{
	top:24px;
}
.curseur.GESC{
	top:48px;
}
.curseur.GESD{
	top:72px;
}
.curseur.GESE{
	top:96px;
}
.curseur.GESF{
	top:120px ;
}
.curseur.GESG{
	top:144px;
}

/*****************************************
	Gestion des	Pages
****************************************/
.Pages{ width:95%;margin-left:auto;margin-right:auto;margin-top:10px;margin-bottom:10px; line-height:15px;font-size:10px;text-align:center; }
.Pages .PageLien{color:#000000;padding:2px;text-decoration:underline;}
.Pages .PageEncours{color:#000000;padding:2px; background-color:#DDDDDD;line-height:15px;}
.Pages .PagePrecedente {margin-right:10px;}/*position:absolute;left:5px;*/
.Pages .PageSuivante {margin-left:10px;}
.Pages .PagePrecedente img{ vertical-align:bottom;}
.Pages .PageSuivante img{ vertical-align:bottom;}
.Pages .PageSeparateur{margin-left:2px; margin-right:2px;}
