body {
	background-color: #D9E9C0;
	margin: 0;
	scrollbar-face-color: #D9E9C0;
	scrollbar-shadow-color: #D9E9C0;
	scrollbar-highlight-color: #D9E9C0;
	scrollbar-3dlight-color: #D9E9C0;
	scrollbar-darkshadow-color: #D9E9C0;
	scrollbar-track-color: #D9E9C0;
	scrollbar-arrow-color: Black;
	scrollbar-base-color: #D9E9C0;
	height: 100%;
}
.Titre {
	font-family: Times New Roman;
	font-style: normal;
	font-weight: bolder;
	text-align: center;
	color: Black;
	font-size: 24px;
}
.SousTitre {
    font-family: Times New Roman;
	font-style: normal;
	font-weight: bolder;
	text-align: justify;
	color: Black;
	font-size: 18px;
}
.Texte {
	font-family: Times New Roman;
	font-weight: bold;
	text-align: justify;
	font-size: 14px;
}
.TextePlus {
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	color: Black;
	font-size: 14px;
	text-align: center;
}
.TexteCouleur {
	font-family: Times New Roman;
	font-style: normal;
	font-weight: bold;
	color: Maroon;
	font-size: 14px;
}
.conteneur {
	width: 100%;
	height: 100%;
	background-color: #D9E9C0;
}
.header {
	height: 100px;
	background-color: #D9E9C0;
}
.gauche {
	float: left;
	width: 150px;
	background-color: #D9E9C0;
}
.contenu {
	background-color: #D9E9C0;
	height: 100%;
}
ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.menu {
	clear: both;
	margin-top: 5px;
	width: 120px;
	height: 30px;
	border: 1px solid Black;
	background-color: #66A066;
	text-align: center;
	font-size: 12px;
	font-weight: normal;
	color: Red;
}
#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenu9, #smenu10, #smenu11, #smenu12, #smenu13, #smenu14, #smenu15, #smenu16, #smenu17, #smenu18, #smenu19, #smenu20 {
	float: left;
	display: none;
	font-size: 12px;
	padding: 5px 0 5px 0;
	width: 120px;
	background-color: #99CC99;
}
a {
	text-decoration: underline;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: Yellow;
}
.Spacer {
	font-size: 18px;
}
.TitreItalic {
    font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	text-align: center;
	color: Black;
	font-size: 24px;
}
.Adresse{
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	font-size: 14px;
}
.Date {
	font-family: Times New Roman;
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
}
.TexteCitation {
	font-family: Times New Roman;
	font-style: italic;
	font-weight: bold;
	color: Maroon;
	font-size: 14px;
}
.TitreTableau {
	font-family: Times New Roman;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: Red;
	font-size: 24px;
}
.SousTitreTableau {
	font-family: Times New Roman;
	font-style: normal;
	font-weight: bold;
	text-align: center;
	color: Blue;
	font-size: 18px;
}
.DateTableau{
	font-family: Times New Roman;
	font-weight: bold;
	text-align: center;
	font-size: 14px;
	color: Red;
}
.DateTexteTableau{
	font-family: Times New Roman;
	font-weight: bold;
	text-align: justify;
	font-size: 14px;
	color: Red;
}
.TitreChapitre {
	font-family: Verdana;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	color: Black;
	font-size: 32px;
}
.TitreSousChapitre {
	font-family: Verdana;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	color: Black;
	font-size: 24px;
}
.TitreTexteChapitre {
	font-family: Verdana;
	font-style: italic;
	font-weight: bolder;
	text-align: center;
	color: Black;
	font-size: 18px;
}