@charset "utf-8";
#fond {
	position: absolute;
	z-index: 2;
	top: 250px;
	right: 5%;
	width: 600px;
	text-align: center;
	vertical-align: middle;
	height: 560px;
}

#bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #CCC;
	background-color: #030;
	position: relative;
	height: 200px;
	width: 100%;
	left: 0px;
	right: 0px;
	overflow: hidden;
	z-index: 5000;
	top: 800px;
	text-align: center;
}
#bas_milieu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 180px;
	width: 800px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	color: #FFA;
	text-align: left;
}
.table_bas {
}
.bas_menu {
	font-weight: normal;
	float: left;
	width: 20%;
	position: relative;
	text-decoration: none;
	clear: none;
}
.titre_bas {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: 600;
	color: #FFA;
}
.bas_menu a {
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
#bas #bas_milieu .bas_menu a:hover {
	color: #FFF;
	font-weight: bold;
}



#blanc {
	position: absolute;
	z-index: 0;
	height: 1050px;
	width: 100%;
	top: 0px;
	right: 0px;
	background-color: #FFF;
}

.bas_norm {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: lighter;
	color: #FFF;
}
