body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #FEF9F3;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	SCROLLBAR-FACE-COLOR:#A22D3F;
	SCROLLBAR-HIGHLIGHT-COLOR:#FFFFFF;
	SCROLLBAR-SHADOW-COLOR:#73202D;
	SCROLLBAR-3DLIGHT-COLOR:#FFD8B0;
	SCROLLBAR-ARROW-COLOR:#FFD8B0;
	SCROLLBAR-TRACK-COLOR:#FFD8B0;
	SCROLLBAR-DARKSHADOW-COLOR:#000000;
}
a:link {
	text-decoration: none;
	color: #AA0000;
}
a:visited {
	color: #AA0000;
	text-decoration: none;
}
a:active {
	color: #AA0000;
	text-decoration: none;
}
a:hover {
	color: #AA5555;
	text-decoration: none;
}

.rub_titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
}
.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	font-weight: 900;
}
.menu:link {
	color: #000000;
}
.menu:visited {
	color: #000000;
}
.menu:active {
	color: #AA0000;
}
.menu:hover {
	color: #AA5555;
}
.sousmenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#FFD8B0;
	font-weight: 900;
	background-color: #A22D3F;
	padding: 2px;
	text-align: right;
}
.titre1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #AA0000;
	font-weight: bold;
	border: 1px outset;
	width: 400px;
	background-color: #FFD9D9;
	list-style-type: circle;
	text-transform: uppercase;
}
.titre2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
}
.encadre {
	border: 1px dashed #AA0000;
	padding: 10px;
}
.sousmenu2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: #A22D3F;
	color: #FFD8B0;
}
.clignote {
	text-decoration: blink;
}

