html, body {
	margin: 0;
	padding: 0;
	background-color: #717A89;
	color:#000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	}

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

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

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

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


/* ----------------------------- */
/*       contenu accueil           */
/* ----------------------------- */
div#contentaccueil {
	background:#D9E2E5; /* couleur de font des pages*/
	border:1px solid #76888D; 
	color:#000;
	height: 100%;
	min-height:500px;
	
	clear: both;
	
	overflow: hidden;
	border-collapse:collapse;	
	-moz-border-radius: 10px;
	
	-webkit-border-radius:10px;
	
	border-radius:25px;
	
	padding:5px;
	
    float: right;

	width: 560px; /* largeur du contenu */
	
	margin-right: 10px;
    /*margin-top:270px;*/
	
}


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: 230px;
    /*padding: 0 0 1em 0;*/
    margin-bottom: 1em;
   }

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

#boutton li {
    margin: 0;
    /*font-size: 0.9em;*/
}
   
#boutton li a {
    display: block;
    padding: 2px 2px 2px 40px; /* décalage pour la puce*/
	background-position: left center;
    color: #000;
	/*font-size: 0.9em;*/

    text-decoration: none;
}



#boutton li a:hover {
   /* padding: 5px 5px 5px 20px;*/
    color: #000;
	background-image: url(../template/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
}


.titre-book{
	color: #592D10 ;
}

.texte-book{
	color: #000 ;
}

#positionpub{
text-align:center;
margin-top:150px;
}


#contentaccueil #actu table{
border:1px solid #592D10;
margin:5px;
padding:5px;
width:98%;
}


#contentaccueil #actu .date{
	font-size: 12px;
	color: #592D10;
}

#contentaccueil #actu img{
	width:120px;
	border:1px solid #999999;
	margin:5px;
}
