body {
	background-color:white;
	
	color:#000000;
	font-size:85%;
	font-family:"Comic Sans MS";
	
	}

div#body{
	width:900px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	}

div#bandeau {
	width:900;
	height:120px;
	background:url(images/banner.gif) no-repeat top left;
	
	}
div#menu {
	float:left;
	width:250px;
	height:auto;
	}
	
div#menu_haut {
	
	width:250px;
	height:106px;
	background:url(images/coords.gif) no-repeat top left;
	}
	
div#menu_in {
	float:left;
	width:155px;
	padding-top:175px;
	padding-left:20px;
	text-align:left;
	}

div#menu_bas {
	
	width:250px;
	height:374px;
	background:url(images/menu.gif) no-repeat top left;
	}

div#contenu {
	float:left;
	width:650px;
	height:auto;
	text-align:justify;
	overflow:auto;
	}
	
ul#menu
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
/* Suppression du margin, du padding et des puces du <ul> */
}

ul#menu li
{
	margin: 0 0 5px 0 ;
	padding: 0 ;
	font-size:95%;
/* Suppression du padding du <li> et on définit une marge basse de 5px pour aérer le tout */
}

ul#menu li a
{
	display: block ; /* On passe les liens en éléments de type block pour leur donner des propriétés de taille */
	width: 200px ;
	line-height: 15px ;
	color:#000000;
	text-indent: 40px ; /* On décale le texte de 40px du bord gauche */

	text-decoration: none ;
	background: url(images/bg_menu.gif) no-repeat 0 0 ; /* On met une image de background, que l'on positionne à 0px du bord gauche et 0px du bord haut */
	
}

ul#menu li a:hover
{
	background: url(images/bg_menu.gif) no-repeat 0 -15px ; /* Et ici on décale l'image du background de 30px vers le haut pour laisser apparaître la 2eme partie de l'image */
	
	color:#f32877;
	f
}
	
p {
	text-align:justify;
	}

h1 {
	text-align:center;
	font-size:130%;
	font-weight: bold;
	
	}
	
h4 {
	text-align:center;
	font-size:100%;
	font-weight: bold;
	}
h5 {
	font-size:110%;
	background-color:#486040;
	font-weight: bold;
	}
h6 {
	font-size:110%;
	background-color:red;
	font-weight: bold;
}

table {
	
	background-color:#f6a6d9;
	width:90%;
}

a:link {
	color: white }

}
