@charset "UTF-8";
/* CSS Document */
body {
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10px;
}
table {
	border-color:	#FFFFFF;
	border:			0px;
}
tr {
	border-color:	#FFFFFF;
	border:			0px;
}
td {
	border-color:	#FFFFFF;
	border:			0px;
	padding:		30px;
}
a {
	font-size:12px;
	font-weight:lighter;
	text-decoration:none;
	color:#000000;
}
a:hover{
	font-weight:bold;
	text-decoration:underline;
}
#conteneur {
	width : 		800px;
	border:			0px;
	margin-left:	auto;
	margin-right:	auto;
}
#header {
	width:			800px;
	height:			70px;
	background-image:url(img/haut.jpg);	
}
#ligne {
	display:table-cell;
}
#gauche {
	width :			30px;
	height:			230px;
	float:			left;
	background-image:url(img/degrade.jpg);
}
#droite {
	width :			30px;
	height:			230px;
	float:			right;
	background-image:url(img/degrade.jpg);
}
#centre {
	width :			720px;
	float:			none;
}
#footer {
	width :			800px;
	height:			20px;
	border-top:		1px solid;
	margin-left:	auto;
	margin-right:	auto;
}