	body {
		background-color: #000;
		margin: 0px;
		text-align: center;
	}

	#conteneur {
		position: relative;
		width: 700px;
		margin: 0px auto;
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #fff;
		text-align: left;
	}

	#contenu {
		margin-left: 200px;
		margin-top: 0px;
		padding-top: 0px;
		background-image: url(images/fond_contenu.jpg);
		background-repeat: repeat-y;
	}

	#entete {
		position: relative;
		width: inherit;
		height: 183px;
	}
	
	#hautcontenu {
		background-image: url(images/haut_contenu.jpg);
		background-repeat: no-repeat;
		width: 98%;
		height: 30px;
	}
	
	#texte {
		margin: 0px 10px 10px 15px;
	}
	
	#texte h1 {
		padding: 0px;
		margin: 0px;
	}
	
	#texte h2 {
		font-size: 16px;
		font-weight: bold;
	}
	
	#texte hr {
		color: #000;
		background-color: #000;
		height: 8px;
		border: 1px solid #000;
	}
	
	#texte a:link, #texte a:visited {
		color: #fff;	
	}
	
	#texte a:hover {
		color: #d5dbe9;
	}

	#texte a.titre_nouvelle:link, #texte a.titre_nouvelle:visited { 
		text-transform: uppercase;
		font-weight: bold;
	}
	
	#texte a.titre_nouvelle:hover {
		color: #d5dbe9;
	}	
	
	td {
		font-family: Georgia, "Times New Roman", Times, serif;
		font-size: 14px;
		color: #fff;	
	}
	
	p.date {
		margin: 5px 0px 5px 0px;
		font-size: 12px;
		font-style: italic;
	}
	
	p.nouvelle {
		margin: 3px 0px 3px 0px;
	}
		
	#gauche {
		float: left;
		width: 200px;
	}

	#basdepage {
		position: relative;
		width: 500px;
		height: 118px;
		background-image: url(images/basdepage.jpg);
		background-repeat: no-repeat;
	}

	#marge {
		margin: 0px 10px 0px 10px;
	}
	
	#marge p {
		padding-top: 30px;
		text-align: center;
		font-size: 12px;
	}

	a.basdepage:link, a.basdepage:visited {
		color: #fff;
		font-weight: bold;
		font-size: 11px;
	}
	
	a.basdepage:hover {
		color: #d5dbe9;
		font-weight: bold;
	}

	ul#menu
	{
		margin: 0 ;
		padding: 0 ;
		list-style-type: none ;
	}

	ul#menu li
	{
		margin: 0;
		padding: 0;
	}
	
	ul#menu li a
	{
		display: block ;
		width: 200px ;
		color: #000 ;
		text-decoration: none ;
		font-size: 0px;
		background: url(images/menu_fr.jpg) 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.menu1 { height: 67px; line-height: 67px; }
	ul#menu li a.menu1:hover { background: url(images/menu_fr.jpg) no-repeat -200px 0; }
	ul#menu li a.menu2 { height: 30px; line-height: 30px; background-position: 0 -67px;}
	ul#menu li a.menu2:hover { background: url(images/menu_fr.jpg) no-repeat -200px -67px; }
	ul#menu li a.menu3 { height: 48px; line-height: 48px; background-position: 0 -97px;}
	ul#menu li a.menu3:hover { background: url(images/menu_fr.jpg) no-repeat -200px -97px; }
	ul#menu li a.menu4 { height: 30px; line-height: 30px; background-position: 0 -145px;}
	ul#menu li a.menu4:hover { background: url(images/menu_fr.jpg) no-repeat -200px -145px; }
	ul#menu li a.menu5 { height: 31px; line-height: 31px; background-position: 0 -175px;}
	ul#menu li a.menu5:hover { background: url(images/menu_fr.jpg) no-repeat -200px -175px; }
	ul#menu li a.menu6 { height: 29px; line-height: 29px; background-position: 0 -204px;}
	ul#menu li a.menu6:hover { background: url(images/menu_fr.jpg) no-repeat -200px -204px; }
	ul#menu li a.menu7 { height: 32px; line-height: 32px; background-position: 0 -236px;}
	ul#menu li a.menu7:hover { background: url(images/menu_fr.jpg) no-repeat -200px -236px; }
	ul#menu li a.menu8 { height: 29px; line-height: 29px; background-position: 0 -268px;}
	ul#menu li a.menu8:hover { background: url(images/menu_fr.jpg) no-repeat -200px -268px; }
	ul#menu li a.menu9 { height: 29px; line-height: 29px; background-position: 0 -297px;}
	ul#menu li a.menu9:hover { background: url(images/menu_fr.jpg) no-repeat -200px -297px; }
	ul#menu li a.menu10 { height: 32px; line-height: 32px; background-position: 0 -326px;}
	ul#menu li a.menu10:hover { background: url(images/menu_fr.jpg) no-repeat -200px -326px; }