/*
	CSS pour Québec maritime - Récits
	Emilie - egzakt.com
	2010/03/09
*/

/* APERÇU FICHE D'UN RÉCIT
-----------------------------------------*/
.apercu_recit .date {
	float:right;
	color:#0055A5;
	font-size:0.92em;
	line-height:1.1em;
}

.apercu_recit h3 {
	margin-bottom:2px;
}

.apercu_recit .signature {
	margin-bottom:8px;
}


/* RÉCITS VEDETTES
-----------------------------------------*/
#recits_vedettes {
	margin-top:20px;
}

#recits_vedettes h5 {
	margin-bottom:10px;
}

#recits_vedettes li {
	width:450px; /* Important pour IE */
	padding:10px 14px;
	border:1px solid #E6E6E6;
	margin-bottom:10px;
	overflow:hidden;
}

#recits_vedettes .apercu {
	border:0;
	padding:0;
}

#recits_vedettes h6 {
	font-weight:bold;
	font-size:1.17em;
	line-height:1.1em;
	margin:0 0 2px 0;
}

#recits_vedettes h6 a {
	color:#323232;
	text-decoration:none;
}

#recits_vedettes h6 a:hover {
	text-decoration:underline;
}


/* FICHE D'UN RÉCIT
-----------------------------------------*/
#recit_detail .date {
	float:right;
	color:#0055A5;
	font-size:0.92em;
	line-height:1.1em;
}

#recit_detail .signature {
	margin-bottom:10px;
}

#recit_detail .commanditaire {
	margin-bottom:10px;
	font-style:italic;
}

#recit_detail ul#photos {
	padding:10px 50px 0 50px;
	background-color:#f4f3f0;
	margin:0 0 15px 0;
}

#recit_detail ul#photos li {
	display:block;
	height:140px;
	padding:0 0 10px 0;
}

#recit_detail ul#photos img {
	display:block; /* Pour IE6 */
}