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

@import url("structure.css"); 
@import url("infobulle.css"); 
@import url("navigation.css");

.pagination {
	clear:both;
	text-align:left;
	margin:0;
	font-family:Georgia, "Times New Roman", Times, serif;
}

.valign {
	vertical-align:-25%;
	}

/* Gestion du listing */
	
#listing {
	width:662px;
	overflow:hidden;
	margin-left : 4px;
}

#listing .fiche{
	width:317px;
	margin:20px 10px 0 0;
	float: left;
	background: url(../img/fiche_bg.png);
}

#listing .savoirplus {
	width:90px;
	height: 16px;
	background:url(../img/listing/savoirplus.png);
	background-repeat: no-repeat;
	background-position: 210px 0;
	padding-left : 225px;
}
#listing .savoirplusinactif {
	width:316px;
	height: 25px;
}
#listing .illustration {
	width:240px;
	height: 160px;
	float:left;
	background:#999;
}
#listing .equipements {
	float:left;
	width:77px;
	height:160px;
	background:#453c30;
	overflow:hidden;
}
#listing .equipements .savoir {
	background:url(../img/savoirplus_bg.png) #ff9c00;
	height:16px;
	padding-top:2px;
	text-align:center;
}
#listing .equipements .savoir a {
	color:#fff0d9;
	font-weight:bold;
	text-decoration:none;
}
#listing .fiche .equipements .equipement {
	padding:7px 0 0 7px
}
#listing .fiche .equipements .equipement .prestation{
	float:left;
}
#listing .fiche .legende {
	width:321px;
	height: 19px;
	padding: 0;
	margin: 0;
}
#listing .fiche .legende .carre {
	width:19px;
	height: 19px;
	margin-right: 10px;
	background-color: #5c9c3a;
	float: left;
}
#listing .fiche .legende .name {
	line-height: 24px;
	width:302px;
	height: 19px;
	color: #675e53;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
}
#listing .fiche .legende .name a{
	color: #675e53;
	font-size: 16px;
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
}
#listing .fiche .legende .name a:hover{
	border-bottom: 1px dotted #675e53;
}

#listing .fiche .contenu {
	background:url(../img/carre.png) no-repeat;
	clear:both;
	padding: 0px 0 0 25px;
}
#listing .fiche .contenu h2 {
	font-size:14px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:normal;
}
#listing .fiche .contenu h2 a {
	color:#453c30;
	text-decoration:none;
}
#listing .fiche .contenu h2 a:hover {
	color:#222;
}
#listing .fiche .contenu p {
	margin-top:5px;
	height:57px;
	overflow:hidden;
}
#listing .fiche .infos {
	clear:both;
	margin: 5px 0 0 25px
}
#listing .fiche .infos .contact {
	background:#f9f8f6;
	padding:3px;
	height:100px;
	overflow:hidden;
	width:260px;
}

#listing .fiche .infos .contact .office{
	margin:4px 0 0 0;
	padding:2px;
	color:#5c9c3a;
	background:#FFF;
}

#listing .fiche .infos .contact .icones {
	position:absolute;
	margin-left:220px;
	width:60px;
	height:80px;
}
#listing .fiche .interaction {
	background:#453c30 url(../img/interaction_bg.png);
	height:21px;
	margin: 5px 0 0 0px;
	padding:2px 0 0 2px;
	width:265px;
}
#listing .fiche .interaction a {
	color:#bcb9b4;
	text-decoration:none;
}	
#listing .fiche .interaction a:hover{
	color:#fff;
}

#fiche-listing {
	background:url(../img/fiche_header.png) no-repeat;
	height:50px;
	color:#f5f4f3;
	}
	
#fiche-listing a {
	color:#f5f4f3;
	text-decoration:none;
	}
	
#fiche-listing .chemin {
	color:#f5f4f3;
	margin:8px;
	line-height:16px;
	}
	
#fiche-listing .titre {
	color:#f5f4f3;
	margin:8px;
	font-size:22px;
	}
	
#page #description {
	width:650px;
	margin:10px 0 0 16px;
	overflow:hidden;
	}
