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

#mod_recherche {
	background:#e5dfcf;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin-bottom:10px;
	padding-bottom:10px;
	}
	
	.titre_large {
	background:#9f042e;
	color:#FFF;
	font-weight:bold;
	height:26px;
	line-height:26px;
	padding:0px 4px;
	}
	
	#mod_recherche .colonne3 {
	padding:15px;
	}
	
	#mod_recherche .list_search {
	float:left;
	font-size:11px;
	padding:15px;
	width:185px;
	}
	
		#mod_recherche .list_search p {
		line-height:30px;
		}
		
		#mod_recherche .list_search h2 {
		font-size:12px;
		font-weight:normal;
		}
		
.recherche_ad {
	background:#99895e;
	border:0;
	color:#FFF;
	margin-left:15px;
	padding:2px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.2);
	}
	
.recherche_ad:hover {
	background:#333;
	color:#FFF;
	}
		
.bt_recherche {
	background:#9f042e url(../img/icones/loupe.png) no-repeat 3px center;
	border:0;
	color:#FFF;
	font-weight:bold;
	padding:2px 6px 2px 20px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	-webkit-box-shadow: 0px 0px 6px rgba(0,0,0,0.6);
	}
	
.bt_recherche:hover {
	background:#333 url(../img/icones/loupe.png) no-repeat 3px center;
	cursor:pointer;
	}
		
		
