#page {
	background-color: white;
	width: 100%;
	text-align: left;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	font-size: 62,5%;
}
#header {
	background-image: url(images/04_decoup_graphNatoine.jpg);
	background-position: center bottom;
	background-repeat: no-repeat;
	height: 223px;
	width : 100%;
}
#header h1{
	color: white;
	text-align: center;
	padding-top: 140px;
}
.construction{
	background-image: url(images/wip.gif);
	background-position: left;
	background-repeat: no-repeat;
	height: 69px;
	padding-left: 78px;
	padding-top: 34px;
}
#maincontent{
	float: left;
	width: 70%;
	margin-left: 2%;
}
#maincontent a{
	color : #0066CC;
	text-decoration : none;
}
#sidebar{
	float: right;
	padding-left: 5px;
	width: 20%;
}
#sidebar ul li{
	list-style-image: none;
	list-style-type: none;
	padding-top: 5px;
}
#sidebar ul li a{
	color : #0066CC;
	text-decoration : none;
}
#footer{
	clear: both;
	float: bottom;
	width:100%;
	text-align: center;
}
#footer a{
	text-decoration : none;
}
#footer a img{
	border: 0;
}
