@charset "ISO-8859-1";
/*******************************************************************************
/* !!! IMPORTANT !!! NE PAS TOUCHER CI-DESSOUS :
/* sert à définir le top fixe avec un scroll uniquement sur le contenu
/* Lier au JS et à prototype
/*******************************************************************************/

html {
	overflow: auto;
	margin: 0;
	padding: 0;
}
body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	font-family: "trebuchet ms", tahoma, verdana, arial, sans-serif;
}
#topfix {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	overflow: hidden;
}
#contenu {
	position: absolute;
	left: 0;
	width: 100%;
	height: 1px;
	overflow: auto;
	text-align: justify;
}
#col_degauche {
	position: absolute;
	left: 0;
	overflow: auto;
	text-align: center;
}
#col_dedroite {
	position: absolute;
	overflow: auto;
	text-align: center;
}
#footfix {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 0;
	overflow: hidden;
	z-index: 1000;
}
/*
html {
	overflow: hidden;
}
#body {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	z-index: 0;
}
#topfix {
	z-index: 1000;
}
#contenu {
	min-height: 1px;
	z-index: 1;
}

*/
/**********************************************************
/* FIN NE PAS TOUCHER
/**********************************************************/
