* { font-family : Arial,Verdana,Geneva,Helvetica,sans-serif; }
	body {
	margin: 0;
	padding: 0;
	overflow-y: scroll; /* sert à ajouter la scrollbar sur Firefox */
	!overflow-y: none; /* commence par un point d'exclamation, c'est un hack; cette ligne n'est lue que par IE : elle évite une duplication de la scrollbar */
	font-size:14px;
	font-weight:normal;
	text-align: center;	
	background-color:#003399;
}
#page{
    position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -400px;
    top: 10px;
}
#entete{
margin-top:0px;
}	

#centre {
	margin-top:6px;
	padding-bottom:15px;
	float:left;
	width: 100%;
	color:#eee;
	background-color:#007;
}
	/* pieddepage
	----------------------------- */
#pieddepage {
	clear: both;
	font-size:16px;
	text-align:center;
	color:#fff;
}

#centre  a, #centre  a:visited, #centre  a:active
{
  text-decoration:none;
  color:#fff;  
}

#centre a:hover
{
  background-image:url(../images/bleu2.jpg);
} 

ul.a {list-style-type:circle;}
ul.b {list-style-type:square;}
ol.c {list-style-type:upper-roman;}
ol.d {list-style-type:lower-alpha;}

#pieddepage  a, #pieddepage  a:visited, #pieddepage  a:active
{
  text-decoration:none;
  color:#fc0;  
}

#pieddepage a:hover
{
  background-image:url(../images/bleu2.jpg);
} 

/*
.barremenu  a{
	height:14px;
	font-size:12px;
	padding-top:2px;
}
*/