/* GENERAL */
body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #ffffff;
	color : #000000;
	text-align : center;
	padding : 0px;
	margin : 0px;
	
	
}

#contenu{
	margin-left : auto;
	margin-right : auto;
	width : 700px;
	text-align : left;
	font-size : 11px;
	padding : 5px;
}

#flash_content{
	text-align : center;
}


/* MISE EN PAGE DE LA VERSION HTML - ne pas toucher */

.clearer{
	clear : both;
}

a {
	color : #000000;
}

a:hover {
	color : #000000;
	text-decoration : none;
}

.texte_grd{
	font-size : 17px;
}

.objet{
	width : 100%;
	margin : 15px;
}

.photo{
	float : left;
	width : 30%;
}

.texte{
	float : left;
	width : 65%;
}

.thumb{
	float : left;
}
