@charset "UTF-8";
/* CSS Document */

body  
	{
	background-color: #851452;
	background-image:url(images/fond.jpg)
}
	
#page   
	{
	position: absolute;
	width: 980px;
	margin-left: -490px;
	left: 50%;
	height: 580px;
	margin-top: -290px;
	top: 50%;
	background-color: #851452;
	border:thin solid #FFFFFF;
	}
	
	#page2   
	{
	position: absolute;
	width: 900px;
	margin-left: -450px;
	left: 50%;
	height: 650px;
	margin-top: -325px;
	top: 50%;
	background-color: #990000;
	border:thin solid #FFFFFF;
	}
	
	

	


#tableau1 {
	border:solid;
	border-color:#Ffffff;
	}
	
	
#tableau2 {
	border: none;
	background-color:#990000;
	font-size: 10px;
	color: #FFFFFF;
	}


