body {
	background-color: #EEE;
}
a{
	color: #AABBEE;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
#BLOC_PRINCIPAL {
	position: relative;
	top: 5px;
	margin: auto;
	background-color: #FFF;
	width: 800px;
	height : 900px;
	border: 1px #AAA solid;
	font-family: Verdana;
	font-size: 12px;
	color: #888;
}
#HAUT_DE_PAGE {
	margin: auto;
	position: relative;
	top: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #AAA;
}
#BAS_DE_PAGE {
	margin: auto;
	padding-bottom: 10px;
	top: 10px;
	position: relative;
	text-align: center;
	font-family: Verdana;
	font-size: 10px;
	color: #AAA;
}
.ZONE {
	margin: 10px;
}
.SEPARATION {
	position: relative;
	top: 0px;
	color: #CCC;
	text-align: center;
}
#JAVA {
	text-align: right;
	font-style: italic;
	font-size: 10px;
}	
#JAVA_OK {
	color: #888;
}		
#JAVA_ERREUR {
	color: #EEBBAA;
}
.TEXTE_TITRE {
	font-size: 14px;
	text-align: left;
}
#ZONE_FORM_RAPIDE {
	border: 1px #DDD solid;
	margin: 10px 20px 10px 10px;
	padding: 5px;
}
#ZONE_FORM_AVANCEE {
	border: 1px #DDD solid;
	margin: 10px 20px 10px 10px;
	padding: 5px;
}
#STAT {
	border: 1px #DDD solid;
	margin: 10px 20px 10px 10px;
	padding: 5px;
}
#COMMENTAIRES {
	border: 1px #DDD solid;
	margin: 10px 20px 10px 10px;
	padding: 5px;
}

#TEXTE_AV {
	display: block;
}
#ZONECOM{
	display: none;
}
.ZONE_FORM_RAPIDE2 {
	border: 1px #DDD solid;
	margin: 5px 20px 0 60px;
	padding: 5px;
}
.champ {
	height: 16px;
	width: 96px;
	border: 1px #DDD solid;
	background-color: #EEEEFF;
}
.champ2 {
	height: 20px;
	width: 80px;
	border: 1px #DDD solid;
	background-color: #EEEEFF;
}
.champ_age {
	height: 20px;
	width: 32px;
	border: 1px #DDD solid;
	background-color: #EEEEFF;
	text-align: center;
}
.champ_port {
	height: 20px;
	width: 48px;
	border: 1px #DDD solid;
	background-color: #EEEEFF;
	text-align: center;
}
#lien {
	font-family: "Courier new";
}
#message_d_aide {
	display: none;
}
#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}
a.info {
	position: relative;
	color: red;
	text-decoration: none;
	border: 0px;
	font-family: Verdana;
	font-size: 12px;
	border-bottom: 1px gray dotted; /* on souligne le texte */
}
a.info span {
   display: none; /* on masque l'infobulle */
}
a.info:hover {
   background: none; /* correction d'un bug IE */
   z-index: 500; /* on définit une valeur pour l'ordre d'affichage */

   cursor: help; /* on change le curseur par défaut en curseur d'aide */
}
a.info:hover span {
   display: inline; /* on affiche l'infobulle */
   position: absolute;
		margin: auto;
   white-space: nowrap; /* on change la valeur de la propriété white-space pour qu'il n'y ait pas de retour à la ligne non-désiré */

   top: 30px; /* on positionne notre infobulle */
   
   background: white;

   color: #EEAABB;
   padding: 3px;

   border: 1px solid #AABBEE;
}
#log{
	font-family: "Courier New";
}
#mini{
	font-family: Verdana;
	font-size: 6px;
	font-style: italic;
}