		body
		{
			margin: 10px 0 ;
			padding: 0 ;
			text-align: center ;
			font: 0.8em "Trebuchet MS", helvetica, sans-serif ;
			background: indianred ;
		}
		
		div#conteneur
		{
			width: 770px ;
			margin: 0 auto ;
			text-align: left ;
			border: 2px solid #ab4 ;
			background: #fff ;
		}
		
		h1#header
		{
			height: 250px ;
			margin: 0 ;
			background: url(sable.jpg) no-repeat left top ;
		}
		
			
		
		
		ul#menu
		{
			height: 24px ;
			margin: 0 ;
			padding: 0 ;
			list-style-type: none ;
		}
				
		ul#menu li
		{
			float: left ;
			text-align: center ;
		}

		ul#menu li a
		{
			width: 130px ;
			line-height: 25px ;
			font-size: 1.2em ;
			font-weight: bold ;
			letter-spacing: 2px ;
			color: indianred ;
			display: block ;
			text-decoration: none ;
			border-right: 5px solid #dea ;
		}

                ul#menu li a:hover
		{
                        color: #dea;
			background: url(sablenoir.jpg) repeat-x 0 0px ;
		}
		div#contenu
		{
			padding: 0 25px 0 100px ;
			background: url() no-repeat 15px 15px ;
		}
		
		
		
		p#footer
		{
			margin: 0 ;
			padding-right: 10px ;
			line-height: 30px ;
			text-align: right ;
			color: #8a0 ;
		}		
		
		.lebloccode 
		{
			border: 1px solid #000000;
			background-color : #FFEBCD; 
			font-family : arial;
			font-color : black;
			font-size : 12px;
			text-align:left;
			padding-left:2px;
		}

		.lebloccodecentre 
		{
			border: 1px solid #000000;
			background-color : #FFEBCD; 
			font-family : arial;
			font-size : 12px;
			text-align:center;
		}