html, body {
 margin: 0;
 padding: 0;
 }
body {
 background-color: white; 
 font-family: Verdana, sans-serif; 
 font-size: 100%;
 color: white;
 }
h1 {
 font-size: 200%; 
 color: navy; 
 text-align: center;
 }
h2 {
 font-size: 150%; 
 font-weight: normal;
 color: red; 
 padding-left: 15px;
 }
ul,li {
 font-size: 100%;
 color: #0055AA;
 font-weight: normal;
 text-indent:0.1cm;
 }
#header img {
text-align: center;
padding: -0.5em;
margin: 0;
} 
a:link {
 font-size:100%;
 color: white;
 text-decoration: none;
 }
a:visited {
 font-size: 100%;
 color: white;
 text-decoration: none;
 }
a:active {
 font-size: 100%;	
 color: white;
}
a:hover {
 color: yellow;
 text-decoration: underline;
 font-weight: bold;
}
.NoirGras {
 font-size: 100%;
 color: #000000;
 font-weight: bold;
}
.NoirNormal {
 font-size: 100%;
 color: #000000;
 font-weight: normal;
}
.BrunGras {
 font-size: 100%;
 color: #660000;
 font-weight: bold;
}
.NoirReduit {
 font-size: 75%;
 color: black;
 font-weight: normal;
}
.LienNoir {
 font-size: 75%;
 color: black;
 font-weight: normal;
 text-decoration: underline;
}
.NoirGrasReduit {
 font-size: 75%;
 color: black;
 font-weight: bold;
}
.BlancSimple {
 font-size: small;
 color: #FFFFFF;
 font-weight: normal;
}
.BlancReduit {
 font-size: 75%;
 color: white
 font-weight: normal;
 text-decoration: none;
}
.JauneReduit {
 font-size: 75%;
 color: yellow;
 font-weight: normal;
 text-decoration: none;
}
.NavySimple {
 font-size: small;
 color: #0055AA;
 font-weight: normal;
}
.NavyReduit {
 font-size: 75%;
 color: #0055AA;
 font-weight: normal;
}
.BleuReduit {
 font-size: 75%;
 color: #0000FF;
 font-weight: normal;
}
.BleuMaxi {
 font-size: 125%;
 color: #0000FF;
 font-weight: bold;
}

p {
 text-indent:0.0cm;
 margin-left:0.5cm;
 margin-right:0.5cm;
}
.Aster {
 color: #FF0000;
}
.erreur {
 font-size: 75%;
 color: red;
 font-weight: bold;
}
td {
 color: #0055AA;
}
.Ok {
 font-size: 90%;
 color: blue;
 font-weight: bold;
}
.entete {
 font-size: 80%;
 color: black;
 font-weight: normal;
}
input {
 text-align: left;
}
.border2 {
 border-style: dotted solid dashed ; border-color:green ;
}
fieldset {
 padding:8px;
 margin-bottom:8px;
 }
legend {
 font-size: 75%;
 color:#0055AA;
 font-weight:bold
 }
a.btRetour{
	background:url(../images/RetAccueil.png);
	width: 115px;
	height: 68px;
	display: block;
	font-size: 75%;
	color: #0055AA;
	font-weight: normal;
	line-height: 19px;
	margin-top: 0px;
	text-decoration: none;
}
a:hover.btRetour{
	color: black;
	font-weight: bold;
}
a.onglet{
	background:url(../images/Onglet1.png);
	width: 96px;
	height: 29px;
	display: block;
	font-size: 70%;
	color: white;
	font-weight: normal;
	line-height: 12px;
	text-decoration: none;
	vertical-align: middle;
}
a:hover.onglet{
	color: black;
	font-weight: bold;
}






