body		
		{  
		    margin: 0;
			padding: 0;
		    font:85% arial, helvetica, sans-serif;
		    text-align: center;
			color: #333;
			background-color: #D6D6D6;
			background-image: url(images/fond.gif);
			
		}
		
		a:link		
		{
			color: #69C;
			text-decoration: none;
		}		
		
		a:visited { 
			color: #69C;
			text-decoration: none; 
		}
		
		a:hover, a:active		
		{
			color: #fff;
			background-color: #69C;
		
		}
		
		h2
		{
			color: #0000ff;
			font: 120% georgia, times,"times new roman", serif;
			font-weight: bold;
			margin: 0 0 2px 0;
		}
		
		h2 a { text-decoration: none; }
		
		h3
		{
			color: #0000ff;
			font: 106% georgia, times,"times new roman", serif;
			font-weight: bold;
			margin-top: 0;
		}
		
		#conteneur
		{
		    margin: 1em auto;
		    width:750px;
		    text-align: left;
			background-color: #fff;
			border: 1px none #fff;	
			
		}
		
		#entete		
		{
			height: 78px;
			width: 100%;
			background-image: url(images/top_image.png);
			background-repeat: no-repeat;
			background-position: 0 0;
			border-bottom: 1px solid #fff;
			position: relative;
			border: 1px none #fff;
		}
		
		#entete h1
		{
			font-size: 1px;
			text-align: right;
			color: #fff;
			margin: 0;
			padding: 0;
		}
		
		#navigation ul { list-style-type: none; }
		#navigation li { display: inline; }
		
		#menu
		{
			float: left;
			width: 155px;
			border-right: 1px solid #3399ff;
			padding-left: 20px;
		}
		
		#contenu { margin: 0 20px 40px 200px; }
		#contenu p { line-height: 165%; }
		.articles { border-bottom: 1px solid #c5c877; }
		.imagefloat { float: right; }
		
		#pied
		{
			clear: both;
			color: #272900;
			text-align: right;
			font-size: 90%;
		}
		
		.cache { display: none; }
		