body {
	font-family: Verdana, Arial, Sans-Serif;
	background-color: #E5E5E5;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 1.5em;
}
TD {
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 12px;
	line-height: 1.5em;
}
a {
	color: #1D76BB;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a img {
	border: none;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
	background: #7F7F7F repeat-y right top;
	padding: 20px 29px 20px 8px;
	margin: 0 10px 10px 0;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
	background: #7F7F7F repeat-y right top;
	padding: 20px 29px 20px 8px;
	margin: 0 0 10px 0;
}
h1.blue,
h2.blue {
	background-image: url('/design/background_blue.gif');
}
h1.green,
h2.green {
	background-image: url('/design/background_green.gif');
}
h1.orange,
h2.orange {
	background-image: url('/design/background_orange.gif');
}
h1.purple,
h2.purple {
	background-image: url('/design/background_purple.gif');
}
h1.red,
h2.red {
	background-image: url('/design/background_red.gif');
}
h1.violet,
h2.violet {
	background-image: url('/design/background_violet.gif');
}
h1.yellow,
h2.yellow {
	background-image: url('/design/background_yellow.gif');
}
.clear {
	clear: both;
}
#global {
	width: 948px;
	margin: 0 auto;
}
#container {
	position:relative;
	width: 920px;
	margin: 0 0 0 28px;
}
#logo_top {
	float: right;
	background: #FFFFFF url('/design/logo_top.png') no-repeat left top;
	width: 371px;
	height: 121px;
}
#content {
	clear: both;
	background-color: #FFFFFF;
}
#vtabs,
#vtabs2 {
	width: 28px;
	height: 248px;
	position: absolute;
	top: 121px;
	left: -28px;
}
#vtabs {
	background: url('/design/onglets.png') no-repeat;
}
#vtabs2 {
	background: url('/design/onglets2.png') no-repeat;
}
#vtabs a,
#vtabs2 a {
	display: block;
	margin: 67px 0 50px 5px;
}
#vtabs a img,
#vtabs2 a img {
	position: relative;
	bottom: 45px;
	left: 5px;
}
#vtabs a img.select,
#vtabs2 a img.select {
	position: relative;
	bottom: 33px;
}
#tabs {
	background: #3B9DCF url('/design/main_menu_right_border.png') no-repeat right top;
	width: 852px;
	height: 44px;
	padding-left: 60px;
}
#tabs a {
	background-repeat: repeat-x;
	height: 28px;
	text-align: center;
	width: 104px;
	color: #FFFFFF;
	padding: 0 2px;
	vertical-align: middle;
	line-height: 1.2em;
	font-weight: bold;
	font-size: 11px;
	float: left;
	display: block;
	padding-top: 16px;
	text-transform: uppercase;
}
#tabs a:hover {
	text-decoration: none;
}
#tabs .blue {
	background-image: url('/design/main_menu_bg_blue.png');
}
#tabs .green {
	background-image: url('/design/main_menu_bg_green.png');
}
#tabs .orange {
	background-image: url('/design/main_menu_bg_orange.png');
}
#tabs .purple {
	background-image: url('/design/main_menu_bg_purple.png');
}
#tabs .red {
	background-image: url('/design/main_menu_bg_red.png');
}
#tabs .violet {
	background-image: url('/design/main_menu_bg_violet.png');
}
#tabs .yellow {
	background-image: url('/design/main_menu_bg_yellow.png');
}
#tabs .multi {
	padding-top: 10px !important;
	height: 34px !important;
}
#left_column {
	width: 170px;
	float: left;
}
#left_menu {
	width: 100%;
	background-color: #3B9DCF;
	padding-bottom: 32px;
}
#left_menu a,
#left_menu div {
	padding: 8px 0 8px 15px;
	display: block;
	color: #FFFFFF;
	vertical-align: middle;
}
#left_menu a:hover {
	background-color: #B4E8FF;
	text-decoration: none;
	color: #3B9DCF;
}
#left_column h3 {
	margin: 16px 0 0 0;
	padding: 8px 0;
	color: #666666;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
}
#left_column input.newsletter {
	background: url('/design/newsletter_input.gif') no-repeat left top;
	border: none;
	padding: 0 9px;
	width: 131px;
	height: 19px;
	margin: 5px 0 0 10px;
	color: #999999;
}
.button {
	display: block;
	margin: 10px 0 0 10px;
	cursor: pointer;
}
.button b {
	display: block;
	float: left;
	height: 17px;
	line-height: 17px;
	text-align: center;
	background: url('/design/button_black.gif') no-repeat left top;
	color: #FFFFFF;
	padding-left: 9px;
	vertical-align: middle;
	font-size: 11px;
}
.button span {
	background: url('/design/button_black.gif') no-repeat right top;
	width: 9px;
	height: 17px;
	display: block;
	float: left;
}
a.button:hover {
	text-decoration: none;
}
a.button:hover b {
	background-position: 0px -17px;
}
a.button:hover span {
	background-position: right -17px;
}
#submenu {
	clear: both;
	padding: 16px 0 0 10px;
	border-bottom: 1px solid #EBEBEB;
}
#submenu a {
	display: block;
	padding: 15px 6px;
	border-top: 1px solid #EBEBEB;
	border-bottom: 1px solid #EBEBEB;
}
#center {
	padding: 25px 0 0 181px;
	background: #FFFFFF url('/design/background_grey.gif') repeat-y left top;
}
#banner {
	padding-bottom: 10px;
	width: 728px;
	height: 90px;
}
#right_column {
	float: right;
	width: 222px;
	margin-right: 10px;
}
#tools {
	border: 1px solid #B4B4B4;
	height: 37px;
}
#tools2 {
	border: 1px solid #B4B4B4;
	height: 37px;
	margin: 0 10px 0 505px;
}
#newsletter {
	margin-left: 36px;
	position: relative;
	top: 9px;
}
#sitemap {
	margin-left: 45px;
	position: relative;
	top: 10px;
}
#print {
	margin-left: 51px;
	position: relative;
	top: 12px;
}
#search {
	height: 29px;
	margin-top: 8px;
	background-color: #E5E5E5;
	vertical-align: middle;
	padding: 12px 0 0 36px;
}
#left_column #search {
	padding-left: 12px;
}
#search #searchfield {
	background: transparent url('/design/search.gif') no-repeat left top;
	border: none;
	padding: 0 44px 0 11px;
	width: 90px;
	height: 17px;
	color: #B2B2B2;
	font-size: 11px;
	font-weight: bold;
	padding-top: 2px;
}
#search #searchfield {
	height: 16px\9;
	padding-top: 3px\9;
}
#search #searchsubmit {
	width: 30px;
	height: 17px;
	border: none;
	cursor: pointer;
	position: relative;
	right: 40px;
	top: 2px;
	background: none;
}
#left_column #searchsubmit {
	right: 0;
	top: -18px;
	left: 110px;
}
#right_column {
	margin-top: 20px;
}
#right_column #headers {
	background-color: #F7F7F7;
	padding: 0 10px 10px 10px;
}
#right_column #headers h3 {
	color: #3B9DCF;
	padding: 19px 0 8px 0;
	border-bottom: 1px solid #DEDEDE;
	font-size: 12px;
	margin-bottom: 8px;
}
#right_column #headers .header {
	border-bottom: 1px solid #DEDEDE;
	color: #666666;
	margin-bottom: 8px;
	padding: 0 14px 8px 0;
	line-height: 1.4em;
}
#middle {
	margin: 20px 242px 0 0;
}
#main_content {
	margin: 0 30px;
}
#bottom {
	background-color: #FFFFFF;
	padding: 1px 6px;
}
#bottom_content {
	border-top: 1px solid #D2E4F1;
	color: #666666;
	font-size: 11px;
	padding: 20px 6px;
}
#bottom_content a {
	margin: 0 8px;
}
#bottom_content .left {
	float: left;
}
#bottom_content .right {
	float: right;
}
#bottom_content .center {
	text-align: center;
}
#bottom_border {
	background: transparent url('/design/bottom2.gif') no-repeat left top;
	width: 920px;
	height: 15px;
}
#copyright {
	padding: 16px 0;
	text-align: right;
	font-size: 11px;
}
.home_news_header {
	height: 80px;
	padding-top: 20px;
}
.home_news_header img {
	margin: 0 20px 10px 0;
}
.home_news_header a {
	color: #333333;
}
.home_news_header h5 {
	color: #1D76BB;
	margin: 0 0 8px 0;
	padding: 0;
}
#inner {
	margin-right: 10px;
	padding-bottom: 20px;
}
#breadcrumbs {
	font-size: 11px;
	color: #1D76BB;
	padding: 10px 0;
}
.sublevel {
	margin-left: 10px;
	font-size: 80%;
}
.subsel {
	font-weight: bold;
}
.sel {
	color: #3B9DCF !important;
	background-color: #B4E8FF;
}
#elements_list {
	margin-top: 20px;
}
.list_element {
	float: left;
	width: 364px;
}
.list_element img {
	float: left;
	margin: 0 10px 10px 0;
}
TD.Nleft {
	width: 110px;
	border-right: 1px dotted #999;
	vertical-align: top;
	color: #1D76BB;
	font-size: 12px;
}
td.Nleft span {
	color: #333333;
	font-size: 15px;
}
td.Nright a {
	vertical-align: top;
	padding: 0 0 20px 0;
}
td.underl a {
	color: #1D76BB !important;
}
td.Nright a h5.header {
	color: #1D76BB;
	margin: 0;
}
td.Nright a:hover h5.header {
	text-decoration: underline.
}
td.Nright img {
	border: 1px solid #6e8678;
	padding: 3px;
	background: #fff;
	margin: 0 10px 10px 0;
}
.Nleft {
	vertical-align: top;
}
#sitemap_cmp_1 DIV, #sitemap_cmp_2 DIV {
	height:23px;
	padding-top:7px;

}
#sitemap_cmp_1 DIV A , #sitemap_cmp_1 DIV A:visited , #sitemap_cmp_3 DIV A , #sitemap_cmp_3 DIV A:visited {
	text-decoration:none;
}
#sitemap_cmp_1 DIV A:hover , #sitemap_cmp_1 DIV A:active , #sitemap_cmp_3 DIV A , #sitemap_cmp_3 DIV A:visited {
	text-decoration:underline;
}
.level_x {
	font-weight:bold;
	margin-top:10px;
}
.level_y {
	background:url(/design/sitemap/sitemap01.gif) left no-repeat;
	margin-left:20px;
	padding-left:30px;
}
.level_y_last {
	background:url(/design/sitemap/sitemap02.gif) left no-repeat;
	margin-left:20px;
	padding-left:30px;
}
.level_yxx, .level_yxx_last {
	padding-left:16px;
}
#joineva {
	float: right;
	margin: 20px 0 20px 20px;
}
.private_sub {
	margin-left: 10px;
}
.right_inner {
	margin-top: 41px !important;
}
#top_img_print {
	margin: 5px 0 0 20px;
}

A:hover * {
	text-decoration:underline;
}

.linkedin{
  background: url("/design/linkedin-1.gif") no-repeat scroll 0 -5px #FFFFFF;
	border: 1px solid #EBEBEB;
	height: 35px;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	text-indent: -400px;
}
