#accueil #blocRecherche {
	background-image: url(../images/interface/blocRecherche.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 247px;
	width: 364px;
	margin-right: 10px;
	padding:20px;
	float: left;
}

#accueil #homeRecherche label.btnRadio {
	display:block;
	margin-bottom:20px;
	font-size:1.2em;
	font-weight:bold;
	color:#333;
	margin-left:10px;
}
#accueil #homeRecherche input.btnRechercher {
	float:right;
	background-image: url(../images/interface/btnRechercher.png);
	background-color: transparent;
	background-repeat: no-repeat;
	border: none;
	width:176px;
	height:33px;
	padding-right:20px;
	padding-bottom:5px;
	color:#FFF;
	cursor: pointer;
}
#accueil #homeRecherche input.btnRechercher:hover {
	background-position: 0 -33px;
	color:#333;
}
#accueil #homeRecherche select {
	margin-bottom:18px;
}
#accueil #homeRecherche #errorRecherche {
	background-color:#900;
	color:#FFF;
	padding:5px;
	display:none;
	margin-bottom:15px;
}

#accueil #presentation {
	margin-top:20px;	
}
#accueil #offresColoc li,
#accueil #demandesColoc li {
	margin-bottom:8px;
	font-size:0.9em;
}
#accueil #offresColoc li a,
#accueil #demandesColoc li a {
	color:#9D0000;
}
#accueil #offresColoc li a:hover,
#accueil #demandesColoc li a:hover {
	color:#610000;
}
#accueil .pic {
	width:50px;
	height:50px;
	float:left;
	margin-right:10px;
}
#accueil .pic a {
	width:46px;
	height:46px;
}
#accueil .ad_infos {
	float:left;
	font-size:0.95em;
}
#accueil .ad_infos strong {
	color:#666;
}

#accueil #lastColocs li {
	float:left;
	margin-right:5px;
	margin-bottom:5px;
}
#accueil #lastColocs li.last {
	margin-right:0px;
}
#accueil .pic a,
#accueil #lastColocs li a {
	border: 1px solid #D6D6D6;
	padding:2px;
	display:block;
}
#accueil .pic a:hover,
#accueil #lastColocs li a:hover {
	border: 1px solid #888;
}
