html, body {
	margin: 0;
	padding: 0;
	background-color: #000;
	}
	
/* ----------------------------- */
/*       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:#AFB083; /* 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 {
	height: 100%;
	
	clear: both;
	overflow: hidden;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:25px;
		
    float: right;
	
}

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

/* ----------------------------- */
/*       contenu pages           */
/* ----------------------------- */
.actu {
	background:#E2DBB7; /* couleur de font des pages*/
	color:#000;
	height: 100%;
	
	clear: both;
	overflow: hidden;
	
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	
	border-radius:25px;
	
	padding:5px;
	
    float: right;

	width: 600px; /* largeur du contenu */
	
	margin: 10px;
	
}

.logobio{
text-align:center;
}

.texte-book {

	font-size: 11px;
	color: #333333;
}

/* ----------------------------- */
/*       bouton des menu         */
/* ----------------------------- */
div#boutton positionflag {
   margin-top: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: #000;
	text-align:center
}
