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

body
{
	width: 850px;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 20px;
	/* background-image: url("images/fond.png"); /* Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
    background-color: #D7FBE0; /* Une couleur de fond pour la page */
	
    /* polices de caractère */
   	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;  
   
}

a:link {
	color: #009933;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #009933;
}
a:hover {
	text-decoration: underline;
	color: #00CC00;
}
a:active {
	text-decoration: none;
}

#en_tete
{
   width: 850px;
   height: 100px;
   background-repeat: no-repeat;
   margin-bottom: 1px;
   background-color: #2c8643;
   background-image: url("images/entete_banniere.jpg"); /* Image de fond */
}

#menu
{
	width: 850px; /* Très important : donner une taille au menu */
	height: 30px; /* hauteur du menu */
	background-color: #2c8643;
	margin-bottom: 1px;
}

#corps
{
   margin-bottom: 1px;
  
   background-color: #FFFFFF; /* Une couleur de fond pour le corps */
   background-image: url("images/fond_accueil.jpg");
}

.actualite
{
	float: left;
	width: 300px;
	background-color: #eaf3ed;
	font-size: 11px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 540px;
}

.listing_actualite
{
	padding-left: 20px;
	height: 480px;
	overflow: auto;
}

.maxime
{
	margin-left: 350px;
	padding-top: 60px;
	font-size: 12px;
	height: 540px;
}

.menu_biographie
{
	float: left;
	width: 120px;
	background-color: #eaf3ed;
	font-size: 11px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 540px;
}

.biographie
{
	margin-left: 150px;
	padding-top: 60px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	font-size: 11px;
	
	height: 520px;
	overflow: auto;
}

.menu_catalogue
{
	float: left;
	width: 180px;
	background-color: #eaf3ed;
	font-size: 11px;
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 20px;
	height: 540px;
}

.catalogue
{
	height: 470px;
	overflow: auto;
}

.listing_genres
{
	margin-left: 210px;
	padding-top: 50px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	font-size: 12px;
	
	height: 530px;
}

.listing_genres_developpe
{
	height: 470px;
	overflow: auto;
	padding-right: 10px;
	font-size: 11px;
}

.listing_genres_developpe2
{
	height: 400px;
	overflow: auto;
	padding-right: 10px;
	font-size: 11px;
}

.listing_genres h2
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #009900;
}

.listing_genres a: link
{
	color: #000000;
	text-decoration: none;
}
.listing_genres a: visited
{
	color: #000000;
	text-decoration: none;
}
.listing_genres a: hover
{
	color: #999999;
	text-decoration: underline;
}

/* MISE EN PAGE DES INFOS DE DISCOGRAPHIE */
.discographie_cadre
{
	height: 520px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 19px;
}

.disco_deroulant
{
	padding-top: 40px;
	height: 430px;
	overflow: auto;
}

.set
{
	height: 170px;
}

.informations_discographie
{
	float: left;
	width : 370px;
	margin-left: 39px;
	font-size: 11px;
}

.image_disque
{	
	padding-top: 15px;
	margin-left: 430px;
}

/* MISE EN PAGE DE LA BIBLIOGRAPHIE */
.bibliographie_cadre
{
	height: 520px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 50px;
	padding-left: 19px;
}

.biblio_deroulant
{
	padding-top: 40px;
	height: 430px;
	overflow: auto;
}

.set
{
	height: 170px;
}

.informations_bibliographie
{
	float: left;
	width : 370px;
	margin-left: 39px;
	font-size: 11px;
}

.image_livre
{	
	padding-top: 15px;
	margin-left: 430px;
}


/* MISE EN PAGE DES ADRESSES UTILES */

.adresses_utiles
{
	font-size: 11px;
	padding-left: 50px;
	padding-top: 20px;
	padding-bottom: 20px;
}

/* MISE EN PAGE PAGE WEBMASTER */
.webmaster
{
	color: #000000;
	text-align: center;
	padding-top: 240px;
	height: 360px;
}


#pied_de_page
{
	height: 30px;
	padding: 9px;
	text-align: right;
	background-color: #D7FBE0;
	font-size: 11px;
	background-image: url(images/pied_de_page.jpg);
	background-repeat: no-repeat;
	color: #FFFFFF;
}

.pied_de_page a:link {
	color: #FFFFFF;
	text-decoration: none;
}
.pied_de_page a:visited {
	text-decoration: none;
	color: #FFFFFF;
}
.pied_de_page a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
.pied_de_page a:active {
	text-decoration: none;
}

