/* Feuille de style haut, pied et menu fixes - bloc central défilant */

/* Définiton des blocs DIV */

body,html,div {
	margin:0;
	padding:0;
}

body {
	min-width:776px; /* Prévention anomalie navigateur Gecko */
}

div#conteneur {
	margin:0 auto;
	
}

div#tete {
	height:370px;
	width:776px;
	margin:0 auto;
	margin-top: 20px;
	text-align:center;
}

div#bas {
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	height:20px;
}

body>div#bas {
	position:fixed;
}
div#pied {
	height:20px;
	width:776px;
	margin:0 auto;
	text-align: center;
}


/* Mise en page */
body,
html{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: normal;
	background-color: #EDD08D;
	text-align: justify;
}
div#tete {
	background:##EDD08D;
	color:#fff;
}

a:hover {
	text-decoration: underline;
	color: #006400;
}
a:link {
	text-decoration: underline;
	color: #734911;
}
a:visited {
	text-decoration: underline;
	color: #8B4513;
}
