/* CSS Document */

#contenu a.attrait {
	display:block;
	padding: 13px 15px 0px 5px;
	border-bottom:1px dashed #cccccc;
}

#contenu a.attrait * {
	cursor:pointer;
}
#contenu a.attrait:hover {
	background-image:url(../../images/template/bg-gradient-gris-blanc.jpg);
	background-position:bottom;
	background-repeat:repeat-x;
}

#contenu a.attrait h2:hover, .en_savoir_plus:hover {
	text-decoration:underline;
}

#contenu a.attrait .attrait_image {
	float:left;
	width:107px;
}

#contenu a.attrait .attrait_image img {
	border: 3px solid #e8e9ea;
}

#contenu a.attrait .attrait_infos {
	float:right;
	width:500px;
	color:#707070;
}

.en_savoir_plus {
	height:20px;
	line-height:20px;
	padding-bottom:10px;
	clear:both;
	font-size:11px;
	text-align:right;
	visibility:hidden;
}
#contenu div.intro {
	border-bottom:1px dashed #cccccc;
	margin-bottom:10px;
	padding-bottom:15px;
}

#contenu div.intro p {
	font-size:11px;
	line-height:14px;
	margin-bottom:0px;
}

#contenu div.intro p img {
	border: 3px solid #e8e9ea;
}

#contenu a.attrait:hover .en_savoir_plus {
	visibility:visible;
	color:#57C8DA;
}

#affiner_recherche {
	text-align:right;
	font-size:11px;
	padding:0px 10px 10px;
	margin-bottom:10px;
	color:#F26422;
	font-weight:bold;
	border-bottom:1px dashed #cccccc;
}

#affiner_recherche select {
	font-size:11px;
}

#contenu h1 {
	margin-bottom:15px;
}
