@charset "UTF-8";
*{
	margin:0px;
	padding:0px;
	
}
body {
	text-align:center;
	background-image:url(data/fond-site.png);
	background-repeat:no-repeat;
	background-position:center;
	background-attachment:fixed;
	background-position:top;
}
#global{
	width:900px;
	left:50%;
	margin-left:-450px;
	margin:auto;
	text-align:left;
	font-family: "Times New Roman", Times, serif;
}
#nav, #nav a{
	color:#003399;
	text-decoration:none;
}
.clear{
	clear:both;
}
#colonnegauche{
	float:left;
	width:190px;
	color: #003399;
	margin-left:10px;
}
#colonnedroite{
	float:left;
	width:700px;
	color: #003399;
}
.case{
	margin:10px;
	float:left;
	width:150px;
}
ul li{
	list-style:none;
	font-family:arial;
	font-size:12px;
	margin-top:5px;
}
ul li a{
	color: #666;
	text-decoration: none;
}
ul li a:hover{
	color: #003399;
	text-decoration: none;
}
#next, #next a{
	font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:12px;
}
h3{
	font-family:"Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
}
.petit{
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
}
.text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
}
.tableaux{
	width:660px;
	background-image:url(data/fond-img.jpg);
	background-repeat:no-repeat;
	padding:20px;
	text-align:center;
}