body {
	background-color: #d3fc86;
}

#loading {
	position:absolute; 
	background-color:#d3fc86; 
	width:100%; 
	height:100%; 
	top:0px; 
	left:0px;
	text-align:center;
    -moz-opacity:0.75;
    opacity:0.75;
    filter:alpha(opacity=75);
}
div.milieu
{
/*	border:#006 thin solid;*/
	position:absolute;
	left: 50%;
	top :50%;
	width: 950px;
	height: 590px;
	margin-left: -475px;  /* half of width */
	margin-top: -295px;   /* half of height */
/*	background-color: #99CCFF; */
}
div.bas
{
	position:absolute;
	top :50%;
	width: 100%;
	height: 25px;
	margin-top: 295px;
	text-align: center;
}

a:link, a:visited, a:active {
	text-decoration:none;
	color:#006;
}
a:hover {
	color:#0CF;
}

body {
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
}

p {
	text-indent: 25px;
}

/*************************************************************
*  Section pour le menu de la page d'accueil 
*************************************************************/
#menuAccueil ul {
	list-style: none;
	margin:0; padding:0;
}
#menuAccueil li  {
	margin: 0; padding: 0px 0px 0px 24px;
/*	border: 2px solid #456;*/
	background-image: url(icon.png);
	background-repeat: no-repeat;
	background-position: 3px 3px;
	color:#AAAA00;
	font-size: 38px;
	width: 100%;
}

div.menuAccueil {
	position:absolute;
}
div.fond, div.fondHaut {
	position:absolute;
	/*border: 2px solid #456;*/
	background-color:#093;
    -moz-opacity:0;
    opacity:0;
    filter:alpha(opacity=0);
}
#texteMenuAccueil a {color:#FE0;}

/*************************************************************
*  Section pour le menu en haut de la page
*************************************************************/
div.menuHaut {
	position:absolute;
}

.menuHaut, #menuHaut a {
	font-family:Arial, Helvetica, sans-serif;
	font-variant:small-caps;
	font-weight:bold;
	font-size:13px;
	color:#FF0;
	height: 1px;
	margin: 0px;
	padding: 0px;
}

/*************************************************************
*  Section pour les pages de textes
*************************************************************/
div.page {
	position:absolute;
	top:0px;
	left:0px;
	color:#009;
	width:910px;
	height:430px;
	font-size:24px;
}

table.page {
	color:#009;
	font-size:24px;
	padding:10px;
}

h1 {
	margin: 2px;
}
