	/* CSS Document */
	
	body {
		margin: 0;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #567276;
	}
	
	#page {
		width: 600px;
		background-color: #FFFFFF;
		border: 8px solid #EFEFEF;
		margin: 30px auto 30px auto;
		
	}
	
	#contenu {
		width: 500px;
		margin-left:auto;
		background-color: #FFFFFF;
		margin-right: auto;
		padding-right: 10px;
		padding-left: 10px;
		padding-top: 0px;
		margin-bottom: 20px;
		padding-bottom: 10px;
		border: thin dotted #CCCCCC;
		
	}
	
	#contenu p
			{
		text-indent: 2em;
		line-height: 1.7em;
		color: #0033CC;
		font-family: "Trebuchet MS";
		text-align: justify;
			}
			
			
	div#appel p {
		color: #990000;
		width: 100%;
	   
	}		
	
	div#appel {
		margin: 0;
		padding: 10px;
	}
	
	   h1#header
		{
	height: 240px;
	margin: 0;
	border: thin dotted #000000;
	
		}
		
		h1#header a
		{
	width: 320px;
	height: 200px;
	display: block;
	background: url(image/forumhaut.jpg) no-repeat;
	position: relative;
	left: 120px;
	top: 15px;
		}
		
		h1#header a span
		{
			display: none ;
		}
