/* GENERAL */
body {
	font-family : Arial, Helvetica, sans-serif;
	background-color : #FFFFFF;
	color : #323232;
	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;
}

#footer{
	margin : 40px 0 0 0;
	text-align : center;
	width : 100%;
}

.clearer{
	clear : both;
}

a {
	color : #999999;
}

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

img{
	border : none;
}

.texte_grd{
	font-size : 17px;
}