/* CSS Document */

body {
	margin: auto;
	padding: 0;
	height:100%;
	min-height:100%;
	background-color: #000066;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13.5px;
	}
/* pour changer il faut changer le code hexadécimal de
	background-color: #000066;
*/
#contenu {
	position:relative;
	width: 760px;
	min-height:100%;
	background: url(images/fond.jpg);
	left: 0px;
	top: 0px;
	margin:0 auto;
	padding: 0px;
	}

/* pour remplacer l'image du fond par une couleur, supprimer
background: url(images/fond.jpg); 
et remplacer par
background-color: #565787;
*/

/* L'en-tete */

#en_tete {
	width: 640px;
	height: 105px;
	margin-bottom: 10px;
	margin: auto;
	font-size: 12px;
	text-align: right;
	}

#en_tete a  {
	color: #000033;
	text-decoration: none;
	}


/* Le menu */

#menu {
	float: left;
	width: 150px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	margin-left: 10px;
	font-size: 12px;
	}

#menu h3 {
	margin-bottom: 0px;
	margin-top: 20px;
	color: #000044;
	background-color: #CCCCCC;
	font-size: 14px;
	padding-left: 5px;
	}

#menu a {
	color: #000033;
	text-decoration: none;
	}

#menu a:hover {
	color: #0000CC;
	text-decoration: none;
	}

/* Le corps de la page */

#corps {
	position:relative;
	width: 510px;
	float: left;
	margin-left: 40px;
	margin-right: 40px;
	margin-top: 20px;	
	}

/* Tous les titres h1 du corps */	
	
#corps h1 {
	height: 26px;
	padding-left: 45px;
	background-image: url("images/livres.jpg");
	background-repeat: no-repeat;
	color: #000044;
	font-size: 23px;
	text-decoration: none;
	margin-bottom: 40px;
	}
	
/* Tous les titres h2 du corps */

#corps h2 {
	margin-top: 15px;
	margin-bottom: 15px;
	color: #000066;
	text-align: left;
	font-size: 15px;
	text-decoration: none;
	}

/* Tous les titres h2 du corps */	

#corps h3 {
	margin-top: 15px;
	margin-bottom: 5px;
	color: #000066;
	text-align: left;
	font-size: 12px;
	text-decoration: none;
	}

#corps p {
	font-size: 13px;
	}

#corps img {
	padding: 10px;
	}

/* Les news */

#news {
	width: 200px;
	margin-left: 20px;
	margin-top: 20px;
	font-size: 10px;
	text-align: center;
	}

#news h2 {
	margin-bottom: 10px;
	margin-top: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #000044;
	background-color: #CCCCCC;
	text-align: center;
	font-weight: bolder;
	font-size: 12px;
	}

#news h3 {
	margin-top: 10px;
	padding-top: 0px;
	margin-bottom: 5px;
	padding-bottom: 0px;
	color: #000044;
	text-align: center;
	font-size: 12px;
	text-decoration: none;
	}

#news em {
	font-size: 8px;
	color: #000044;
	}

/* Le pied de page */

#pied_de_page {
	padding-left:10px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	text-align: center;
	margin-top: 40px;
	color: #000066;
	font-size: 10px;
	}
	
/* Les listes */

#liste {
	font-size: 12px;
	text-decoration: none;
	}

#liste a  {
	color: #000033;
	text-decoration: none;
	}

#liste a:hover {
	color: #0000CC;
	text-decoration: none;
	}
	
.spacer {
	clear: both;
	height: 5px;
	font-size: 2px;
	}