
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;
}

/*****************************************
	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;}