@import url("reset.css");

html, body {
	height:100%;
	width:100%;
	min-width: 500px;
	position:absolute;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
}
body {
	background:url(../images/charte/charte_01.jpg);
}
#lille1, #pied {
	background-color: #CCC;
	height: 8%;
	width:100%;
}
#main {
	overflow:auto;
	height:auto;
	margin-bottom:5%;
	position:relative;
	width:100%;
	min-height:450px;
	overflow:hidden;
	clear: both;
	float: none;
}
#main #nav {
	color: #FFF;
	background-color: #333;
	width: 100%;
}
#main .box {
	height: 482px;
	width: 482px;
	background-color: #999;
}
#main .box, #main .box2, #main .box3 {
	float: left;
	margin: 5px;
	padding:3px;
}
#main .box2 {
	height: 150px;
	width: 150px;
	background-color: #999;
}
#main .box2:hover {
	/*height:315px;
	width:315px;*/
}
#main .box3 {
	height: 150px;
	width: 315px;
	background-color: #999;
}
#main #centre {
	width: 96%;
	margin-right: auto;
	margin-left:auto;
}

