/*  

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

Site web (CMS) : Block d'extrait pour les exemples
Thème : Kiubi
Créé le : 08/12/2006 jour de la sortie de la Wii !
*/

.post_exemple {
	margin: 0 0 0 12px;
	padding: 0;
}

#main .post_exemple h2 {
	font-size: 1.2em;
	margin: 0;
}

#main .post_exemple .illustration {
	display: block;
	width: 212px;
	height: 175px;
	background: none;
	background: url(../../../../images/bg_exemples.png) no-repeat center bottom;
}

.post_exemple .illustration img {
	margin: 0 0 5px 0;
	padding: 1px;
	border: 5px #CCC solid;
	background-color: #FFF;
}

.post_exemple .illustration:hover img {
	border-color: #009ee0;
}

.post_exemple li {
	float: left;
	margin: 0;
	padding: 0 40px;
	width: 212px;
	height: 290px;
	list-style: none;
}

.post_exemple .post_exemple_content {
	font-size: 0.9em;
}
