body { 
	font-family: "Arial", "Times New Roman", Times, serif; 
	font-size: 16px; 
	color: #000936; 
	background-color: #FFFFFF; 
	SCROLLBAR-FACE-COLOR: #7F7FFF; 
	SCROLLBAR-HIGHLIGHT-COLOR: #7F7FFF; 
	SCROLLBAR-SHADOW-COLOR: #3F3FEF; 
	SCROLLBAR-3DLIGHT-COLOR: #BDC6F7; 
	SCROLLBAR-ARROW-COLOR:  #000398; 
	SCROLLBAR-TRACK-COLOR: #8DA6E0; 
	SCROLLBAR-DARKSHADOW-COLOR: #000398
}

a:link { color:#00186b; text-decoration:none; }
a:visited { color:#00186b; text-decoration:none; }
a:hover { color:#005de4; text-decoration:none; }
a:active { color:#005de4; text-decoration:none; }

p { text-align: justify }
p.center { text-align: center }

table.header {
	border:none 0;
	cursor:hand;
	text-align:center;
	margin: 0px;
	padding: 0px;
	background-color: #00309C;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}

td.header {
	border:none 0;
	cursor:hand;
	text-align:left;
	margin: 0px;
	padding: 0px;
	background-color: #00309C;
	width: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #FFFFFF;
}


div.contenu {
	border-bottom:#00309C 1px solid;
	border-left:#00309C 1px solid;
	border-right:#00309C 1px solid;
	width: 100%;
}

div.boite {
	border: #00309C 1px solid;
}

td.liste { font-family: "Arial", Times, serif; font-size: 13px }

h1 { text-align: center }
h2 { text-align: center }
h3 { text-align: center }
hr { color: #00309C; height:1 }
hr.warning { color: red; height:1 }

.titre { font-family: "Arial", "Times New Roman", Times, serif; font-size: 14px; font-weight: bold; color: #000936; text-align: left}
.titre1 { font-family: "Arial", "Times New Roman", Times, serif; font-size: 12px; font-weight: bold; color: #000936; text-align: left}
.inverse { font-family: "Comic Sans MS", "Times New Roman", Times, serif; color: #7F7FFF; background-color: #000936}

.code {
	font-family: Courier, 'Courier New', sans-serif; font-size: 11px; color: #006600;
	background-color: #FAFAFA; border: #EAE8CF; border-style: solid;
	border-left-width: 1px; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px
}
.petit { font-size: xx-small }
.moyen { font-size: x-small }
.menu { font-family: "Arial", Times, serif; font-size: 12px;}
.submenu { font-family: "Arial", Times, serif; font-size: 11px; }
.credits { font-size: xx-small; font-style: italic; text-align: right }
.popperlink {position:absolute; visibility:hidden; z-index:4; font-size: xx-small }
.highlight { font-weight: bold }
.warning {  font-size: x-small; color: red; background: white; text-align: justify }