<style>
body
{
	margin:0px;
	font-family:verdana;
	font-size:12px;
	background:#00FF33;
}

.div-cadre
{
	width:1530px;
	height:945px;
	background:#C0C0C0; 
}

.div-header
{
	position:relative;
/*	z-index:5; */
	margin-left:10px;
	height:157px;
	width:98%;
	min-height:80px;
	border:solid 3px black;
	border-radius: 10px;
	background:#F5ECCE;
}
/*
.div-menu
{
	margin-left:5px;
	position:relative;
	width:200px;
	height:525px;
	min-height:450px;
	float:left;
	margin-top:20px;
	border:solid 3px black;
	border-radius: 10px;
	text-align:center;
	background:#99CC99;
}
*/
.div-main
{
	position:relative;
	width:98%;
	height:750px;
	float:left;
	margin-top:20px;
	margin-left:10px;
/*	text-align:center; */
	border:solid 3px black;
	border-radius: 10px;
	background:#F5ECCE;
/*	background:#FFCC99; */
}
.div-footer
{
	position:absolute;
	bottom: 0;
	margin-left:250px;
	height:0px;
	width:940px;
	min-height:0px;
	text-align:center;
	background:#99CC99;
}
.ContentBox
{
	display:-moz-inline-stack;
	display:inline-block;
	width:inherit;
	height:inherit;
	box-sizing:border-box;
	vertical-align: middle; 
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}

#header-text
{
	position:absolute;
	left:250px;
	top:10px;
	width:980px;
	height:auto;
	text-align:center
}

th
{
	font-size:14px;
}
br
{
	font-size:14px;
}

input[type=button] {
	font-size:14px;
}
input[type=submit] {
	font-size:14px;
}

input[type=date] {
	font-family:verdana;
	font-size:14px;
}
label {
	font-family:verdana;
	font-size:14px;
}

</style>