html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
	/*color:#CFBB00;*/
	}

/* ----------------------------- */
/*       styles des liens        */
/* ----------------------------- */

a:link {
	color: #000000;
}
a:visited {
	color: #000000;
}
a:hover {
	color: #000000;
}
a:active {
	color: #000000;
}

img{
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
	
	
div#global{ /* contenu global du site */
	background:#F4875E; /* couleur de font du site */
	min-height: 100%;
	width: 902px;
	padding: 0px;
	margin: 0 auto;
	position: relative;
	background-position: center;
	border:1px solid #fff; 
	}
	
/* ----------------------------- */
/*       contenu pages           */
/* ----------------------------- */
div#content {
	background:#F2E2A4; /* couleur de font des pages*/
	border:1px solid #000; 
	color:#000;
	height: 100%;
	
	clear: both;
	
	overflow: hidden;
	border-collapse:collapse;	
	-moz-border-radius: 10px;
	
	-webkit-border-radius:10px;
	
	border-radius:25px;
	
	padding:5px;
	
    float: right;

	width: 600px; /* largeur du contenu */
	
	margin-right: 10px;
    margin-top:15px;
	
}

div#center {
	padding-bottom: 50px;
	overflow: auto;
}

/* ----------------------------- */
/*       bouton des menu         */
/* ----------------------------- */
div#positionflag {
   margin-left:100px;
   margin-top:15px;
   margin-bottom:15px;
   float: left;
}
	
#boutton {
    width: 12em;
    padding: 0 0 1em 0;
    margin-bottom: 1em;
   }

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

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



#boutton li a:hover {
    padding: 5px 5px 5px 20px;
    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;
}

.legende {
	color: #fff;
	text-align:center
}

.footer {
	list-style: none;
	font-size: 12px;
	color: #CFBB00;
	text-align:center
}