@charset "UTF-8";

.format_png {
	behavior: url(win_png.htc);
}

body {
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}

#enveloppe {
	position: absolute;
	height: 100%;
	width: 100%;
	float: left;
	display: block;
	margin: 0px;
	padding: 0px;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
#alternatif {
	height: 170px;
	width: 350px;
	display: block;
	position: relative;
	padding: 0px;
	margin-top: 20%;
	margin-right: auto;
	margin-bottom: 20%;
	margin-left: auto;
}
#alternatif p {
	color: #FFFFFF;
	font-size: 9px;
	font-family: verdana;
	text-align: center;
}
#alternatif p a {
	color: #3366FF;
	font-size: 9px;
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
}
#flash {
	position: absolute;
}
#plan {
	padding: 0px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: 800px;
}
#plan p {
	font-size: 11px;
	line-height: 13px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
}
#plan a {
	color: #E32D1A;
	text-decoration: none;
}
