/* CSS Document */
body{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
}
#tarif {
	position:relative;
	left:0px;
	top:0px;
	width:150px;
	height:229px;
	z-index:251;
	border: 1px solid #000000;
	float: right;
	text-align: left;
	padding: 15px;
	line-height: 28px;
}
a {
	color: #FF9900;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #FF3333;
}
.img{
	border: 1px solid;
}