@charset "UTF-8";
/* CSS Document */


body {
    height: 100%;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	background-color: #8D8D87;

	}
p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: smaller;
	}
	
#titre
{	
	margin-left:35px;
	margin-top:20px;
	background-color:#8D8D87
	}
	
#ColonneGauche
{
	float: left;
	width:200px;
	height: 100%;
	}
	
#Contenu
{
	float:none;
	width:800px;
	margin-right: auto;
	margin-left: auto;
	}

#contenuExtra/*seulement pour la page Extra*/
{
	float:none;
	width:400px;
	margin-left: 30%;
	margin-top: 150px;
	color:#E8E8E8; /* met le texte <span> en noir */
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.livres{
width: 120px;
	height: 157px;
	overflow: hidden;
	margin-top: 20px;
	float: left;
	margin-left: 5px;
}
	
#menu
{
	padding: 0;
	margin-top:40px;
	margin-left: 25px;/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
	border:none;
	width: 150px;
	}
	
#menu img, span
{
	vertical-align: middle;
	}
	
a:hover 
{
border-bottom: 0px;
	}/* indispensable pour IE seulement */



#menu ul
{	padding: 0;
	list-style-type: none;
	padding: 0;	
	border:none;
		vertical-align: middle;

	}
	
a
{
text-decoration:none;
	}
	
a img
{
	border: none;
	background-color: #8D8D87;
	margin-bottom: 15px;
	}

a span 
{
	display:none ; /* cache les <span> placés dans un lien <a> */
	text-decoration:none ; /* supprime le soulignement du texte <span> */
	color:#003333 ; /* met le texte <span> en noir */
	border: none ;
	margin-left:15px;

	}
	
a:hover span 
{
	display: inline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size-adjust: smaller;
	} /* Montre le texte <span> lors du survol */

.stylelienrouge 
{
	color: #CC3333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 15px;
	display: inline;
	}

#thumbnailcontainer 
{
	margin: 0;
	padding: 0;
	border: 0;
	}

#thumbnailcontainer ul li 
{
	display: inline;
	list-style: none;
	border: none;
	
	}

#table 
{
	width= 800px;
	text-align:center;
	border: none;
	border-collapse: collapse;
	table-layout: fixed;
	padding: 0px;
	margin-bottom: 20px;
	margin-top: 40px;
	margin-right: auto;
	margin-left: auto;
	}

#loadarea {
	height: 430px;
	text-align: center;
	font: 10pt verdana;
	font-family:Verdana;
	color: #333333;
	line-height: 3em;
	}
