/* tarifs page */
#tarifs {
	width:900px;
	padding:20px;
	}
#tarifs img {
	float:left;
	}
#tarifs div {
	margin-left:400px;
	}
#tarifs div img {
	margin-right:20px;
	float:none;
	display:inline;
	}
#tarifs h1 {
	font:bold 30px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:justify;
	color:#333333;
	}
#tarifs h2 {
	font:bold 16px Arial, Helvetica, sans-serif;
	margin:0;
	text-align:justify;
	color:#666666;
	padding:20px 0 10px 0;
	}
#tarifs p {
	font:normal 12px Arial, Helvetica, sans-serif;
	text-align:justify;
	color:#333333;
	line-height:18px;
	}
#tarifs p .cta {
	line-height:41px;
	height:41px;
	width:275px;
	text-align:center;
	background:url(../images/cta.gif) no-repeat;
	color:#766a53;
	display:block;
	margin-top:10px;
	font-weight:bold;
	}
#tarifs ul {
	font:bold 12px Arial, Helvetica, sans-serif;
	color:#666666;
	}
#tarifs ul b {
	color:#948871;
	}
#tarifs hr {
	clear:left;
	visibility:hidden;
	}
#tarifs .cta {
	line-height:41px;
	height:41px;
	width:275px;
	text-align:center;
	background:url(../images/cta.gif) no-repeat;
	color:#766a53;
	display:block;
	margin-top:10px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	}