@charset "iso-8859-1";
/* CSS Document */
#col1 {
	width:339px;
	float:left;
	margin:0 0 0 10px;
}
#col2 {
	width:591px;
	float:right;
	margin:0 10px 0 0;
}
#col3 {
	display:none;
}
#formRecherche {
	margin-bottom:30px;
	padding:10px;
	background-color:#ebe7e0;
	border-radius : 10px;
}
#formRecherche label {
	font-size:12px;
	color:#684e30;
}
#formRecherche h2 {
	font-size:13px;
	color:#f79f1d;
}
#resultat {
	
}
.resultatElem {
	margin-bottom:20px;
	border-bottom:1px solid #a48e7b;
}
.nomAnnu {
	margin-bottom:10px;
	font-size:14px;
	font-weight:bold;
}
.resultatImage {
	float:left;
	width:206px;	
}
.resultatImage img {
	border:1px solid #a48e7b;
	padding:3px;
	background-color:#FFF;
}
.resultatDesc {
	float:left;
	width:180px;
	font-size:12px;
	color:#684e30;
}
.resultatLogos {
	text-align:right;
	float:right;
	width:200px;
	font-size:10px;
	color:#684e30;
}
#resultat .resultatDesc a, .resultatDescDetail a{
	font-size:12px;
	color:#f79f1d;	
	font-weight:normal;
}
.resultatDesc a:hover{
	color:#000;
}
.basElem {
	margin-top:10px;
}
.icoElem {
	margin-right:5px;
	width:38%;
	float:left;
}
.icoElem img{
	margin-right:5px;
}
.btnElem {
	width:60%;
	float:right;
	text-align:right;
}

/* Fiche détail annuaire */
#detailResultat {
	
}
#detailResultat h1{
	font-size:18px;
	border-bottom: 1px solid #684e30;
}
.resultatDescDetail {
	font-size:12px;
	color:#684e30;
}
.detailIcoElem {
	margin-bottom: 20px;
	width:180px;
	float:left;
	
}
.detailIcoElem img{
	margin-right:5px;
}
.detailResultatImage {
	margin-bottom:20px;
	clear:both;
}
.detailResultatImage img {
	margin-right:5px;
	border:1px solid #a48e7b;
	padding:3px;
	background-color:#FFF;
}
#detailResultat p {
	font-size:12px;
}
