html {
	height: 100%;
}

body {
	margin: 0;
	height: 100%;
	background-color:#181818;
}
#monImageFond {
	margin-left: auto;
	margin-right: auto;
}
#nonfooter {
	position: relative;
	width:100%;
	min-height: 100%; 
	height: auto;
	height: 100%; 
}

div#footer {
	position:relative;
	background-color:#fff;
	width:100%;
	margin-top:-61px;
	height:61px;
	overflow: hidden;
}
div#logo {
	position:relative;
	width:215 px;
	margin-top:-61px;
	height:61px;
	text-align: right;
	float: right;
	overflow: hidden;
}
div#filet {
	position:relative;
	margin-top:-28px;
	height:1px;
	margin-left: 20px;
	overflow: hidden;
}
div#lienHaut {
	position:relative;
	margin-top:px;
	height:40px;
	margin-left: 5px;
	overflow: hidden;
}
div#lienBas {
	position:relative;
	width:455px;
	margin-top:-12px;
	height:40px;
	margin-left: 10px;
	overflow: hidden;
}
h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	margin-top: 10px;
	color: #7f7f7f;
	font-weight: bold;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin-top: 10px;
	color: #7f7f7f;
	font-weight: bold;
}
.rubOn {
	color: #fff;
	background-color: 4b4135;
}
a{
	color: #7f7f7f;
	text-decoration: none;
}
a:hover{
	color: #4b4135;
	text-decoration: none;
}
