html, body  {
	margin: 0;
	padding: 0;
	background-color: #999999;
	background-position: center;	
	
}

table{ /* contenu global du site */
	
	min-height: 100%;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	background-position: center;
	
	}

PageCenter{
			background-color: #FFFFFF;
			   margin:2px;
			   padding:5px;
			   margin-left: 210px; 
			   margin-top: 263px; 
			   float:right,top; 
			   border: 1px solid #000000; 
			   text-align:top;
}

a:link {
	text-decoration: none;
    color: #000;

}

a:visited {
	text-decoration: none;
    color: #000;
}

a:active {
	text-decoration: none;
    color: #000;
}
a:hover{
	text-decoration:none;
    color: #FFFF00;
}

/* ----------------------------- */
/*       bouton des menu         */
/* ----------------------------- */

#boutton {
    padding: 0 0 1em 0;
    margin-bottom: 1em;
   }

#boutton ul {
    list-style: none;
    margin:0;
    padding:0;
    border: none;
}

#boutton li {
	padding-left: 10px;
    margin: 0;
   }
   
#boutton li a {
    display: block;
    padding: 2px 2px 2px 2px;
	background-position: left center;
    color: #000;
    text-decoration: none;
}



#boutton li a:hover {
    padding: 2px 2px 2px 2px;
    color: #FFFF00;
	background-image: url(../images/puce_on.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	border-bottom-width: 1px;
	border-bottom-color: #5384D0;
}