/*  

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: 20px 5px 0 0;
}

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

.post_offre .produit{
	margin:10px 0 0 0;
	}

.post_extrait .gauche{
	margin-top:20px;
	}
	

/* -- main -- */

#main .post_extrait h2 {
	text-transform:uppercase;
	color:#666;
	font:1.1em Arial, Helvetica, sans-serif;
	letter-spacing: 0.1em;
	background:url(../../../images/puce_fleche3.gif) no-repeat left;
	padding: 0 0 0 15px;
	margin:0 0 5px 0;
}

#main .post_extrait h2 a{
	text-decoration:none;
	}
	
#main .post_extrait h3{
	color:#666;
	font:normal 1em Arial, Helvetica, sans-serif;
	padding:0;
	margin:0 0 15px 0;
	}
	
#main .post_extrait .content{
	float:right;
	width:300px;
		}
		
#main .post_extrait{	
	margin:20px 0 10px 0;
	}

#main .post_extrait_footer {
	height: 10px;
	clear: both;
	background:url(../../../images/filet_dashed.jpg) repeat-x bottom;
}

#main .post_accueil_footer {
	height: 10px;
	clear: both;
	}


#main .post_extrait p.offre{
	background:url(../../../images/picto_offre_petit.gif) no-repeat left;
	font-size:1.2em;
	padding: 0 0 0 28px;
	margin-top: 15px;
	height:21px;
	width:80px
}

#main .post_extrait p.nouveau{
	background:url(../../../images/picto_nouveau_petit.gif) no-repeat left;
	font-size:1.2em;
	padding: 0 0 0 28px;
	margin-top: 15px;
	height:21px;
	width:80px
}


/* -- sideright -- */

.post_offre .image{
	text-align:center;
	}

#sideright .post_extrait_footer {
	clear: both;
	height:10px;
	background:url(../../../images/filet_dashed.jpg) repeat-x bottom;
}

#sideright .post_meilleur ol{
	color:#b92025;
	font-weight:bold;
	margin:0;
	padding:0 0 0 20px;;
}

#sideright .post_meilleur ol li a{
	text-decoration:none;
}

#sideright .post_meilleur ol li a span{
	font-weight:normal;
	color:#999;
	}
	
/*-------------- post_remarque --------------*/

.post_remarque{
/*	background-color:#f1f1f1;
*/	padding: 5px;
	margin-top: 15px;
	border:1px solid #ccc;
	font-size:0.9em;
	}

.post_remarque:hover{
	background-color: #f1f1f1;
	}
	
.post_remarque a{
	text-decoration:none;
	color:#999;
	}
	



