body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	margin: 0; /* il est conseillé de mettre à zéro la marge et le remplissage de l'élément body, pour tenir compte des différentes valeurs par défaut des navigateurs */
	padding: 0;
	text-align: center; /* ce paramétrage centre le conteneur dans les navigateurs IE 5.x. Le texte est ensuite aligné à gauche (valeur par défaut) dans le sélecteur #container */
	color: #000000;
	background-color: #666666;
}

body,td,th {
	color: #000;
}

a {
	font-size: 14px;
	color: #900;
}
a:link {
	text-decoration: none;
	color: #900;
}
a:visited {
	text-decoration: none;
	color: #900;
}
a:hover {
	text-decoration: underline;
	color: #800;
}
a:active {
	text-decoration: none;
	color: #900;
}

.oneColElsCtr #container {
	width: 830px; /* les marges automatiques (et dotées d'une largeur positive) centrent la page */
	border: 1px solid #000000;
	text-align: left; /* ce paramétrage annule le paramètre text-align: center de l'élément body. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #FFF;
}
.oneColElsCtr #mainContent {
	padding: 0 20px; /* ne pas oublier que le remplissage est l'espace à l'intérieur du cadre de l'élément div, alors que la marge est l'espace à l'extérieur de celui-ci */
}

.titrePage {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	text-align: justify;
	font-weight: bold;
}

.titrePage a:link {
text-decoration:none
}

.titrePage a:visited {
text-decoration:none
}

.titrePagea:active {
text-decoration:none
}

.titrePage a:hover {
	color: #FFF;
}

.Corpsdetexte {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	color: #000;
	text-align: justify;
}
.CorpsdetexteOutline {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	color: #000;
	text-align: justify;
}
.Titre_corpsdetexte {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	color: #000;
}

.titre_menu_color2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	font-style: normal;
	color: #333;
	background-color: #900;
}

.titre_menu_color2 a:hover{
	color: #333;
}

.titre_menu_color2 a:active{
	color: #FFF;
}

.titre_menu_color2 a:link{
	color: #FFF;
}

.titre_menu_color2 a:visited{
	color: #FFF;
}

.txt_blanc_small {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color: #FFF;
}.titrePagetimes {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	text-align: justify;
}
.titrePagecourier2 {
	font-family: "Courier New", Courier, monospace;
	font-size: 28px;
	font-style: normal;
	line-height: normal;
	color: #FFF;
	text-align: justify;
}

