		*
		{
			padding : 0px ;
			margin : 0px ;
			text-align : justify ;
		}
				
		body
		{
			background-color : #ffffff ;
		}

		.corps
		{
			width : 800px ;
			margin : auto ;
			background-image : url("./design/arrcorps.jpg") ;
			background-repeat : repeat-y ;
			background-position : center center ;
		}
		
		.header
		{
			background-image : url("./design/header.jpg") ;
			background-repeat : no-repeat ;
			background-position : center top ;
			height : 155px ;
		}
		
		.contenu
		{
			position : relative;
			width : 602px ;
			margin-left : 180px;
			padding-bottom : 5px;
		
		}
		
		.menu
		{
			
			float: left;
			width : 145px ;
			padding-left : 14px;
			position : static;
		}
		
		.menu li
		{
			padding : 0px ;
			margin : 0px ;
			display : block ;
			list-style-type : none ;
		}
	
		.menu a
		{
			padding : 5px ;
			font-size:12px;
			font-family:tahoma,arial;
			display : block ;
			background-color : #344dab ;
			color : #ffffff ;
			margin : 0px ;
			text-decoration : none ;
			padding-left : 5px ;
			font-weight : bold ;
			border-style : outset;
		}
		
		.menu a:hover
		{
			font-size:12px;
			font-family:tahoma,arial;
			padding-left : 10px ;
			background-color : #87d7e0 ;
			border-style : inset ;
			
		}
		
		.footer
		{
			background-image : url("./design/footer.jpg") ;
			background-repeat : no-repeat ;
			background-position : center bottom	;
			padding : 5px ;
			height : 30px ;
			text-align : center ;
		}
		
		.contenu p
		{
			font-family:tahoma,arial;
			color:#000000;
			font-size:11px;
		}	
		
		.separation
		{
		height : 1px ;
		overflow : hidden ;
		background-color : #344dab
		}
		
		.contenu h1
		{
			text-align:center;
			font-family:tahoma,arial;
			color:#000000;
	        font-size:15px;
			font-weight : bold ;
			border-bottom : 3px double #344dab ;
			text-align : right ;
			padding : 5px ;
			padding-right : 2px ;
		}
		
		.contenu hr
		{
			background-color: #344dab;
			color: #ffffff;
			height: 1px;
		}

		.contenu h2
		{
			font-family:tahoma,arial;
			color:#344dab;
	        font-size:12px;
			
			

		}
		
		.contenu h3  
		{
			font-family:tahoma,arial;
			color:#8B0B08;
	        font-size:12px;
	        text-align:left;		
		}
		
		.contenu h4
		{
			font-family:tahoma,arial;
			color:#22692F;
	        font-size:22px;
	        text-align:left;		
		}
		
		.contenu h5
		{
			font-family:tahoma,arial;
			color:#149315;
	        font-size:12px;
	        text-align:left;		
		}
	
		.contenu h6
		{
			font-family:tahoma,arial;
			color:#22692F;
	        font-size:14px;
	        text-align:left;		
		}
		
		.footer h6
		{
			font-family:tahoma,arial;
			color:#ffffff;
	        font-size:12px;
	        text-align:center;
			padding-top:6px;
		}
		
		.footer a
		{
			font-family:tahoma,arial;
			color:#ffffff;
	        font-size:12px;
	        text-align:center;
			padding-top:6px;
		}
		
		.contenu a
		{
			font-family:tahoma,arial;
			color:#87d7e0;
	        font-size:11px;
		}
		

		
		