body {
	font-family: Verdana;
	text-align: center;
	background-color: #e9ede9;
	padding: 12px;
	margin: 0;
	}
#page {
	text-align: left;
	background-color:#f3f3f8;
	width: 760px;
	border: 1px solid #b8b8d4;
	}
#header {
	font-size: 8pt;
	width: 100%;
	height: 120px;
	}
#main {
	width: 100%;
	}
#footer {
	font-size: 7pt;
	text-align: center;
	line-height: 15px;
	color: #333;
	background-color: #efefef;
	width: 100%;
	padding: 3px 0 5px 0;
	margin-top: 20px;
	border-top: 2px solid #b8b8d4;
	}
#menu {
	font-size: 8pt;
	width: 220px;
	float: left;
	}
#menu_top {
	height: 29px;
	background-color: #093;
	background-image: url(Images/menu_top.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
	}
#menu_main {
	background-color: #efefef;
	background-image: url(Images/menu_main.jpg);
	background-repeat: repeat-y;
	background-position: right center;
	}
#menu_bottom {
	height: 15px;
	background-color: #efefef;
	background-image: url(Images/menu_bottom.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	}
h3.menu {
	font-family: Arial;
	font-size: 11pt;
	color: #fff;
	line-height: 29px;
	padding-left: 6px;
	margin: 0;
	}
ul.menu {
	width: 100%;
	padding : 0;
	margin: 0;
	}
li.menu {
	line-height: 20px;
	list-style-type: none;
	padding-left: 12px;
	margin: 0;
	}
form.menu {
	text-align: right;
	width: 100%;
	padding : 6px 21px 0 0;
	margin: 0;
	}
label.menu {
	text-align: left;
	width: 87px;
	padding: 0;
	margin: 0;
	}
input.menu {
	font-family: Verdana;
	font-size: 8pt;
	width: 100px;
	padding: 0 3px;
	margin: 0;
	}
#popup {
	text-align: center;
	width: 100%;
	background-color: #fff;
	padding: 6px;
	margin: 20px 0 0 12px;
	border-top: 3px solid #b8b8d4;
	border-left: 1px solid #b8b8d4;
	border-right: 1px solid #b8b8d4;
	border-bottom: 3px solid #b8b8d4;
	}
#content {
	font-size: 8pt;
	text-align: justify;
	width: 100%;
	margin-left: 240px;
	padding-right: 20px;
	}
table.unites {
	font-size: 8pt;
	}
th.branche {
	border-bottom: 2px solid #000;
	}
th.unite {
	height: 20px;
	border-right: 1px dashed #000;
	}
td.unite {
	height: 20px;
	text-align: center;
	vertical-align: middle;
	border-right: 1px dashed #000;
	border-bottom: 1px dashed #000;
	}