		/* GENERAL */
		
		body {
			font-family : Arial, Helvetica, sans-serif;
			background-color : #88878c;
			color : #ffffff;
			text-align : center;
			padding : 0px;
			margin : 0px;
		}
		
		#header{
			width : 800px;
			height : 165px;
			background-image : url("fond_01.jpg");
			background-repeat : no-repeat;
			margin-left : auto;
			margin-right : auto;
			margin-top : 80px;
		}
		
		#contenu{
			margin-left : auto;
			margin-right : auto;
			width : 700px;
			text-align : left;
			font-size : 11px;
			padding : 5px;
		}
		
		#flash_content{
			text-align : center;
		}
		
		#footer{
			margin : 40px 0 0 0;
			text-align : center;
			width : 100%;
		}
		
		#relative{
			position : absolute;
			text-align : center;
			height : 30px;
			top : 30px;
			padding-left : 60px;
		}
		
		.clearer{
			clear : both;
		}
		
		
		
		/* LIENS */
		
		.black_link {
			color : #000000;
		}
				
		.black_link:hover {
			color : #000000;
			text-decoration : none;
		}
		
		a {
			color : #e60004;
		}
		
		a:hover {
			color : #e60004;
			text-decoration : none;
		}
		
		
		
		/* MENUS */
		
		#menu{
			list-style-type : none;
			padding : 0;
		}
		
		.sous_menu{
			list-style-type : none;
		}
		
		.sous_menu li{
			display : inline;
		}
		
		
		
		/* TEXTES */
		
		.texte_grd{
			font-size : 22px;
			margin : 15px;
		}
		
		.titre{
			font-weight : bolder;
			font-size : 18px;
			margin : 10px;
		}
		
		.sous_titre{
			font-weight : bolder;
			font-size : 15px;
			margin : 5px 5px 5px 30px;
		}
		
		.date{
			font-style : italic;
		}
		
		.texte{
			padding : 10px;
		}
		
		.black{
			color : #000000;
		}
		