.offer-presentation h1 {
	margin-bottom: 5px;
}
.paypal {
	background: #FEFAE8 url(/img/offers/paypal.png) no-repeat 8px 9px;
	border: 1px solid #FFEB9B;
	color: #003366;
	font-size: 8pt;
	font-weight: bold;
	padding: 18px 0 18px 235px;
	text-align: center;
	margin-top: 25px;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}
.offers {
	margin-top: 15px;
}
.offers ul {
	list-style-type: none;
}
.offer {
}
.offer li {
	height: 40px;
	text-align: center;
	color: #525253;
	font-size: 8pt;	
	padding: 5px 0;
	border-bottom: 1px solid #CDCDCD;
	background: #eee;
}
.offer li.alternate, .labels li.alternate {
	background: #eee url(/img/opacity.png);
}
.offer li:first-child {
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-khtml-border-top-left-radius: 10px;
	-khtml-border-top-right-radius: 10px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	background-repeat: no-repeat;
	background-position: top left;
	height: 65px;
}
.offer li:last-child {
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-khtml-border-bottom-left-radius: 10px;
	-khtml-border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	background-repeat: no-repeat;
	background-position: bottom left;
	height: 40px;
	color: #fff;
	font-size: 7pt;
	border: none;
}
.offer h4 {
	font-size: 10pt;
	font-weight: bold;
}
.middle h4 {
	margin-top: 10px;
}
.offer h3 {
	color: #fff;
	font-size: 18pt;
	font-weight: bold;
}
.offer li:last-child h3 {
	margin-top: -2px;
	margin-bottom: -3px;
}
.decouverte li:last-child h3, .starter li:last-child h3 {
	margin-top: 0;
	margin-bottom: 0;
}
.decouverte li:first-child, .decouverte li:last-child {
	background-color: #ADD162;
}
.starter li:first-child, .starter li:last-child {
	background-color: #95BB47;
}
.premiere li:first-child, .premiere li:last-child {
	background-color: #6F9620;
	background-color: #95BB47;
}
.ambition li:first-child, .ambition li:last-child {
	background-color: #597D0E;
	background-color: #6F9620;
}
.exclusive li:first-child, .exclusive li:last-child {
	background-color: #436302;
	background-color: #597D0E;
}
.labels {
	background: #EEEEEE;
}
.labels li {
	height: 40px;
	padding: 5px 3px;
	border-top: 1px solid #CDCDCD;
}
.labels li h4 {
	font-size: 10pt;
	font-weight: bold;
	color: #4B4B4B;
	margin-top: 2px;
}
.labels .middle h4 {
	margin-top: 8px;
}
.labels li:first-child {
	height: 65px;
	background: #fff;
	border-top: none;
}
.labels li:last-child {
	height: 40px;
	background: #fff;
}
.labels li img {
	float: left;
	margin: 0 10px 0 3px;
}
.offers sup {
	font-size: 0.5em;
}
.create-now {
	width: 810px;
	margin-left: 180px;
	text-align: center;
	margin-top: 10px;
	font-size: 12pt;
}
.create-now h1 {
	font-size: 18pt;
	font-weight: bold;
}
.create-now h1 a {
	color: #BA45CD;
}
.legend, .legend a {
	color: #717171;
	font-size: 7pt;
}
.legend {
	margin-top: 20px;
	border-top: 1px solid #A7A7A7;
	padding-top: 5px;
}
.legend sup {
	margin-right: 4px;
}

#offer-resume {
	float: right;
	text-align: right;
	width: 405px;
}
#offer-bg {
	border: 1px solid #C2C2C2;
	width: 390px;
	height: 34px;
	margin: 5px 0;
}
#offer-bar {
	width: 386px;
	height: 32px;
	background: #fff url(/img/quota-gray.png) repeat-x;
	margin: 2px;
	position: relative;
}
#offer-progress {
	position: absolute;
	left: 0;
	top: 0;
	width: 0%;
	height: 32px;
	background: transparent url(/img/quota.png) repeat-x;
}
