﻿<!--
/* ============== CADRES PAGE INDEX ============= */

body {
	background-color: #FFEB8C;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	margin-top: 2px;
	padding: 0;
}

#conteneur {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background-color: #FFFFCC;
}
#coin_haut {
	position: absolute;
	left: 0;
	height: 90px;
	background-color: #99CCCC;

}

#header {
	height: 90px;
	background-color: #99CCCC;
	margin-left: 100px;
}

#cadre_heure {
	color: #FFFFFF;
	font-size: 90%;
	font-style:italic;
	position: absolute;
	left: 0;
	height: 20px;
	width: 100px;
	background-color: #9CA87F;
	text-align: center	;
}

#info_menu {
	color: #FFFFFF;
	background-color: #9CA87F;
	font-size:100%;
	height: 20px;
	margin-left: 100px;
	padding-left: 10px;

}
#centre {
	background-color: #FFFFCC;
	margin-left: 100px;
	padding-left: 10px;

}
#colonnemenu {
	position: absolute;
	left: 0;
	width: 100px;

}
#pied {
	color: #FFFFFF;
	height: 20px;
	background-color: #9CA87F;
	text-align: center;
}
#breves {
	position: absolute;
	top: 250px;
	left: 0em;
	width: 100px;
	height: 140px
}

/* ============== FIN CSS INDEX ============= */