/*  Correction des styles HTML par defaut
/*  ------------------------------------------ */
body {
	
background: #FFF;
	
	text-align: center;
	
	
}

 table { margin: 0; padding: 0; border: none; }
h1 { margin: 0; padding: 0; font-size: 20px; text-decoration: bold; font-weight: bold; }
h2, h3, h4, h5, h6 { margin: 0; padding: 0; font-size: 16px; text-decoration: bold; font-weight: bold; }

/*  ------------------------------------------
/*  Disposition a l'ecran des blocs principaux
/*  ------------------------------------------ */
#page {
	width: 900px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

#navigation { float: right; width: 30%; margin-top: 1em; overflow: hidden; background: #e2ecec; }
a:link {

    color: #27b6d8;

    text-decoration: none;

    font-weight: bold;

    font-style: normal;

}
a:visited {

    color: #27b6d8;

    text-decoration: none;

    

    font-weight: bold;

    font-style: normal;

}
a:hover {

    color: #444343;

    text-decoration: underline;

  

    font-weight: bold;

    font-style: normal;

}
a:active {

    color: #444343;

    text-decoration: none;

    

    font-weight: bold;

    font-style: normal;

}
/* Pagination */
.pagination { clear: both; text-align: justify; font-size: 0.90em; color: #666; }
.pagination .on { font-weight: bold; color: #666; }
