/* Suppression des mises en forme par default des navigateurs. */
*, object {
	margin							: 0;
	padding							: 0;
	list-style						: none;
	border							: 0;
	font-family						: Arial,sans-serif;
}
body {
	position						: absolute;
	width							: 100%;
}
#passeur {
	position						: absolute;
	left							: 0px;
	top								: 0px;
	width							: 100%;
	height							: 12px;
	background-color				: #EEE;
	text-align						: center;
}
#navigation {
	position						: absolute;
	left							: 0px;
	top								: 30px;
	width							: 210px;
	text-align						: center;
}
#navigation2 {
	position						: absolute;
	left							: 220px;
	top								: 40px;	
	height							: 84px;
}
#contenu {
	position						: absolute;
	left							: 220px;
	top								: 134px;	
}




/* Impression */
#impression {
	margin							: 20px 20px;
}
#impression .prix{
	color							: #E1002E;
	font-size						: 130%;
	font-weight						: bold;
}
#impression p{
	font-size						: 75%;
	line-height						: 150%;
}
#impression p.chapeau{
	font-size						: 90%;
	line-height						: 130%;
	margin							: 0 0 20px 0;
}
#impression h1{
	font-size						: 120%;
	clear							: both;
}
#impression div.texte{
	margin					: 20px 0 0 0;
}