/* CSS Document */
body { 
	color: #000;
	font: Arial, Trebuchet MS, Lucida Sans Unicode, Tahoma, sans-serif;
	float: center;
	padding: 0;
	margin: 0;
	position: center;
	background: #e8e8e8;
	background-image: url(images/webdesign/design1-fond.jpg);
	background-position: center;
	background-repeat: repeat-x;
	}
/* BANNIERE */
#body-space {
	overflow: hidden;
	width: 1000px;
	height: 20px;
	margin: 0 auto;
	padding: 0 auto;
	}
/* CONTENU */
#body-centre {
	overflow: hidden;
	width: 1000px;
	height: 706px;
	margin: 0 auto;
	margin-left: 10px auto;
	padding: 0 auto;
	background-image: url(images/webdesign/design-1-centre.png);
	background-repeat: no-repeat;
	}
/* PIED DE PAGE */
#body-footer {
	overflow: hidden;
	width: 1000px;
	height: auto;
	margin: 0 auto;
	margin-bottom: 1px;
	padding: 0 auto;
	background: white;
	color : #333333;
	background-image: url(images/webdesign/parchemin.png);
	background-repeat: repeat;
	}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	text-decoration: none;
	color: #333333;
}
a:hover {
	text-decoration: none;
	color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #333333;
}
a:ban:link {
	text-decoration: none;
	color: red;
}
a:ban:visited {
	text-decoration: none;
	color: red;
}
a:ban:hover {
	text-decoration: none;
	color: red;
}
a:ban:active {
	text-decoration: none;
	color: red;
}
a img { 
	border: none; 
} 
body,td,th {
	font: Arial, Trebuchet MS, Lucida Sans Unicode, Tahoma, sans-serif;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
}
.Style1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.Style2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.Style3 {font-size: 16px}
.Style4 {
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 10px;
}
.Style5 {
	color: #CCCCCC;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.Style6 {font-size: 14px}
.Style7 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCCCCC;
}
.Style8 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #CCCCCC;
}
.Style9 {color: #666666}
h1 { font-family:Arial, Helvetica, sans-serif; font-size:15px; color:#000000; font-weight:bold }
h2 { a href="../../reportages.html" }
h3 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#CCCCCC; }
h4 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#CCCCCC; font-style:italic; }
h5 { font-family:Arial, Helvetica, sans-serif; font-size:14px; color:#666666; none; }
h6 { font-family:Arial, Helvetica, sans-serif; font-size:10px; color:#666666; none; }
-->