#page {
	background-image: url('/images/frontend/page.jpg');
}
#page h1.titre
{
	width: 100%;
	display: block;
	position: absolute;	
	top: 145px;
	margin-left: 20px;
	
	font-size: 18px;

}
#page #texte_gauche
{
	position:absolute;
	float: left;
	top:174px;
	left: 20px;
	width: 245px;
	height:300px;
	font-size: 12px;
	color: #000000;
	
}

#page #texte_droite 
{
	position:absolute;
	top:174px;
	left: 265px;
	float: left;
	width: 730px;
	height:285px;
	font-size: 12px;
	color: #000000;
	overflow: auto;
	
}
