/* CSS Document */

body {
	font-name:Arial;
}
.norepeat {
	background-repeat:no-repeat;
}
.blanc {
	color: #FFFFFF;
}
.noir {
	color: #000000;
}
.rouge {
	color: #FF0000;
}
.orange {
	color: #FFBA00;
}
.vert {
	color: #00FF00;
}
.vertFonce {
	color: #00AA00;
}
.jaune {
	color: #FFFF00;
}
.bleu {
	color: #000099;
}
.gris9 {
	color: #999999;
}
.grisFonce {
	color: #434343;
}
.gris6 {
	color: #666666;
}
.grisF8 {
	color: #F8F8F8;
}
.grisE2 {
	color: #E2E2E2;
}
.taille5 {
	font-size: 5pt;
}
.taille6 {
	font-size: 6pt;
}
.taille7 {
	font-size: 7pt;
}
.taille8 {
	font-size: 8pt;
}
.taille9 {
	font-size: 9pt;
}
.taille10 {
	font-size: 10pt;
}
.taille11 {
	font-size: 11pt;
}
.taille12 {
	font-size: 12pt;
}
.taille13 {
	font-size: 13pt;
}
.taille14 {
	font-size: 14pt;
}
.taille15 {
	font-size: 15pt;
}
.fondRouge {
	background-color: #FF0000;
}
.fondBlanc {
	background-color: #FFFFFF;
}
.fond6 {
	background-color: #666666;
}
.fond9 {
	background-color: #999999;
}
.fondF8 {
	background-color: #F8F8F8;
}
.bordure9 {
	border: 1px solid #999999;
}
.bordureNoir {
	border: 1px solid #000000;
}
.bordureRouge {
	border: 1px solid #FF0000;
}
.bordureTopVide {
	border-top:#FFFFFF;
}
.centrer {
	text-align: center;
}
.gras {
	font-weight: bold;
}
.nonGras {
	font-weight: none;
}
.italic {
	font-style: italic;
}
.souligne {
	text-decoration: underline;
}
.nonSouligne {
	text-decoration: none;
}
a.nonSouligne:hover {
	text-decoration: underline;
}
.hauteur9 {
	height: 9px;
}
.hauteur10 {
	height: 10px;
}
.hauteur11 {
	height: 11px;
}
.hauteur12 {
	height: 12px;
}
.hauteur13 {
	height: 13px;
}
.hauteur14 {
	height: 14px;
}
.hauteur15 {
	height: 15px;
}
.hauteur16 {
	height: 16px;
}
.hauteur17 {
	height: 17px;
}
.hauteur18 {
	height: 18px;
}
.clicIci {
	font-size: 9pt;
	color: #000000;
	text-decoration: none;
}
a.clicIci:hover {
	font-size: 9pt;
	color: #FFFFFF;
	text-decoration: underline;
}

.scrollBar {
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:white;
	scrollbar-base-color:red;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:red;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:red;
}

.scrollBar2 {
	scrollbar-3dlight-color:;
	scrollbar-arrow-color:white;
	scrollbar-base-color:#E01616;
	scrollbar-darkshadow-color:white;
	scrollbar-face-color:#E01616;
	scrollbar-highlight-color:;
	scrollbar-shadow-color:#E01616;
}

