/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Site web (CMS) : Block d'extrait
Thème : Oléa
Créé le : 10/04/2007
*/

.post_extrait .illustration {
	float: left;
	margin: 0 5px 0 0;
}

/* -- main -- */

#main .post_extrait h3 {
	color: #F48F06;
	font-size: 1.333em;
}
#main .post_extrait h3 a{
	text-decoration: none;
	color: #F48F06
}
#main .post_extrait h3 a:hover {
	text-decoration: underline;
}
#main .post_extrait {
	margin-top: 20px;
	overflow: hidden;
}

#main .post_extrait_footer {
	clear: both;
	height: 5px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #e9e9e9;
}

/* -- sidebar -- */

#sidebar .post_extrait {
	margin: 5px 0 5px 0;
	padding: 5px 0 5px 0;
	border-bottom: 1px solid #e9e9e9;
}

#sidebar .post_extrait_footer {
	clear: both;
}


