html, body {
	background: #fff;
	margin: 0;
	padding: 0;
	border: 0 none;
	height: 100%;
}

h1, h2, h3, h4 {
	margin: 0px;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover {
	text-decoration:underline;
	font-weight: bold;
}

.maitre {
	position: relative;
	min-height: 100%;
	width: 99%;
	margin: auto;
}

.cols2Gauche19 {
	position: fixed;
	width: 19%;
	background: #fff;
	overflow: auto;
}


.cols2Droite19 {
	position: absolute;
	left: 20%;
	width: 80%;
	background: #fff;
}

.cols2Gauche50 {
	position: absolute;
	left: 0%;
	width: 49%;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

.cols2Droite50 {
	position: absolute;
	left: 51%;
	width: 49%;
	background: #fff;
	margin: 0px;
	padding: 0px;
}

#footer {
  position : fixed;
  width : 100%; /* obligatoire si la largeur du footer n'est pas spécifiée explicitement dans le code CSS */
  height : 1em;
  bottom : 0; /* positionner le footer en bas */
  left : 0; /* positionner le footer à gauche */
//  background : red;
}
