* {
	/* ne fonctionne que pour Firefox */
	box-sizing: border-box; 
	-moz-box-sizing:border-box;
}
* {
	font-family: Verdana, Arial, MS Sans Serif;
}
/* ==================================================================== */
html, body {
	background: #FFFFFF URL( '../images/quadriller.jpg' ) repeat;
	margin: 0;
	font-size: 80%;
}
DIV, TABLE, P {
	margin: 0;
	font-size: 1em;
	text-align: left;
}
FIELDSET {
	background-color:white;
	padding: 5px;
}
/* ==================================================================== */
#main {
	top: 0px;
	width: 100%;
	height: 100%;
	border-top: 0px none;
	border-left: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
}
#header {
	text-align: center;
}
#left {
}
#right {
}
#content {
	background-color: #F2F3F9;
	text-align: center;
}
#footer {
	background: #F5F5F5 URL( '../images/menu/menu_on_rpt.gif' ) repeat fixed 0px 0px;
	border-top: 1px solid Silver;
	border-bottom: 1px solid Silver;
	padding-top: 1px;
	margin: 0;
}
#footer {
	text-align: center;
	height: 20px;
}
/* ==================================================================== */
a:link, a:active, a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
