﻿/* début du hack "fixed" permettant de fixer le menu fixe sous IE */
.source-image{
	position:fixed;
	height:100%;
	width:100%;
	top:0px;
	left:0px;
	overflow:hidden;
}

/* début du hack "fixed" permettant de fixer le menu fixe sous IE */
.content{
	position:relative;
	top:0px;
	width:100%;
	height:100%;
	overflow:hidden;
}

.Tableau_01{
	position:fixed;
}

/* annule le hack "fixed" pour les autres navigateurs que IE */

.entete{
	position:fixed;
	top:-2px;
	width:1024px;
	height:228px;

}
.menu{
	position:fixed;
	left:0px;
	top:222px;
	width:247px;
	height:100%;
}

