html{
	background:#fff url(../images/bg-page.jpg) no-repeat 50% 0;
	font-size:100.01%;
}
body{
	margin:0;
	color:#000;
	font:11px "Trebuchet MS", arial, sans-serif;
	background:#fff url(../images/bg-page.jpg) no-repeat 50% 0;
	min-width:1000px;
	font-size:62.5%;
}
img{border-style:none;} 
a{text-decoration:none;}
a:hover{text-decoration:underline;}
input,
textarea,
select{
	font:100% arial,sans-serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border-style:none;
}
/* main wrapper */
#wrapper {
	width:986px;
	margin:0 auto;
	position:relative;
}
/* header */
#header{
	height:225px;
	position:relative;
}
/* logo */
#header h1{
	position:absolute;
	top:67px;
	left:9px;
	width:361px;
	height:66px;
	text-indent:-9999px;
	overflow:hidden;
	z-index:1;
	margin:0;
}
#header h1 span{
	display:block;
	height:100%;
	background:url(../images/logo.png) no-repeat;
}
#header h1 a{
	display:block;
	height:100%;
}
/* slogan */
.slogan{
	position:absolute;
	top:80px;
	right:14px;
	color:#e23b01;
	font-size:2.4em;
	letter-spacing:1px;
}
/* headline */
.headline{
	position:absolute;
	top:143px;
	right:15px;
	font-size:1.4em;
	font-style:normal;
	font-weight:bold;
	width:700px;
	color:#fff;
	text-align:right;
}
/* main content block */
#main{
	width:100%;
	position:relative;
	padding:45px 0 0;
}
#main:after{
	display:block;
	clear:both;
	content:"";
}
/* login area */
.login{
	width:100%;
	position:absolute;
	top:0;
	left:0;
}
.login .login-bg{
	background:url(../images/bg-login.png) no-repeat;
	height:81px;
	padding:0 12px;
}
.login .form{
	overflow:hidden;
	padding:30px 113px 0 0;
	margin:0 0 10px;
	position:relative;
}
* html .login .form{
	height:1%;
	overflow:visible;
}
.login .form .box{float:right;}
.login label{
	float:left;
	font-size:1.8em;
	background:url(../images/ico-login.gif) no-repeat;
	padding:0 5px 0 22px;
	min-height:20px;
	color:#fff;
}
* html .login label{height:20px;}
.login .input-txt{
	float:left;
	background:url(../images/bg-login.gif) no-repeat;
	width:153px;
	margin:0 0 0 12px;
	display:inline;
}
.login .input-txt input{
	float:left;
	width:135px;
	margin:0;
	padding:5px 9px 3px;
	color:#7a7a7a;
	font-size:12px;
	line-height:15px;
	font-weight:bold;
	background:none;
	border:0;
}
.login .btn-login{
	float:left;
	margin:7px 0 0 17px;
	display:inline;
}
.login .remember{
	overflow:hidden;
	text-align:right;
	padding:0 138px 0 0;
}
* html .login .remember{
	height:1%;
	overflow:visible;
}
.login .remember a{
	font:italic 10px Helvetica, Arial, sans-serif;
	color:#ed5300;
}
.user-box{
	width:100%;
	position:absolute;
	top:-46px;
	left:0;
	z-index:10;
}
.user-box .user-bg{
	background:url(../images/bg-user.png) no-repeat;
	height:52px;
	padding:75px 12px 0;
}
/* main navigation */
.navigation{
	float:right;
	margin: 0;
	padding: 0;
	list-style:none;
	display:table;
}
.navigation li{
	float:left;
	font-weight:bold;
	font-size:18px;
	margin:0 0 0 -4px;
	display:inline;
	position:relative;
}
.navigation .btn-l{
	float:left;
	width:9px;
	height:36px;
}
.navigation .btn-c{
	float:left;
	height:36px;
}
.navigation .btn-r{
	float:left;
	width:12px;
	height:36px;
}
.navigation li a{
	color:#fff;
	float:left;
	cursor:pointer;
}
.navigation li a em{
	float:left;
	font-style:normal;
	background:url(../images/bullet-links.gif) no-repeat 0 8px;
	padding:0 0 0 10px;
}
.navigation li a:hover{text-decoration:none;}
.navigation li:hover,
.navigation li.hover{position:relative;}
.navigation li:hover .btn-l,
.navigation li.hover .btn-l,
.navigation li.active .btn-l{background:url(../images/nav-l.png) no-repeat;}
.navigation li:hover .btn-c,
.navigation li.hover .btn-c,
.navigation li.active .btn-c{background:url(../images/nav-c.png) repeat-x;}
.navigation li:hover .btn-r,
.navigation li.hover .btn-r,
.navigation li.active .btn-r{background:url(../images/nav-r.png) no-repeat;}
.navigation li:hover .drop,
.navigation li.hover .drop{top:28px;}
.navigation li:hover .drop li:hover .subdrop,
.navigation li.hover .drop li.hover .subdrop{
	top:0;
	border:0;
}
/* dropdown */
.drop{
	width:178px;
	position:absolute;
	top:-9999px;
	left:0;
	padding:4px 0 0;
	background:url(../images/none.gif) no-repeat;
}
.drop .drop-t{
	background:url(../images/bg-drop-t.png) no-repeat;
	height:6px;
	overflow:hidden;
}
.drop .drop-m{
	min-height:165px;
	background:#479500 url(../images/bg-drop.gif) repeat-x 0 100%;
}
* html .drop .drop-m{
	height:165px;
	overflow:visible;
}
.drop .drop-b{
	background:url(../images/bg-drop-b.png) no-repeat;
	height:6px;
	overflow:hidden;
}
.subdrop{
	width:156px;
	position:absolute;
	top:-9999px;
	left:-163px;
	padding:0 10px 0 0;
}
.drop-r .subdrop{
	left:auto;
	right:161px;
	padding:0 10px 0 0;
}
.drop .subdrop .drop-t{
	background:url(../images/bg-subdrop-t.png) no-repeat;
	height:6px;
	overflow:hidden;
}
.drop-r .subdrop .drop-t{background:url(../images/bg-subdrop-t-r.png) no-repeat;}
.drop .subdrop .drop-m{
	min-height:50px;
	background:#479500 url(../images/bg-subdrop.gif) repeat-x 0 100%;
}
* html .drop .subdrop .drop-m{
	height:50px;
	overflow:visible;
}
.drop .subdrop .drop-b{
	background:url(../images/bg-subdrop-b.png) no-repeat;
	height:6px;
	overflow:hidden;
}
.drop-r .subdrop .drop-b{background:url(../images/bg-subdrop-b-r.png) no-repeat;}
.drop ul{
	margin: 0;
	padding: 0 7px;
	list-style:none;
	position:relative;
}
.drop .subdrop ul{padding:0 3px;}
.drop .subdrop ul li{font-size:12px;}
.drop ul:after{
	display:block;
	clear:both;
	content:"";
}
* html .drop ul{
	height:1%;
	overflow:visible;
}
.drop ul li{
	float:none;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	margin:0;
	display:block;
	position:relative;
	width:100%;
	border-top:1px solid #73ab40;
	vertical-align:top;
}
.drop ul li:first-child{border:0;}
.drop ul li:after{
	display:block;
	clear:both;
	content:"";
}
.drop ul li a{
	float:none;
	display:block;
	height:1%;
	padding:3px 2px 2px;
}
.drop ul li:hover a,
.drop ul li.hover a{background:#e23b01;}
.drop ul li:hover .subdrop  a,
.drop ul li.hover .subdrop  a{background:none;}
.drop ul li:hover .subdrop ul li:hover  a,
.drop ul li.hover .subdrop ul li.hover a{background:#e23b01;}
.drop .drop{
	left:178px;
}
.user{
	width:278px;
	float:left;
	background:url(../images/arrow-user.gif) no-repeat 96% 0;
	position:relative;
}
.user .name{
	display:block;
	font-size:12px;
	color:#fff;
	font-style:italic;
	background:url(../images/ico-user.png) no-repeat;
	padding:0 0 0 24px;
	margin:0 0 4px 15px;
	height:1%;
}
.user .name a{color:#fff;}
.user .logout{text-align:right;}
.user .logout a{
	font-size:10px;
	color:#ed5300;
	font-style:italic;
	font-weight:bold;
	margin:0 12px 0 0;
}
/* content block */
.content{
	padding:34px 12px 0;
	background:url(../images/bg-content.png) no-repeat;
	min-height:404px;
}
.content:after{
	display:block;
	clear:both;
	content:"";
}
* html .content{height:404px;}
.content .holder{
	width:100%;
	position:relative;
}
.content .holder:after{
	display:block;
	clear:both;
	content:"";
}
/* control map page */
.control-headline{
	width:100%;
	padding:12px 0 0;
	margin:0 0 20px;
}
.control-headline:after{
	display:block;
	clear:both;
	content:"";
}
.target{
	width:590px;
	float:left;
	background:url(../images/bg-target.gif) repeat-y;
	margin:0 8px 0 0;
}
.target .holder{background:url(../images/bg-target-t.gif) no-repeat;}
.target .frame{
	background:url(../images/bg-target-b.gif) no-repeat 0 100%;
	overflow:hidden;
	padding:6px 0 12px;
}
* html .target .frame{
	height:1%;
	overflow:visible;
}
.target ul,
.number ul{
	height:1%;
	overflow:hidden;
	margin: 0;
	padding: 0 0 0 3px;
	list-style:none;
}
.number ul{padding:0 0 0 9px;}
.target ul li,
.number ul li{
	float:left;
	background:url(../images/target-sep.gif) no-repeat 0 2px;
	padding:0 9px;
	font-size:1.2em;
	font-weight:bold;
	color:#6b6b6b;
}
.target ul li:first-child,
.number ul li:first-child{
	background:none;
	padding-left:0;
}
.target ul li strong,
.number ul li strong{color:#333;}
.target ul li input,
.number ul li input{
font-size:11px;
width:30px;
border:1px solid #397800;
}

/* calendar */
.calendar{
	display:block;
	float:left;
	background:url(../images/calendar.png) no-repeat;
	width:47px;
	height:47px;
	margin:-5px 0 0;
}
.calendar .month{
	display:block;
	text-align:right;
	color:#fff;
	text-transform:uppercase;
	font-size:9px;
	line-height:10px;
	font-style:normal;
	margin:0 5px 7px 0;
}
.calendar .date{
	display:block;
	text-align:right;
	margin:0 5px 0 0;
	font-size:13px;
	line-height:15px;
	color:#4f4f4f;
}
.number{
	width:269px;
	float:right;
	background:url(../images/bg-number.gif) repeat-y;
}
.number .holder{background:url(../images/bg-number-t.gif) no-repeat;}
.number .frame{
	background:url(../images/bg-number-b.gif) no-repeat 0 100%;
	overflow:hidden;
	padding:6px 0 12px;
}
* html .number .frame{
	height:1%;
	overflow:visible;
}
/* control map area */
.control-map{
	height:1%;
	padding:0 0 0 40px;
}
.control-map:after{
	display:block;
	clear:both;
	content:"";
}
/* column name */
.column-name{
	width:210px;
	float:left;
	padding:23px 0 0;
}
.column-name .col-main,
.column-name .col-secondary{
	width:100%;
	overflow:hidden;
	background:url(../images/bg-total-main.gif) repeat-y;
}
.column-name .col-secondary{background:url(../images/bg-total-secondary.gif) repeat-y;}
.column-name .total{
	width:77px;
	float:left;
	overflow:hidden;
	padding:24px 0 0;
}
.column-name .col-main .total{background:url(../images/bg-total.gif) no-repeat;}
.column-name .total .area{
	width:100%;
	overflow:hidden;
	position:relative;
	padding:129px 0 0;
	margin:0 0 3px;
}
* html .column-name .total .area{margin:0 0 4px;}
.column-name .col-secondary .total{
	padding:2px 0 0;
	background:url(../images/bg-total-2.gif) no-repeat;
}
.column-name .total .secondary{padding:128px 0 0;}
* html .column-name .total .secondary{padding:129px 0 0;}
.column-name .total .heading-main{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	background:url(../images/text-main.gif) no-repeat;
	width:14px;
	height:94px;
	text-indent:-9999px;
	overflow:hidden;
}
.column-name .total dl{
	width:100%;
	overflow:hidden;
	margin:0 0 34px;
	text-align:center;
}
.column-name .total dt{
	color:#fff;
	font-size:10px;
	line-height:12px;
	margin:0 0 3px;
}
.column-name .total dd{
	font-size:12px;
	line-height:15px;
	background:#cacaca;
	color:#333;
	margin:0;
	padding:4px 0;
}
.column-name .col-secondary .total dd{background:#d7d7d7;}
.column-name .total .heading-secondary{
	position:absolute;
	top:0;
	right:0;
	margin:0;
	background:url(../images/text-secondary.gif) no-repeat;
	width:14px;
	height:103px;
	text-indent:-9999px;
	overflow:hidden;
}
/* names */
.column-name .names{
	width:133px;
	float:left;
}
.column-name .names table{
	width:100%;
	margin:0;
	border-collapse:collapse;
	color:#333;
	text-align:right;
	font-size:12px;
	line-height:23px;
	font-weight:bold;
}
.column-name .names table td{
	height:24px;
	border:1px solid #bababa;
	padding:0 6px 0 0;
}
.control-map table .grey td{background:#eee;}
.column-name .names table th{
	text-align:right;
	padding:0 6px 0 0;
	font-style:italic;
	border:1px solid #bababa;
	border-top-color:#fff;
	border-left-color:#fff;
}
.column-name .names table td strong{color:#397800;}
/* data */
.control-map .data{
	width:680px;
	float:left;
}
.control-map .data-box{width:100%;}
.control-map .data-box:after{
	display:block;
	clear:both;
	content:"";
}
.control-map .data-box .box{
	width:640px;
	float:left;
	font-size:12px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	position:relative;
}
.control-map .data-box .mask{
	width:100%;
	overflow:hidden;
	position:relative;
}
.control-map .data-area{
	width:99999px;
	overflow:hidden;
}
.control-map .data-box .btn-prev{
	position:absolute;
	top:0;
	left:-8px;
	z-index:1;
}
.control-map .data-box img{display:block;}
.control-map .data-box a{color:#397800;}
.control-map .data-box a:hover{text-decoration:none;}
.control-map .data-box .btn-next{
	position:absolute;
	top:0;
	right:-8px;
	z-index:1;
}
.control-map .data-box .btn-prev:hover .tooltip,
.control-map .data-box .btn-next:hover .tooltip{top:-20px;}
.control-map .data-box .btn-prev:hover,
.control-map .data-box .btn-next:hover{border:0;}
/* tooltip */
.control-map .data-box .tooltip{
	position:absolute;
	top:-9999px;
	right:-10px;
	text-indent:0;
	color:#fff;
	white-space:nowrap;
	font-size:11px;
	line-height:13px;
}
.control-map .data-box .btn-prev:focus,
.control-map .data-box .btn-next:focus{outline:none;}
.control-map .data-box .btn-next .tooltip{
	left:-8px;
	right:auto;
}
.control-map .data-box .tooltip .box-l{
	float:left;
	background:url(../images/bg-tooltip-prev-l.gif) no-repeat;
	padding:0 0 0 6px;
}
.control-map .data-box .btn-next .tooltip .box-l{background:url(../images/bg-tooltip-next-l.gif) no-repeat;}
.control-map .data-box .tooltip .box-r{
	float:left;
	background:url(../images/bg-tooltip-prev-r.gif) no-repeat 100% 0;
	padding:4px 9px 0 0;
	height:21px;
}
.control-map .data-box .btn-next .tooltip .box-r{
	background:url(../images/bg-tooltip-next-r.gif) no-repeat 100% 0;
	margin:0 -6px 0 0;
	position:relative;
}
.control-map .month{
	/*width:400px;*/
	float:left;
}
.control-map .table-box{
	width:100%;
	overflow:hidden;
}
.control-map .line{border-top:1px solid #555;}
.control-map .month table{
	margin:0;
	width:100%;
	border-collapse:collapse;
	font-size:11px;
	line-height:23px;
	color:#6b6b6b;
}
.control-map .month table td:first-child,
.control-map .month table th:first-child{
	border-left:0;
}
.control-map .month table td,
.control-map .month table th{
	line-height:23px;
	padding:0;
	width:39px;
	height:24px;
	text-align:center;
	border:1px solid #bababa;
	vertical-align:middle;
}
.control-map .month table td strong{color:#397800;}
.control-map .month .title{
	display:block;
	text-align:center;
	background:#666;
	color:#fff;
	height:23px;
	border-right:1px solid #fff;
	font-weight:bold;
	font-size:12px;
	line-height:23px;
	overflow:hidden;
}
.control-map .month .title span{
	display:table;
	float:left;
	overflow:hidden;
	border-right:1px solid #fff;
}
.control-map .month .input-txt{
	width:30px;
	border:1px solid #397800;
	margin:0;
	padding:0;
}
.control-map .month .input-hidden{
	display:none;
}
.control-map table .green, .green a{color:#397800;}
.control-map table .red, .red a{color:#b00707;}
.control-map table .orange, .orange a{color:#e48529;}
/* validation */
.validation{
	float:right;
	margin: 0;
	padding:50px 0 0;
	list-style:none;
	width:25px;
}
.validation ul{
	width:100%;
	margin: 0;
	padding: 0;
	list-style:none;
}
.validation ul:after{
	display:block;
	clear:both;
	content:"";
}
.validation li{
	width:100%;
	position:relative;
	height:24px;
	vertical-align:top;
}
.validation li:after{
	display:block;
	clear:both;
	content:"";
}
.validation li:hover .tooltip,
.validation li.hover .tooltip{display:block;}
.validation .tooltip{
	position:absolute;
	top:-25px;
	left:-5px;
	font-size:11px;
	color:#fff;
	font-size:11px;
	line-height:13px;
	color:#fff;
	display:none;
}
.validation .tooltip .box{
	float:left;
	background:url(../images/bg-tooltip-l.gif) no-repeat;
	padding:0 0 0 6px;
	margin:0 6px 0 0;
}
.validation .tooltip .box-r{
	float:left;
	background:url(../images/bg-tooltip-r.gif) no-repeat 100% 0;
	height:21px;
	padding:5px 6px 0 0;
	margin:0 -6px 0 0;
	position:relative;
}
.validation .tooltip a{
	color:#fff;
	background:url(../images/arrow-tooltip.gif) no-repeat 0 5px;
	padding:0 0 0 8px;
	display:block;
}
.validation img{display:block;}
.invisible{display:none;}
/* menu */
.menu{
	overflow:hidden;
	margin: 0 0 11px;
	padding:26px 0 16px;
	list-style:none;
	background:url(../images/bg-menu.png) no-repeat;
	height:28px;
	text-align:center;
}
.menu li{
	display:inline;
	font-weight:bold;
	font-size:14px;
	line-height:18px;
	padding:0 27px;
	position:relative;
}
.menu li a{color:#337b17;}
.menu li a:hover{
	color:#e43a01;
	background:url(../images/menu-line.gif) repeat-x 0 100%;
	text-decoration:none;
	padding:0 0 4px;
}
/* news */
.articles{
	height:1%;
	overflow:hidden;
	padding:6px 24px 0 22px;
}
.articles .btn-prev{
	float:left;
	width:17px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-prev.gif) no-repeat;
	margin:80px 22px 0 0;
}
.articles .btn-next{
	float:left;
	width:17px;
	height:30px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(../images/btn-next.gif) no-repeat;
	margin:80px 0 0;
}
.articles .articles-box{
	width:840px;
	float:left;
	overflow:hidden;
	margin:0 20px 0 0;
}
.articles ul{
	width:99999px;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style:none;
}
.articles ul li{
	width:380px;
	float:left;
	padding:0 78px 0 0;
}
.articles h2{
	font-size:2.4em;
	color:#337b17;
	margin:0 0 4px;
}
.articles .text{
	height:1%;
	overflow:hidden;
	border-top:1px solid #cfd2cf;
	padding:4px 0 0;
}
.articles .img-l{
	float:left;
	padding:1px;
	border:1px solid #d0d2d0;
	margin:2px 7px 0 0;
}
.articles .img-r{
	float:right;
	padding:1px;
	border:1px solid #d0d2d0;
	margin:2px 0 0 7px;
}
.articles .text img{display:block;}
.articles .text p{
	font-size:1.2em;
	line-height:1.5em;
	color:#6b6b6b;
	margin:0 0 18px;
	text-align:justify;
}
.articles .text .note{
	display:block;
	font-weight:bold;
}
.instruments{
	width:100%;
	overflow:hidden;
}
.instruments h3{
	font-size:1.4em;
	color:#6b6b6b;
	margin:0 0 10px;
}
.instruments h3 a{color:#f95a00;}
.instruments  table{
	margin:0;
	border-collapse:collapse;
	width:932px;
	margin:0 0 0 1px;
	text-align:center;
}
.instruments  table th,
.instruments  table td{
	padding:0;
	border:1px solid #cfcfcf;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	line-height:11px;
}
.instruments  table th a{
	color:#fff;
}
.instruments  table th{
	background:#479500 url(../images/bg-instruments.gif) repeat-x 0 100%;
	color:#f1f4f1;
	line-height:13px;
}
.instruments  table td{
	color:#6b6b6b;
	width:39px;
	padding:6px 0 7px;
}
.instruments  table .name{width:82px;}
.instruments  table .grey td{background:#eee;}

.vies{
	width:100%;
	overflow:hidden;
}
.vies h3{
	font-size:1.4em;
	color:#6b6b6b;
	margin:0 0 10px;
}
.vies h3 a{color:#f95a00;}
.vies table{
	margin:0;
	border-collapse:collapse;
	width:932px;
	margin:0 0 0 1px;
	text-align:center;
}
.vies  table th,
.vies  table td{
	padding:0;
	border:1px solid #cfcfcf;
	font-size:11px;
	font-weight:bold;
	vertical-align:middle;
	line-height:11px;
}
.vies  table th a{
	color:#fff;
}
.vies  table th{
	background:#479500 url(../images/bg-instruments.gif) repeat-x 0 100%;
	color:#f1f4f1;
	line-height:13px;
}
.vies  table td{
	color:#6b6b6b;
	/*width:39px;*/
	padding:6px 0 7px;
}
.vies  table td.modify{
	padding:2px 4px;
	text-align:left;
}
.vies  table td.modify a{
	color:#337B17;
}
.vies  table .name{width:82px;}
.vies  table .grey td{background:#eee;}

.calendar-box{width:100%;position:relative;}
.calendar-box:after{
	display:block;
	clear:both;
	content:"";
}
.calendar-box .calendar{
	float:right;
	margin:0px -2px 0 0;
	position:relative;
}
.calendar-box #datepicker{
	position:absolute;
	right:46px;
	top:12px;
}
/* meetings */
.meetings{
	width:100%;
	overflow:hidden;
}
.meetings .area{
	width:100%;
	overflow:hidden;
	margin:0 0 22px;
}
.meetings .box{
	width:100%;
	overflow:hidden;
}
.meetings .title{
	display:block;
	font-size:1.4em;
	color:#545454;
}
.meetings .title a{color:#397800;}
.text-area .societe{
	font-size:1.2em;
	line-height:1.5em;
	color:#666;
}
.text-box .meetings p{
	font-size:1.2em;
	line-height:1.5em;
	color:#666;
	margin:0;
	text-align:justify;
}
.text-area .search{
	width:100%;
	overflow:hidden;
	margin:0 0 10px;
}
.text-area .search .input-txt{
	display:block;
	width:222px;
	background:url(../images/bg-txt-input.gif) no-repeat;
	overflow:hidden;
}
.text-area .search .input-txt input{
	float:left;
	width:212px;
	padding:6px 5px 5px;
	margin:0;
	border:0;
	background:none;
	font:12px/15px Arial, Verdana, sans-serif;
	color:#6b6b6b;
}
.wrap-l{
	position:relative;
	width:420px;
	margin-left:80px;
}
.wrap-r{
	position:relative;
	width:420px;
	text-align:center;
}
.text-area .search label{
	float:left;
	font-size:1.4em;
	font-weight:bold;
	color:#397800;
	margin:0 8px 0 0;
}
.text-area .search select{
	float:left;
	width:233px;
}
.members{
	width:100%;
	overflow:hidden;
}
.members table{
	width:664px;
	margin:0 auto;
	border-collapse:collapse;
}
.members table th,
.members table td{
	border:1px solid #cfcfcf;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	color:#6b6b6b;
}
.members table td{
	border-top:none;
}
.members table th.col-1,
.members table td.col-1{ width:45%; }
.members table th.col-2,
.members table td.col-2{ width:35%; }
.members table th.col-3,
.members table td.col-3{ width:20%; }
.members table td{padding:12px 0 17px;}
.members table th{
	background:#479500 url(../images/bg-instruments.gif) repeat-x 0 100%;
	color:#f1f4f1;
	font-size:1.4em;
	font-weight:bold;
	padding:4px 0 3px;
}
.members table .grey td{background:#eee;}
.members table td a{color:#e23a01;}
.members .more{
	width:665px;
	background:url(../images/bg-info.gif) repeat-x;
	padding:17px 0 21px;
	border:1px solid #cfcfcf;
	border-top:none;
}
.members .more td,
.members .more th{
	border:none;
}
.members .more dl{
	width:100%;
	overflow:hidden;
	margin:0 0 2px;
}
.members .more dl dt{
	width:297px;
	float:left;
	text-align:right;
	color:#397800;
}
.members .more dl dd{
	float:left;
	margin:0 0 0 6px;
}
.text-area .contact .search select{
	width:331px;
}
.contact{
	width:100%;
	overflow:hidden;
}
.contact .form{
	width:592px;
	margin:0 auto;
	overflow:hidden;
	padding:6px 0 0;
}
.contact .area{
	width:100%;
	overflow:hidden;
	margin:0 0 8px;
}
.contact .section{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.contact .box{
	width:222px;
	float:left;
	padding:0 37px;
}
.contact .box.large{
	width:460px;
}
.contact .box span.instrument{
	color:#6B6B6B;
	font-size:1.2em;
}
.contact .form .title{
	display:block;
	margin:0 0 7px 37px;
	font-size:1.4em;
	color:#397800;
}
.contact .form label{
	display:block;
	color:#6b6b6b;
	font-size:1.1em;
	font-weight:bold;
}
.contact .form .input-txt{
	display:block;
	width:222px;
	background:url(../images/bg-txt-input.gif) no-repeat;
	overflow:hidden;
}
.contact .form .input-txt input{
	float:left;
	width:212px;
	padding:6px 5px 5px;
	margin:0;
	border:0;
	background:#fff url(../images/bg-txt-input.gif) no-repeat;
	font:12px/15px Arial, Verdana, sans-serif;
	color:#6b6b6b;
}
.contact .address{padding:11px 0 0;}
.contact .hold-one .box{width:518px;}
.contact .hold-one .input-txt{
	width:518px;
	background:url(../images/bg-txt-input-b.gif) no-repeat;
}
.contact .hold-one .input-txt input{width:508px;}
.contact .textarea{
	width:100%;
	overflow:hidden;
}
.contact textarea{
	float:left;
	width:512px;
	height:96px;
	margin:0;
	padding:3px;
	background:url(../images/bg-textarea.gif) no-repeat;
	border:0;
	overflow:auto;
}
.contact .message .title{margin-bottom:3px;}
.contact .send{
	width:518px;
	margin:0 auto;
	overflow:hidden;
	padding:14px 0 0;
}
.contact .required{
	display:block;
	color:#6b6b6b;
	font-size:1.1em;
	font-weight:bold;
	font-style:normal;
	margin:0 0 15px;
}
.contact .btn{
	width:100%;
	overflow:hidden;
}
div#fancy_content .btn{
	width:259px;
	overflow:visible;
}
.contact .lnk-reset{
	float:right;
	font-size:1.2em;
	line-height:1.25em;
	color:#e23b01;
	font-weight:bold;
	margin:3px 18px 0 0;
	display:inline;
}
.btn-send{
	float:right;
	width:80px;
	height:26px;
	background:url(../images/btn-send.gif) no-repeat;
	border:0;
	font-size:14px;
	line-height:26px;
	color:#fff;
	margin:0;
	padding:0 0 2px 17px;
	
	text-align:left;
	cursor:pointer;
}
.btn-save{
	float:right;
	width:104px;
	height:26px;
	background:url(../images/btn-save.gif) no-repeat;
	border:0;
	font-size:14px;
	line-height:26px;
	color:#fff;
	margin:0;
	padding:0 0 2px 17px;
	text-align:left;
	cursor:pointer;
}
.btn-ok{
	float:right;
	width:46px;
	height:26px;
	background:url(../images/btn-ok.gif) no-repeat;
	border:0;
	font-size:14px;
	line-height:26px;
	color:#fff;
	margin:0;
	padding:0 0 2px 17px;
	text-align:left;
	cursor:pointer;
}
/* sidebar */
#sidebar{
	width:168px;
	float:left;
	margin:10px 17px 0 0;
	overflow:hidden;
}
* html #sidebar{margin-right:14px;}
/* side navigation */
.sidenav{
	margin: 0;
	padding: 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.sidenav li{
	font-size:1.4em;
	font-weight:bold;
	background:url(../images/line.gif) repeat-x;
	margin:0;
	padding:6px 0 7px;
}
.sidenav ul{
	margin: 0 0 -7px;
	padding:4px 0 0;
	list-style:none;
	width:100%;
	overflow:hidden;
}
.sidenav li.active{
	margin:0;
	padding-left:12px;
}
.sidenav li a{color:#6b6b6b;}
.sidenav li a:hover,
.sidenav li.active a{
	background:url(../images/bullet-links.gif) no-repeat 0 5px;
	padding:0 0 0 12px;
	color:#397800;
	text-decoration:none;
}
/* content */
#content{height:1%;}
#content:after{
	display:block;
	clear:both;
	content:"";
}
/* content area */
.content-area:after{
	display:block;
	clear:both;
	content:"";
}
.content-area{
	height:1%;
	padding:0 14px;
}
#content h2{
	font-size:2.4em;
	color:#397800;
	margin:0 0 7px;
	color:#6b6b6b;
}
#content h2 span{color:#397800;}
/* text area */
.text-area{
	height:1%;
	overflow:hidden;
	min-height:220px; /*ideal*/
}
.map-content .text-area{overflow:visible;}
.map-content .text-area:after{
	display:block;
	clear:both;
	content:"";
}
/* text box */
.text-box{
	width:100%;
	background:url(../images/line.gif) repeat-x;
	padding:8px 0 0;
}
.text-box.none{
	background:none;
	padding:0;
}
.text-box:after{
	display:block;
	clear:both;
	content:"";
}
.text-box .headbox{
	width:100%;
	overflow:hidden;
	margin:0 0 22px;
}
.text-box .img-l{
	float:left;
	padding:1px;
	border:1px solid #cfd1cf;
	margin:4px 20px 10px 2px;
}
* html .text-box .img-l{margin-right:5px;}
.text-box .img-r{
	float:right;
	padding:1px;
	border:1px solid #cfd1cf;
	margin:0 2px 0 8px;
}
* html .text-box .img-r{margin-left:5px;}
.text-box p{
	font-size:1.2em;
	line-height:1.667em;
	margin:0 0 20px;
	color:#6b6b6b;
	text-align:justify;
}
.text-box ul{
}
.text-box ul li{
	font-size:1.2em;
	line-height:1.667em;
	color:#6b6b6b;
}
.text-box .text{
	width:100%;
	overflow:hidden;
}
.map-content .text-box .text{overflow:visible;}
.map-content .text-box .text:after{
	display:block;
	clear:both;
	content:"";
}
.text-box .headbox p{margin:0;}
.text-box p a{
	font-weight:bold;
	color:#e23b01;
}
.text-box .conclusion{
	font-weight:bold;
	font-style:italic;
}
.calibration p,
.members-box p{margin:0 0 12px;}
.calibration p a{color:#397800;}
/* links */
.links{
	width:100%;
	overflow:hidden;
}
.links ul{
	float:right;
	margin: 0;
	padding: 0;
	list-style:none;
}
.links ul li{
	float:left;
	font-size:1.2em;
	font-weight:bold;
	margin:0 0 0 26px;
	display:inline;
}
.links ul li a{
	background:url(../images/bullet-links.gif) no-repeat 0 5px;
	padding:0 0 0 10px;
	color:#397800;
}
/* column */
.column{
	width:175px;
	float:right;
	margin:9px 0 0 14px;
	overflow:hidden;
}
* html .column{margin-left:11px;}
/* card box */
.card{
	width:100%;
	overflow:hidden;
	margin:0 0 40px 0;
}
.card .heading{
	display:block;
	font-size:1.8em;
	color:#e23b01;
	margin:0 0 4px;
}
.card .card-box{
	width:100%;
	overflow:hidden;
	background:url(../images/line.gif) repeat-x;
	padding:6px 0 0;
}
.card .title{
	display:block;
	font-size:1.6em;
	color:#666;
}
.card p{
	font-size:1.1em;
	color:#666;
	margin:0;
	text-align:justify;
}
.card .more{text-align:right;}
.card .more a{
	font-weight:bold;
	font-size:1.1em;
	color:#666;
	text-decoration:underline;
}
.card .more a:hover{text-decoration:none;}
/* events box */
.events{
	width:100%;
	overflow:hidden;
}
.events .heading{
	display:block;
	font-size:1.8em;
	color:#397800;
	margin:0 0 4px;
}
.events .events-box{
	width:100%;
	overflow:hidden;
	background:url(../images/line.gif) repeat-x;
	padding:7px 0 0;
}
.events ul{
	width:100%;
	overflow:hidden;
	margin: 0;
	padding: 0;
	list-style:none;
}
.events li{
	width:100%;
	overflow:hidden;
	margin:0 0 7px;
}
.events .title{
	display:block;
	color:#397800;
	font-size:1.2em;
}
.events .title a{color:#397800;}
.events .date{
	display:block;
	font-weight:bold;
	color:#545454;
}
.events p{
	font-size:1.1em;
	line-height:1.455em;
	color:#666;
	margin:0;
}
.events .more{text-align:right;}
.events .more a{
	font-size:1.2em;
	color:#397800;
	font-weight:bold;
	padding:0 0 0 10px;
	background:url(../images/bullet-links.gif) no-repeat 0 5px;
}
/* footer */
#footer{
	height:1%;
	overflow:hidden;
	padding: 45px 32px 10px 40px;
	background:url(../images/bg-footer.gif) no-repeat;
}
/* info */
.info{
	float:left;
	margin: 0;
	padding: 0;
	list-style:none;
	overflow:hidden;
}
.info li{
	display:inline;
	font:1em Verdana, Arial, sans-serif;
	color:#6b6b6b;
	background:url(../images/info-sep.gif) no-repeat 0 50%;
	padding:0 8px 0 12px;
}
.info li:first-child{
	background:none;
	padding-left:0;
}
.info li a{color:#f13d02;}
.info dl{
	display:inline;
	margin:0;
}
.info dl dt{
	display:inline;
}
.info dl dd{
	display:inline;
	margin:0;
}
.info address{
	font-style:normal;
	display:inline;
}
/* navigation */
.nav{float:right;}
.nav .lnk-faq{
	float:left;
	color:#f13d02;
	font:1em Verdana, Arial, sans-serif;
}
.nav ul{
	float:left;
	margin: 0 0 0 7px;
	padding: 0;
	list-style:none;
	background:url(../images/nav-sep.gif) no-repeat 0 8px;
	display:inline;
	overflow:hidden;
}
.nav ul li{
	float:left;
	margin:0 -7px 0 0;
	padding:0 7px 0 12px;
	background:url(../images/nav-dot.gif) no-repeat 100% 50%;
	font:1em Verdana, Arial, sans-serif;
	letter-spacing:-1px;
}
.nav ul li a{color:#f13d02;}

ul#faq{
	list-style:circle;
}
ul#faq li{
	padding:4px 0px;
}
ul#faq li a.answer{
	font-size:1.2em;
	color:#397800;
}
ul#faq li div p{
	margin:0;
}

#easyTooltip{
	font:1em Verdana, Arial, sans-serif;
	padding:4px;
	border:1px solid #CFCFCF;
	background:#fff;
	color:#6B6B6B;
}

#sitemap ol,
#sitemap ul{
	list-style:none;
}
#sitemap ol li,
#sitemap ul li{
	padding-bottom:2px;
}
#sitemap a{
	font:1.2em Verdana, Arial, sans-serif;
	color:#6B6B6B;
}

fieldset.sample{
	border-style:dotted;
	border-color:#337B17;
	padding:16px;
	margin-bottom:16px;
	position:relative;
}
fieldset.sample legend{
	color:#397800;
	font-size:1.8em;
	background:#fff;
	margin-bottom:8px;
}

ul.links{
	color:#337B17;
	padding-left:36px;
}
ul.links li{
	display:inline;
	padding:0px 4px;
	line-height:30px;
}
ul.links li a{
	color:#337B17;
	font-size:120%;
	padding:1px 4px;
	border:1px solid #ccc;
}
ul.links li a.active{
	color:#fff;
	background:#337B17;
}
ul.links li a span{
	font-size:75%;
	font-style:italic;
}

div#piece{
	display:table;
	width:100%;
}
div#piece ul{
	list-style:none;
}
div#piece ul li{
	display:table;
}
div#piece ul li div.piece-0 a,
div#piece ul li div.piece-1,
div#piece ul li div.piece-2,
div#piece ul li div.piece-3{
	font:1.2em Verdana, Arial, sans-serif;
	color:#6B6B6B;
}
div#piece ul li div.piece-0{
	float:left;
	width:20px;
}
div#piece ul li div.piece-1{
	float:left;
	font-weight:bold;
	width:200px;
}
div#piece ul li div.piece-2{
	float:left;
	width:100px;
}
div#piece ul li div.piece-3{
	float:left;
	width:60px;
}
div#piece ul li.normal div.piece-1,
div#piece ul li.normal div.piece-2,
div#piece ul li.normal div.piece-3{
	font-weight:normal;
	font-style:italic;
}

div#knowas{
	display:table;
	width:354px;
	padding:4px 4px;
	margin:auto;
	background:#FFF;
}
div#knowas label{
	font-size:1.2em;
	font-weight:bold;
	color:#397800;
}

div.clear{
clear:both;
}

table.synthese_carte{
color:#333;
font-size:12px;
background:#337B17;
}
table.synthese_carte tr th{
font-weight:normal;
text-align:right;
padding:1px 2px;
background:#fff;
}
table.synthese_carte tr th a{
color:#397800;
}
table.synthese_carte tr th strong{
font-size:13px;
}
table.synthese_carte tr td{
text-align:center;
padding:1px 2px;
background:#fff;
}

/* */

#fancybox-inner .contact .form,
#fancybox-inner .contact .send,
#fancybox-inner .text-box {
width:300px;
}
