#contenu {	
	font-size				: 75%;
	line-height				: 160%;
	margin					: 0px;	
}
#contenu a{
	color					: #666;
	text-decoration			: none;	
	font-size				: 100%;
}
#contenu p.entete{	
	color					: #000;
	padding					: 0;
}
#contenu h1{
	font-size				: 100%;
	font-weight				: normal;
	line-height				: 140%;
	color					: #E1002E;
	padding					: 0;
}
#contenu h2{
	font-size				: 70%;
	font-weight				: bold;
}
/* Article */
#contenu #article{	
	clear					: both;
	position				: absolute;
}

#contenu #article h1{	
	font-size				: 160%;
}
#contenu #article  p.chapeau{
	font-size				: 120%;
	line-height				: 140%;
	margin					: 0 0 20px 0;
}
#contenu #article p.nota{
	width					: 150px;
}
#contenu #article div.image {	
	position				: absolute;
	left					: 0px;
	top						: 0px;	
	width					: 170px;
	margin					: 0 10px 10px 0;
	padding					: 0;
	text-align				: right;
	font-size				: 80%;
}
#contenu #article div.image p.prix {	
	font-size				: 160%;
	font-weight				: 700;
	color					: #E1002E;
}
#contenu #article div.texte{
	position				: absolute;
	left					: 180px;
	top						: 0px;
	width					: 400px;
	border-left				: solid 1px #CCC;
	margin					: 0;
	padding					: 0 20px 10px 10px;
	text-align				: left;
}


