@charset "utf-8";
/* CSS Document */


* { border:0; margin:0; padding:0 }


body{
	background-color:#003873;
	
	font-size:10px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
}

a{
	text-decoration:none;
	color:#fff;
}

h1{
	display:block;
	background-image:url(../images/puce2.gif);
	background-repeat:no-repeat;
	background-position:0 6px;
	
	color:#0083CA;
	font-size:18px;
	font-weight:normal;
	
	padding-left:15px;
	/*text-transform:uppercase;*/
} 

h1.impression{
	display:none;
}

div#colonne_droite h1{
	margin-top:10px;
}

h2{
	font-size:14px;
	font-weight:bold;
}

h3{
	font-size:12px;
	margin-top:15px;
	color:#014A7F;
}

p{
	text-align:justify;
}

/**********************************************
*	PAGE FICHE BIEN
**********************************************/
ul#bien_ul {
	clear: both;
	width: 100%;
	list-style: none;
	height: 16px;
	margin: 5px 0;
	padding-top: 10px;
}

ul#bien_ul li {
	float: right;
	display: block;
	margin-left: 30px;
	background-image: url(../images/puce_lien.jpg);
	background-position: 0px 2px;
	background-repeat: no-repeat;
	text-indent: 15px;
}

ul#bien_ul li a { font-weight: bold; color: #0083CA; text-decoration: none; }
/*ul#bien_ul li a:hover { color: #F58E29; }
ul#bien_ul li a:visited { color: #F58E29; }
ul#bien_ul li a:active { color: #F58E29; }*/

/*
*	Lien retour à la liste des annonces
*/
a.retour {
	display: block;
	background-image: url(../images/puce_lien.jpg);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	text-indent: 15px;
	color:#FF930F;
}

/* Pagination */
p.resultat {
	margin: 35px 0 !important;
	text-align:center !important;
}

p.aucun_resultat {
	margin-top: 50px !important;
	padding: 10px 10px;
	background-color: #F4912C;
	color: #fff;
	text-align:center !important;
	font-weight: bold;
	
}

p.pagination {
	clear: both;
	text-align: center !important;
}


a.pagination_a 			{ color:#008BDA; text-decoration: none; font-weight: bold; } 
/*p.pagination a:hover 	{ color:#000; }
p.pagination a:visited 	{ color:#BB0F1F; }
p.pagination a:active 	{ color:#EB603F; }*/


 