body {
	font-family: 'tahoma';
	font-size: 10pt;
}

#full{
	float: left;
	width: 100%;
}

#header {
	float: left;
	width: 100%;
	float: left;
	margin-top: 15px;
}

#top-head {
	float: left;
	width: 100%;
}

#logo {
	float: left;
}

#logo img{
	border-width: 0;
}

#top-menu{
	float: right;
	width: 515px;
	margin-top: 25px;
}

#top-menu a{
	list-style-type:none;
	margin:0;
	display: inline;
	padding: 0 10px 0 15px;
	border-left: 1px solid black;
}

#top-menu a.lfirst{
	border-width: 0;	
}

#top-menu a, #top-menu a:link , #top-menu a:visited, #top-menu a:hover {
	color: #000;
	text-decoration: none;
}

#uheader{
	float: left;
	width: 100%;
	height: 35px;
	background: rgb(53,53,53);
}

#left-title{
	float: left;
	width: 200px;
	padding: 8px 0 0 25px;
}

#left-title h1{
	font-size: 1em;
	font-weight: normal;
	padding: 0;
	color: white;
	margin: 0;
}

#div-searchbox{
	width: 300px;
	float: right;
	padding-right: 25px;
}

#searchbox{
	width: 224px;
	float: right;
	margin-top: 8px;
	padding: 2px 0 0 24px;
	background: url('searchbox.png') no-repeat;
}

.in_form {
	height: 14px;
	width: 200px;
	border-width: 0;
}

#middle {
	float: left;
	width: 100%;
}

#menu {
	float: left;
	width: 217px;
	padding-top: 30px;
	text-align: right;
	background-color:#0075AE;
	opacity: 0.90;
	filter : alpha(opacity=75); /* pour IE */
	
	/* Permet à FF de fonctionner correctement 
	position:relative;
	z-index:300; */
}

#menu li{
	list-style-type: none;
	float: right;
	margin-right: 6px;
	height: 20px;
	width: 190px;
	font-size: 12pt;
	padding: 10px 7px 10px 0;
	position: relative;
}

#menu ul{
	float: right;
	margin: 0;
	padding: 0;
}

#menu a, #menu a:link , #menu a:visited, #menu a:hover {
	color: white;
	text-decoration: none;
}

.bc {
	font-size: 8pt;
	color: rgb(128,212,253);
	height: 19px;
	padding-left: 30px;
	padding-top: 9px;
	float: left;
}

.bc a {color: rgb(128,212,253);}
.bc a:hover {font-weight:bold;}

#content h1{
	font-weight: normal;
}

#content {
	float: left;
	padding-left: 25px;
	margin-right: 40px;
}

#tcontent{
	background: white;
}

#bg-1{
	float: left;
	background: url('bg-1.png');
	width: 100%;
}

#bg-2{
	float: left;
	background: bottom repeat-x url('bg-grad.png');
	width: 100%;
}

#bg-3{
	float: left;
	background: left bottom no-repeat url('bg-pic.png');
	width: 100%;
}

#emp{
	width: 217px;
}

#menu #active{
	margin-right: 3px;
	border-right: 4px solid white;
}

#left-emp {
	width: 23px;
}

h2 {
	font-weight: normal;
}

#footer {
	height: 65px;
	color: white;
}

#cpr a{
	color: white;
	font-size: 9pt;
	text-decoration: none;
}

#content a{
	color: black;
}

#menu .submenu li{
	clear: both;
	display: block;
	float: left;
	color: white;
	font-size: 12px;
	height: 17px;
	padding: 3px;
	width: 140px;
}

#menu .submenu{
	background: url('bg-1.png');
	/*background-color:#0000CC;*/
	position: absolute;
	z-index: 100;
	text-align: left;
	float: left;	
	padding: 8px;
	/*left:-999px;*/
	left:201px;
	top: 0;
}

h1.ref{
font-family : "Trebuchet MS";
font-size : 12px;
font-weight: bold;
color: #000; }