/****************
	Styles Globaux Standards
	correspond aux valeurs par défaut les plus pratiques :
****************/
html, body {
	margin : 0;
	padding : 0;
	border : 0 none;
	overflow : hidden;
	height : 100%;/* pour IE */
}
div {
	margin : 0;
	padding : 0;
}
img {
	border : 0 none;
}
table, tr, td, th, form, p, input, select, textarea {
	margin : 0;
	padding : 0;
}
/****************
	Styles du Template :
****************/
.HTMENU{
	position: absolute;
	float:left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 0;
	top: 0;
	height: 70px;
	width: 132px;
	background: URL("images/htmenu.gif");
}

.HTMENU img{
	margin-top : 7px;
}

.MENU{
	position: absolute;
	float:left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 0;
	top: 70px;
	height: 146px;
	width: 132px;
	background: URL("images/midmenu.gif");
}

.MENU img{
	margin: 2px 0;
}

.BASMENU{
	position: absolute;
	float:left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 0;
	top: 216px;
	height: 40px;
	width: 132px;
	background: URL("images/basmenu.gif");
}
.TOP{
	position: absolute;
	float:left;
	clear: both;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 132px;
	top: 0;
	height: 30px;
	width: 455px;
	background: URL("images/top.gif");
}
.PAGE{
	position: absolute;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	left: 132px;
	top: 30px;
	right: 0px;
	bottom: 0px;
	overflow: auto;
}
/****************
	Styles pour l'affichage du contenu :
****************/
body {
	background-color : #FFF;
	color : #000;
	font-family : times new roman, times, serif;
	font-size : 14px;
}