@charset "utf-8";
/* Feuille de style Laurazarina.com */

body
{
   width: 900px;
   margin: auto; /* Pour centrer notre page */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
}

/* Page d'index */
#index
{
}
#update
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #666666;
	text-align: center;
	background-color: #FFFFFF;
	margin: 0px;
	padding-top: 20px;
}

/* L'en-tête */

#fond
{
	width: 900px;
	background-image: url(background.png);
	float: none;
	background-repeat: no-repeat;
	background-color: #E9E9E9;
}

#en_tete
{
   width: 900px;
   height: 140px;
   background-image: url("bandeau1.png");
   background-repeat: no-repeat;
}

#menu
{
   /* float: center; /* Le menu flottera au centre */
   width: 900px; /* Très important : donner une taille au menu */
   height: 40px;
   /* background-image: url("menu.png");
   background-repeat: no-repeat; */
}

#corps
{
	float: none;
	/* width: 900px; */
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #000000;
	margin-right: 15px;
	padding-top: 15px;
	padding-right: 50px;
	padding-bottom: 15px;
	padding-left: 50px;
}

/* Mise en page des liens web */

a
{
	text-decoration: none;
	color: #666666;
}

a:hover
{
	color: #CC0000;
	text-decoration: underline;
}

/* Mise en page div ALBUMS PHOTOS */

#menu_images
{
	float: left;
	width: 150 px;
	margin-top: 8px;
}

#conteneur_images
{
	margin-left: 190px;
	text-align: center;
	height: 550px;
	width: 550px;
}

/* Mise en page div CALENDRIER */

#timetable_menu
{
	margin-left: 10px;
	float: left;
}

#timetable_contenu
{
	margin-left: 100px;
	text-align: justify;
	overflow: auto;
	height: 600px;
}

/* Mise en page Biographies */

#biographies
{
	height: 700px;
	width: 780px;	
}
.titre_rubrique
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight: bold;
}

/* Mise en page Repertoire */
#repertoire_listing
{
	overflow: auto;
	height: 600px;
}

/* Mise en page div LIENS */

#links
{
	text-align: center;
	height: 300px;
	width: 780px;
}

#contact
{
	height: 400px;
	width: 630px;
	margin-left: 150px;
}
/* PIED DE PAGE */

#pied_de_page
{
   	width: 900px;
  	 height: 50px;
	text-align: center;
	color: #333333;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-image: url(habillage_menu/pied_de_page.png);
}

