body {
	margin:0;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	color:#000000;
}
#global{
	padding:auto;
	margin:auto;
	width: 900px;
}
.main {
	background-image: url(images/bgHome.jpg);
	height: 700px;
	width: 900px;
	background-repeat: no-repeat;
	background-position: center top;
}
.bouton {
	float: left;
	margin-top: 10px;
	height: 140px;
	width: 230px;
}

.menu {
	width: 435px;
	height: 134px;
	padding-top: 20px;
	float: left;
}
.spacer {
	clear: both;
}

.blocLeft {
	float: left;
	height: 300px;
	width: 340px;
	margin-top: 30px;
	text-align: left;
	margin-left: 10px;
}
.blocRight {
	float: right;
	height: 480px;
	width: 500px;
	margin-top: 30px;
	text-align: left;
	overflow: auto;
	margin-right: 10px;	
}
.blocRight a{
	color:#000000;
	text-decoration:none;
}
	
.footer{
	font-size: x-small;
}
.footer a{
	color: #000000;
	text-decoration:none;
}
