#pdf_conteneur {
	background-color: #93b700;
	width: 700px;
	height: 350px;
	position: relative;
	float: left;
}
#pdf_logo {
	width: 123px;
	height: 123px;
	left: 25px;
	top: 25px;
	position: absolute;
}
#pdf_message {
	width: 470px;
	height: 100px;
	left: 190px;
	top: 70px;
	position: absolute;
}
#pdf_cadre_blanc {
	background-color: #FFFFFF;
	width: 680px;
	height: 330px;
	left: 10px;
	top: 10px;
	position: absolute;
}
#pdf_lien {
	width: 123px;
	height: 20px;
	left: 25px;
	top: 150px;
	position: absolute;
	text-align: center;
}
#pdf_valeur {
	width: 550px;
	height: 40px;
	left: 20px;
	top: 280px;
	position: absolute;
}
#pdf_code {
	width: 400px;
	height: 70px;
	left: 210px;
	top: 185px;
	position: absolute;
	display: block;
}
#pdf_conditions {
	width: 490px;
	height: 30px;
	left: 190px;
	top: 110px;
	position: absolute;
}
.nonAffiche {
	display: none; visibility: hidden;
}
