/*  

Copyright © 2006 Troll d'idées. Tous droits réservés.

Site web (CMS) : Block d'extrait
Thème : Black Lagoon
Créé le : 22/11/2006

*/

.post_extrait .illustration {
	float: left;
	margin: 0 5px 0 0;
}

/* -- main -- */

#main .post_extrait h3 {
	margin: 0;
	color: #006192;
	font-size: 1.2em;
}
#main .post_extrait h3 a {
	color: #006192;
	}
#main .post_extrait h3 a:hover {
	margin: 0;
	color: #666;
}

#main .post_extrait h4 {
	font-weight: normal;
	font-size: 1em;
	color: #000;
}

#main .post_extrait_footer {
	height: 10px;
	clear: both;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333;
	border-right-color: #333;
	border-bottom-color: #EEE;
	border-left-color: #333;
}

/* -- sidebar -- */

#sidebar .post_extrait {
	padding: 5px 20px 5px 0;
}

#sidebar .post_extrait_footer {
	clear: both;
}

