@CHARSET "UTF-8";

#bonCadeau {
	font-weight: bold;
}

#imageBonCadeau {
	display: block;
	background-image: url(../images/bonCadeau.png);
	background-repeat: no-repeat;
	height: 500px;
	background-position: center;
	width: 100%;
	min-width: 100%;
	cursor: pointer;
	margin-top: 10px;
	margin-bottom: 10px;
}

#presentationBonCadeau p {
	text-align: center;
}
