.Menu {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
	border-right-style: Aucune;
	border-left-style: Aucune;
}
.BoutonActif {
	color: #000000;
	font-weight: bold;
	background-color: #FFFFFF;
	border: 1px solid #000000;
}
body {
	background-color: #336699;
}
a:link {
	text-decoration: none;
	color: #000000;
}
a:visited {
	text-decoration: none;
	color: #000000;
}
a:hover {
	text-decoration: underline overline;
	color: #000000;
}
a:active {
	text-decoration: none;
	color: #000000;
}
.TitrePage {
	font-family: "Comic Sans MS", Verdana, Arial, sans-serif;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.IntroPages {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	font-weight: bold;
	list-style-type: square;
}
.TitresContenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.Contenu {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	list-style-type: square;
}
.BoutonOff {
	text-decoration: none;
	color: #FFFFFF;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.BoutonOver {
	text-decoration: none;
	color: #000000;
	background-color: #FFFFFF;
	cursor: pointer;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: Aucune;
	border-bottom-style: solid;
	border-left-style: Aucune;
	border-top-color: #000000;
	border-bottom-color: #000000;
}
.Copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
}