#offer{
	width: 800px;
}
#offer_show p {
	margin:0px;
}
#offer_show{
	width: 800px;
	background-color:#00303F;
	padding:0px;
}
.tarif_table {
	background-repeat: no-repeat;
	background-position: bottom;
	background-image:url(../_images/tarif.png);
	cursor:pointer;
	float:left;
	width:250px;
	height:129px;
	margin:8px;
}
.tarif_titles {color:#205973; font-size:12px; padding:0px;margin:0px; width:200px;}
.offer_table{
	width:250px;
	height: 129px;
	margin:8px;
	float: left;
	background-repeat: no-repeat;
	background-position: bottom;
	background-image:url(../_images/offer.png);
	cursor:pointer;
}
.offer_table:hover {
	background-color:#666666;
}
.offer_blank{
	height: 10px;
	width:240px;
}
.offer_title{
	padding-bottom: 5px;
	font-size: 13px;
	text-align:left;
	color:#205973;
	font-weight: 700;
	padding-left: 20px;
	margin-top:0px;
	margin-bottom:0px;
}

.offer_title a {color:#205973; }
.offer_title a:hover {color:#205973; }


.offer_text{
	padding-left: 20px;
	padding-right: 10px;
	font-size: 11px;
	color: black;
	text-align: left;
	padding-bottom: 10px;
	height: 40px;
	float:left; 
	width:175px;
}



.offer_button{
	text-align: right;
	padding-right: 10px;
}
.offer_button_2 {
  text-align: right;
  float:left;
  padding-right: 10px;
}