/* CSS Document */

#content{
	width:155px;
	height:235px;
	border:3px solid #F7F7F7;margin-top:20px;
}
.label{
	font-family: Tahoma;
	font-size: 9px;
	font-weight: bold;
	color: #FFF;
	width:auto;
	height:20px;
	padding:4px;
	background:#FF9900;
	
}
.img{
	text-align:center;
	margin-top:10px;
	height:140px;
}
.descriptif{
	font-family: Tahoma;
	font-size: 10px;
	font-weight: normal;
	color: #000;
	padding:4px;
}
.detail{
	width:auto;
	background: url(images/loupe.gif) #F7F7F7 no-repeat;
	font-family: Tahoma;
	font-size: 11px;
	color: #000000;
	padding: 0 0 0 20px;
	height:25px;
	line-height:25px;
	text-align:left;
}
.detail a{
	color: #000000;
	text-decoration:underline;
}
.detail a:hover{
	text-decoration:none;
}

.tarif{
	width:auto;
	font-family: Tahoma;
	font-size: 12px;
	color: #CC0000;
	padding: 0 0 0 4px;
	height:25px;
	line-height:25px;
	font-weight: bold;
	border-top:1px dashed #DDD ;
	margin-top:8px;
}