/* CSS Document */
body { 
	margin:0; 
	padding:0; 
	background-color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
div,p,ul,dl,dd,input,form { margin:0; padding:0; }

a.button {
	display:block;
	width:130px;
	height:32px;
	background:url(../images/norm.png) no-repeat;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	/*padding-top:8px;*/
	line-height:30px;
	padding-left:10px;
	font-family:arial;
	text-decoration:none;
}

a.button:hover {
/*	text-decoration:underline; */
	color:#FBC100;
}

a.but {
	display:block;
	width:120px;
	height:28px;
	background:url(../images/but.png) no-repeat;
	text-align:left;
	color:#ffffff;
	font-size:12px;
	font-weight:bold;
	padding-top:4px;
	padding-left:5px;
	font-family:arial;
	text-decoration:none;
	margin-left:10px;
}

a.but:hover {
	background:url(../images/but2.png) no-repeat;
	color:#c9ffba;
}

table#tbl {
	margin-top:25px;
}

table#tbl td {
	width: 135px;
}

h1 {
	text-align:center;
	font-weight:bold;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	color:#919195;
	border-bottom:solid 2px #919195;
	padding-bottom:7px;
}

tr.ttile td {
	text-align:center;
	font-size:12px;
	font-weight:bold;
	width:100px;
}

table#tb {
	border-spacing:0px;
	border-collapse:inherit;
	border:solid 1px #cccccc;
	margin-top:10px;
}

table#tb td {
	border-bottom:solid 1px #cccccc;
	border-left:solid 1px #cccccc;
	padding:2px;	
}

table#tb td.data {
	text-align:right;
	padding-right:10px;
}

td.groupe {
	writing-mode:tb-rl;
	white-space: nowrap;
	padding:0 5px;
}

div.clr {
	width:100%;
	height:1px;
	clear:both;
}

div#main {
	margin:0;
	padding:0;
	margin-bottom:15px;
	width:780px;
	float:left;
	height:auto;
}

div#left_menu {
	width:150px;
	float:left;
	height:100%;
	margin-top:45px;
	margin-bottom:15px;
}