@charset "utf-8";

/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #A2A2A2;
	background-image: url(graphisme/arriere-plan-site.jpg);
	bottom: auto;
	background-color: #000;
	background-repeat: no-repeat;
}


#Global {
	width: 800px;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	clip: rect(auto,auto,auto,auto);
	height: auto;
	margin-top: 25px;
	background-color: #333;
	border: 1px solid #000;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
#baniere {
	height: 150px;
	width: 800px;
	position: relative;
	background-image: url(graphisme/baniere.PNG);
}
#menu {
	height: 40px;
	width: 800px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	position: relative;
	background-color: transparent;
}
#contenu {
	width: 800px;
	text-align: center;
	height: auto;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
	position: relative;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	font-size: 12px;
}
#banierebas {
	position: relative;
	width: 800px;
}
#materiel {
	margin: 15px;
}
#navigation {
	margin: 10px;
}
#news {
	margin: 50px;
}

