@charset "UTF-8";
body  {
	font: 70% Lucida Grande, Lucida, Lucida Sans Unicode, Arial, sans-serif;
	background: #E9E9E9;
	margin: 0;
	padding: 0;
	color: #222222;
    }

.Colonne #Corps {
	width: 1000px;
	background: #FFFFFF;
	margin: 0 auto;
	border: 0;
	text-align: left;		
    }

.Titre {
	font-size: 24px;
	color: #444444;
	font-weight: bold;
}

.Titrenoir {
	font-size: 24px;
	color: #222222;
	font-weight: bold;
}

.SousTitre {
	font-size: 18px;
	color: #444444;
	font-weight: bold;
}

.SousTitre2 {
	font-size: 16px;
	color: #444444;
	font-weight: bold;
}

.SousTitre3 {
	font-size: 14px;
	color: #444444;
	font-weight: bold;
}

.Legende {
	font-size: 9px;
	color: #888888;
}

.Legendegris {
	font-size: 9px;
	color: #BBBBBB;
}