
BODY {

  font-family: Arial;
  background-color: #6666CC;
  text-align: center;
}

A:link {
	color: white;
	text-decoration: none;
}
A:active {
	color: red
	text-decoration: none;
}
A:visited {
	color: black
	text-decoration: none;
}

.img {
  	background-color: white;
}

A.img {
	color:black;
	font-family:monospace;
	font-weight:bold;
}

H1.decale {
	color:black;	
	text-align: center;
	margin-left: 6px;
	margin-top: 1px;	
}

H1 {
	color: #FF9933;
	text-align: center;
	margin-top: -60px;
}


H2.decale {
	color:black;
	text-align: left;
	margin-left: 8px;
	margin-top: 4px;
	position: absolute;	
}

H2 {
	font-family: Arial;
	font-size: large;
	color:#C3C3C3;	
	margin-top: -1px;
	margin-left: 3px;
	position: relative;
	text-align: left;
}


H3.decale {
	color:black;
	text-align: left;
	margin-left: 8px;
	margin-top: 4px;
	position: absolute;	
	  font-size: medium;	
}

H3 {
	font-family: Arial;
	font-size: medium;
	color:#C3C3C3;	
	margin-top: -1px;
	margin-left: 3px;
	position: relative;
	text-align: left;
}


.stat {
	position: relative;
	color: white;
	text-align: left;
	text-indent:left;
	margin-left: 50px;
}

SPAN.nombre {
	color: yellow;
}

UL {
	font-family: Verdana;
	font-weight: bold;
	background-color: #9999FF;
	border-width: thick;
	border-color: #6666CC;
	border-style: solid;
	margin-left: -40px;
	margin-right: -30px;
	margin-bottom : 5px;
	padding-bottom: 2px;
	padding-left: -30px;
	padding-right: 0px;
	padding-top: 2px;
	text-align: left;
	width: 200%;
}

HR {
	margin-left: 0px;
	width:200%;
}

TD.Intitule {
	background-color: #95b9c7;
	font-size: medium;
	font-weight:bold;
	text-align : left;
}
      	
TD.Simple {
	background-color: #b5b5f5;
}

TD.SimpleBiblio {
	background-color: #b5b5f5;
	text-align: center;
	font-weight:bold;
}

TD.SimpleDec {
	background-color: #b5b5f5;
	text-indent: 20px;
} 

.nomGras {
	font-weight: bold;
}

.MsgOkTitre {
	font-size: x-large;
	color: #C0C0C0;
	text-align: center;
}

.MsgOkInfo {
	font-size: large;
	color: #C0C0C0;
	text-align: center;
	margin-top: 50px;
}

TD.NON {
  	text-align:center;
	background-color: #CC9999;
}

TD.OK {
	text-align:center;
 	 background-color: #00CCCC;
}

TD.noir {
	text-align:center;
  	background-color: black;
}

TD.rouge {
  	text-align:center;
	background-color: red;
}

TD.orange {
  	text-align:center;
	background-color: yellow;
}

TD.vert {
  	text-align:center;
	background-color: green;
}

TD.normal {
  	text-align:center;
	background-color: #00CCCC;
}

.gauche {
  	text-align:left;
	background-color: #FFFFFF;
}