body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}
table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
}

a:link {
	color: #0000FF;
}
a:visited {
	color: #0000FF;
}
a:hover {
	color: #FF0000;
}
a:active {
	color: #0000FF;
}

.menuhaut {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuhaut:link {
	color: #FFFFFF;
}
a.menuhaut:visited {
	color: #FFFFFF;
}
a.menuhaut:hover {
	color: #FFCC00;
}
a.menuhaut:active {
	color: #FFFFFF;
}

.menuclient {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #124E92;
	text-decoration: none;
}
a.menuclient:link {
	color: #124E92;
}
a.menuclient:visited {
	color: #124E92;
}
a.menuclient:hover {
	color: #FF0000;
}
a.menuclient:active {
	color: #124E92;
}

.menubas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #124E92;
	text-decoration: none;
}
a.menubas:link {
	color: #124E92;
}
a.menubas:visited {
	color: #124E92;
}
a.menubas:hover {
	color: #FF0000;
	text-decoration: underline;
}
a.menubas:active {
	color: #124E92;
	text-decoration: underline;
}
.taille10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
.titre_forum {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
A.titre_forum:visited {
	COLOR: #000000; TEXT-DECORATION: none
}
A.titre_forum:link {
	COLOR: #000000; TEXT-DECORATION: none
}
A.titre_forum:hover {
	COLOR: #FF0000; TEXT-DECORATION: underline
}

.lnoir {
	color: #000000;
	text-decoration: none;
}
A.lnoir:visited {
	color: #000000;
	text-decoration: none;
}
A.lnoir:link {
	color: #000000;
	text-decoration: none;
}
A.lnoir:hover {
	color: #000000;
	text-decoration: none;
	background-color: #DEECFB;
}

.champs {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	border: 0px Aucune;
	background-color: #DEECFB;
	padding: 0px 2px;
	margin: 0px;
	height: 14px;
}

.champs_admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight:normal;
	border: 1px groove;
	padding: 0px 2px;
	margin: 0px;
	background-color: #F4F4F4;
	color: #FF0000;
}

.champs_blanc {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px Aucune;
	background-color: #FFFFFF;
	text-align: right;
}
.champs_blanc_gras2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	border: 0px Aucune;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: right;
}
.champs_blanc_gras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	border: 0px Aucune;
	background-color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	padding: 0px 0px;
	margin: 0px;
	vertical-align: text-top;
	height: 18px;
}
.champs2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.bouton {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8px;
	border: 1px Aucune;
	color: #000000;
	background-color: #FFCC00;
	font-weight: bold;
	border-color: #F9F0D3;
	vertical-align: middle;
}
.bouton2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

TABLE.admin {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
}
TABLE.admin TD {
	border-top: Aucune;
	border-bottom: 1px dotted #000000;
}
TABLE.admin TH {
	border-top: Aucune;
	border-bottom: Aucune;
	background-color: #124E92;
}
#helpBox {
    position: absolute;
    z-index: 1000;
    top: 0px;
    left: 0px;
    width: 160px;
}
DIV.helpBoxDIV {
    width: 190px;
    padding: 2px;
    background: white;
    border: 1px solid black;

    color: black;
    font-family: Arial,Helvetica;
    font-style: Normal;
    font-weight: Normal;
    font-size: 10px;
    line-height: 14px;
}