body {
	background-color: #432c3c;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
	margin:0;
}

h1, h2, h3, h4{
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	display:inline;	
	margin:2px;
}

h1{
	font-size: 14px;
	font-weight: bold;
}

h2 {
	font-size: 12px;
	font-weight:normal;
}

h3 {
	font-size: 11px;
	font-weight:normal;
}


#conteneur { 
	width: 820px; 
	height: 610px; 
	margin-left: -365px; 
	margin-top: -305px; 
	top: 50%; 
	left: 50%; 
	position: absolute; 
}

a{
 color:#432c3c;
 text-decoration:none;
}

a:hover{
	text-decoration:underline;
}
