#container {
	width: 86%;
	padding-left: 0;
	padding-right: 0;
	margin: auto;
}
/* ================
--- STRUCTURE --- 
================*/
body, html {
	height: 100%;
	margin: 0;
	padding: 0;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;/*position:relative;border:solid 3px red*/
}
html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%; /*border:solid 3px green*/
}
#theSite {
	min-height: 100%;
	max-width: 1280px;
	margin-bottom: -85px;
	margin-left: auto;
	margin-right: auto;
	background-color: #eeeeee;
}
/* ================
--- STYLES --- 
================*/
/*.JQuery {float: left; margin: 15px 5px 5px 5px; padding: 5px; width: 98%; border: 1px solid black;}
.JQuery_bloc {float: left; margin: 5px; padding: 5px; width: 50%;}*/

/* =====================
--- NOTIFICATION BAR --- 
======================*/

#notificationBar {
	font-size: 13px;
	width: 100%;
	height: 50px;
	margin: 0;
	box-sizing: border-box;
	padding: 5px;
	border-bottom: 1px solid #9A9A9A;
	background-color: #DFDFDF;
}
.notification-theSiteSize {
	max-width: 1280px;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.notification-bar-message {
	width: 86%;
	color: #516772;
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
/*@media only screen and (max-width : 1140px)
	{.notification-bar-message{width:100%;color:#516772;margin-left: auto; margin-right:auto;}}*/
.close-notification-bar {
	background: #DFDFDF;
	border: 0;
	height: 13px;
	width: 13px;
	margin: 3px 0px 0px 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
	cursor: pointer;
}
/* ================
--- HEADER --- 
================*/

/* HEADER THREE BARS */
#header {
	width: 100%;
	margin: 0;
	padding: 0;
}
.header-three-bars {
	display: block;
	width: 100%;
	font-size: 13px;
}
.header-three-bars .header-limiter {
	max-width: 100%;
	text-align: center;
	margin: 0 auto;
}
/* Logo */
.logo {
	float: left;
	margin-top: -10px;
	margin-left: -25px;
}
.header-three-bars h1 {
	float: left;
	font-size: 28px;
	line-height: 40px;
	margin: 0;
}
.header-three-bars h1 span {
	color: #bc40df;
}
.language-selector select {
	border: 0 !important;  /*Removes border*/
	margin-top: 2.5px;
	padding: 0 0 0 16px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	background: url("/images/arrow.png") no-repeat right;
	width: 56px;
	height: 20px;
	overflow: hidden;
	text-indent: 1px;
	text-overflow: "";
	color: #4e5359;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif
}
.language-selector select::-ms-expand {
display: none; /*for IR*/
}
.language-selector select option {
	padding: 5px 0px 5px 15px;
}
/* First bar - TOP Bar */
.header-three-bars .header-first-bar {
	background-color: #eeeeee;
	padding: 0px 0px 0px 40px;
}
.header-three-bars .header-first-bar h2 {
	line-height: 20px;
	margin: 0;
	float: left;
}
.header-three-bars .header-first-bar h2 a {
	color: #4e5359;
	text-decoration: none;
}
.header-three-bars .header-first-bar nav {
	text-align: right;
	line-height: 20px;
	overflow: hidden;
	white-space: nowrap;
}
.header-three-bars .header-first-bar nav a {
	display: inline-block;
	color: #4e5359;
	text-decoration: none;
	padding: 0 0 0 16px;
}
.header-three-bars .header-first-bar nav a:hover {
	text-decoration: none;
	color: #b72121;
	display: block;
}
.white_line {
	display: block;
}
/* HEADER MENU First bar - TOP Bar */
.header-three-bars ul {
	padding: 0;
	text-align: left;
	list-style-type: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
}
.header-three-bars li {
	display: inline-block;
	float: right;
}
.header-three-bars li a {
	display: block;
	height: 25px;
	text-align: left;
	line-height: 25px;
	color: #000000;
	text-decoration: none;
}
.header-three-bars li:hover a {
	background: none;
}
.header-three-bars li:hover ul a {
	background: #f3f3f3;
	color: #2f3036;
	height: 25px;
	line-height: 25px;
}
.header-three-bars li:hover ul a:hover {/*background: #e5e2e2;*/ /*background: #acaeb0;*//*color: #b72121;*/
}
.header-three-bars li ul {
	display: none;
	visibility: hidden;
	position: absolute;
}
.header-three-bars li ul li {
	display: block;
	float: none;
}
.header-three-bars li ul li a {/*min-width: 28px;*/
	padding: 0;
}
.header-three-bars ul li a:hover + .hidden, .hidden:hover {
	display: block;
	visibility: visible;
	position: absolute;
	background-color: #f3f3f3;
	border: 1px solid #CCCCCC;
	padding-left: 0px;
	padding-right: 10px;
}
/* Second bar */
.header-three-bars .header-second-bar {
	margin-top: -48px;
	background: url(/images/header_bg.png) repeat-x;
	padding: 20px 40px; /*height: 90px; */
	height: 105px;
	color: #ffffff;
	box-sizing: border-box;
}
.header-three-bars .header-second-bar a {
	color: #ffffff;
	text-decoration: none;
}
.header-three-bars .header-second-bar nav {
	line-height: 40px;
	float: left;
	margin: -10px 0 0 0;
	padding: 0;
	font-weight: bold;
	float: right;
}
.header-three-bars .header-second-bar nav a {
	display: inline-block;
	padding: 0 0 0 15px;
	text-decoration: none;
	line-height: 1;
}
.header-three-bars .header-second-bar nav a:hover {
	text-decoration: none;
	color: #b72121;
}
.header-three-bars .header-second-bar a.logout-button {
	font-size: 13px;
	font-weight: bold;
	float: right;
	border-radius: 3px;
	background-color: rgba(58, 60, 62, 0);
	height: 40px;
	padding: 0 20px;
	border: 1px solid #5E6367;
	line-height: 40px;
	box-sizing: border-box;
}
/* Third bar */
.header-three-bars .header-third-bar {/*padding: 20px 30px;*/
	padding: 5px 30px;
	color: #ffffff;
}
.header-three-bars .header-third-bar a {
	color: #ffffff;
	text-decoration: none;
}
.header-three-bars .header-third-bar nav {
	line-height: 40px;
	float: left;
	margin: -70px 0 0 250px;
	padding: 0;
	font-weight: bold;
}
.header-three-bars .header-third-bar nav a {
	display: inline-block;
	padding: 0 15px 0 0;
	text-decoration: none;
}
.header-three-bars .header-third-bar nav a:hover {
	text-decoration: none;
	color: #b72121;
}
/* =======================
--- CONTENT HOMEPAGE --- 
========================*/
#content {
	width: 100%;
	float: left;
	margin: 0 0 20px 0;
	padding: 0;
}
.bloc {
	float: left;
	margin: 0 8px 0 8px;
	padding: 5px;
	width: 22%; /*background:#FFF*/ /* border: 1px solid black.*/
}
/*div#wrapper{float:left; width:70%;} /* Left bloc col. 1 2 3 left */
/*div#more{float:right; width:30%; margin-right:0;} /* Right bloc col. 4 right*/

#centre_all * {
	margin: 0;
	padding: 0;
}
#centre_all .center {
	text-align: center;
	margin: auto;
}
#centre_all .right {
	text-align: right;
}
#centre_all h1 {/*background:url(/image_news_v/entete_product.png) no-repeat top;*/
	padding-top: 12px;
	padding-left: 10px;
	height: 32px;
	font-size: 10px;
	color: #090f61;
	text-align: left; /*border-bottom-style: solid; border-bottom-color: #C0C0C0; /*font-weight:bolder;*/ /*background-color:#CCCCCC;*/ /*border-bottom-width: 1px;*/
}
#centre_all h2 {
	color: #090f61;
	padding-bottom: 3px; /*font-weight:bolder;*/
	font-size: 12px;
}
#centre_all p {
	text-align: left;
	margin-bottom: 8px;
}
#centre_all a {
	text-decoration: none;
} /* Links as Webinars Seminars */
#centre_all a img {
	border: none;
}
/*#centre_all .bullet_ma{float:left; width:130px; list-style-type:disc; padding-left:20px;}*/
#centre_all #service h2 {
	margin-left: 10px;
	margin-right: 10px;
	color: #333333;
	font-size: 11px;
	border-bottom: 1px solid #606060;
}
#centre_all .box_border {
	border-top: none;
	border-bottom: none;
	width: 220px;
	padding-top: 10px;
	text-align: center;
}
#centre_all .rounded_product {
	background: url(/image_news_v/corner_box.png) no-repeat top;
	background-color: #FFFFFF;
}
#centre_all .box_rounded {
	background: url(/image_news_v/service_box_rounded2.png) no-repeat bottom;
	padding-right: 10px;
	padding-bottom: 10px
}
#centre_all #border_extra {
	border: 1px solid #dbdbdb;
	border-top: none;
	background-color: #f1f1f1;
	padding: 10px;
	margin-bottom: 10px;
	padding-top: 20px;
	color: #516772;
}
#centre_all .white1 {
	background-color: #FFFFFF;
	height: 4px;
}
#centre_all .empty_demo {
	padding: 10px 0 0 0;
}
#centre_all .btn_open img {
	margin-bottom: 7px;
}
#centre_all .img-shadow, .img-shadow {
	float: left;
	margin: 5px 10px 0 10px !important;
	background-color: #999999;
} /*Img shadow*/
#centre_all .img-shadow img, .img-shadow img {
	display: block;
	position: relative;
	border: 1px solid #a9a9a9;
	margin: -3px 3px 3px -3px;
} /*Img shadow*/
#centre_all .clear {
	clear: both;
}
#centre_all .border_bottom {
	border-top: 1px solid #bcbcbc;
	margin-bottom: 10px;
}
#centre_all .border_top {
	border-top: 1px solid #bcbcbc;
	margin-top: 10px;
}
#centre_all .author {
	font-style: italic;
	font-size: 10px;
	text-align: right;
} /* Author */
#centre_all .arrow_red {
	margin-left: 11px;
} /* Arrow */
#centre_all .news_style {
	display: none;
}
#centre_all .pro_menu1 {
	position: relative;
	z-index: 30;
	margin-top: 10px; /*margin-bottom:-50px;*/
}
#centre_all .pro_menu2 {
	position: relative;
	z-index: 20;
	margin-top: 10px;
}
#centre_all .pro_menu3 {
	position: relative;
	z-index: 10;
	margin-top: 10px;
}
#centre_all .pro_menu_nl {
	position: relative;
	z-index: 10;
	margin-top: 10px;
	height: 110px;
} /* Menu NL */
/* Bloc Trading tools */
#centre_all .service_trader {
	list-style-type: none;
	color: #5f5f5f;
	height: auto;
	text-align: left;
	font-size: 14px;
	color: #666666;
}
#centre_all .service_trader li {
	margin-bottom: 3px;
	margin-left: 10px;
}
#centre_all .service_trader li a:link, #centre_all .service_trader li a:active, #centre_all .service_trader li a:visited {
	color: #5f5f5f;
	text-decoration: none;
	height: 15px;
	padding-top: 3px;
	display: block;
}
#centre_all .service_trader li a:hover {
	background-color: #cccccc;
	width: 185px;
}
.service_trader a {
	color: #516772!important;
}
/* Navigation Blocs */
/* Nav Bloc CFD & FOREX */
#nav, #nav ul {
	padding: 0;
	text-align: left;
	list-style-type: none;
	font-size: 15px;
	color: #666666; /*font-size:11px;*/
}
#nav {
	height: 100%;
	padding-left: 10px;
	border-style: none;
}
#nav a {
	display: block;
	color: #516772;
	text-decoration: none;
	height: 16px;
	padding-top: 2px;
}
#nav a:hover, #nav li:hover {
	background-color: #CCCCCC;
}
#nav li.nobg:hover {
	background-color: transparent;
}
#nav ul a:hover {
	color: #CC0000;
	background-color: #f4f4f4;
}
#nav li {
	width: 96%;
	color: #516772;
	height: 20px;
	position: relative;
	left: -1px;
	overflow: hidden;
	text-overflow: ellipsis;
}
#nav li ul li {
	background-color: #f4f4f4;
	width: 110px;
}
#nav li ul {
	position: absolute;
	left: -999em;
	background-color: #f4f4f4;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}
#nav li:hover ul, #nav li.sfhover ul {
	position: absolute;
	left: 150px;
	top: 0;
}
#nav .li {
	margin-top: 32px;
}
/* Nav Bloc Futures & Options */
#navi, #navi ul {
	margin-right: 0;
	margin-bottom: 0;
	padding: 0;
	text-align: left;
	font-size: 14px;
	color: #666666;
	list-style-type: none;
	font-size: 11px;
}
#navi {
	height: 130px;
	padding-left: 10px;
}
#navi a {
	display: block;
	color: #516772;
	text-decoration: none;
	height: 16px;
	padding-top: 2px;
}
#navi a:hover, #navi li:hover {
	background-color: #CCCCCC;
}
#navi ul a:hover {
	color: #CC0000;
	background-color: #f4f4f4;
}
#navi li {
	width: 180px;
	color: #516772;
	height: 18px;
	position: relative;
}
#navi li ul li {
	background-color: #f4f4f4;
	width: 110px;
}
#navi li ul {
	position: absolute;
	left: -999em;
	background-color: #f4f4f4;
	border: 1px solid #CCCCCC;
	padding-left: 5px;
}
#navi li:hover ul, #navi li.sfhover ul {
	position: absolute;
	left: 150px;
	top: 0;
}
/* Btns Tel Meeting Forum Chat */
#centre_all #btn_chat, #centre_all #btn_tel, #btn_chat2 {
	padding: 0 2px 0 2px;
	color: #000099;
	font-weight: 800;
}
#centre_all #btn_chat {
	margin-left: 60px;
}
#centre_all #btn_tel {
	margin-top: 3px;
}
#btn {
	width: 58px;
	left: 0px;
	position: relative;
	top: 0px;
}
#btn1 {
	width: 58px;
	left: 64px;
	position: relative;
	top: -52px;
}
#btn2 {
	width: 58px;
	left: 128px;
	position: relative;
	top: -104px;
}
#btn3 {
	width: 58px;
	left: 192px;
	position: relative;
	top: -156px;
}
/* LANG */
/*#lang, #lang ul {list-style-type: none;  font-size:12px; font-weight: bold; float: right;}
#lang li ul, #menu_lang li ul {width:32px; display:none; border:1px solid #CCCCCC; background-color:#f4f4f4;}

/* Bloc Events */
.bloc_events {
	float: right; /*margin: 20px 0 20px 0px;*/
	width: 24%; /* min-width:150px; /*border: 1px solid black; */
}
.events_desktop {
	visibility: visible;
	display: block;
}
.events_tablet {
	visibility: hidden;
	display: none;
}
#centre_all .color_event1 {
	background-color: #dfdfdf;
	color: #999999;
	padding: 3px;
	text-decoration: none;
	font-size: 9px;
	border: 1px solid #dfdfdf;
}
#centre_all .color_event1 a {
	background-color: #dfdfdf;
	color: #0e2d6d;
	text-decoration: none;
	font-size: 9px;
	border: 1px solid #dfdfdf;
}
#centre_all .color_event1 a:hover {
	color: #b72121;
}
#centre_all .color_event1 a.active {
	background-color: #ffffff;
	color: #0e2d6d;
	border: 1px solid #dfdfdf;
	border-bottom: 1px solid #ffffff;
}
#centre_all .color_event2 {
	background-color: #fff;
	color: #999999;
	padding: 3px;
	text-decoration: none;
	font-size: 9px;
	border: 1px solid #dfdfdf;
}
#centre_all .color_event2 a {
	background-color: #fff;
	color: #0e2d6d;
	text-decoration: none;
	font-size: 9px;
}
#centre_all .color_event2 a:hover {
	color: #b72121;
}
#centre_all .color_event2 a.active {
	background-color: #fff;
	color: #0e2d6d;
	border: 1px solid #dfdfdf;
	border-bottom: 1px solid #ffffff;
}
#centre_all .event_text {
	text-align: left;
	width: 100%;
}
#centre_all .event_date {
	text-align: right;
	margin-top: -12px;
	margin-left: 80%;
	color: #999999;
	width: 20%;
}
#centre_all .event_text2 {
	text-align: left;
	width: 100%;
}
#centre_all .event_date2 {
	text-align: left;
	margin-top: -12px;
	margin-left: 77%;
	color: #999999;
	width: 10%;
}
#centre_all .event_city {
	text-align: left;
	margin-top: -12px;
	margin-left: 90%;
	color: #000;
	width: 10%;
}
.event_left {
	position: relative;
}
.event_right {
	position: relative;
	top: -20px;
}
.pub_right {
	position: relative;
	top: -10px;
}
.icons {
	position: relative;
	top: -5px;
}
.icons_img {
	width: 23%;
	height: 23%;
}
/* Bloc Bloc Left right // Buttons 1 & 2 */
.button_gallery {
	color: #20dc24;
	text-decoration: none;
}
.button_gallery a {
	color: #000;
	text-decoration: none;
}
.button_gallery a:hover {
	color: #b72121;
	text-decoration: none;
}
/* Bloc Gallery */
.bloc_gallery {
	float: left;
	margin: 20px 5px 30px 5px;
	width: 70%;
	height: 85px;
	overflow: hidden;
}
.gallery_number {
	overflow: hidden;
	text-overflow: ellipsis;
}
.gallery_number h1 {
	font-size: 15px;
	font-weight: normal;
	text-align: left;
	padding: 7px;
	margin-top: -10px;
	overflow: hidden;
}
.gallery_number p {
	font-size: 11px;
	text-align: left;
	padding: 7px;
	margin-top: -5px;
	color: #FFF;
}
.gallery_number a {
	color: #ffffff;
	text-decoration: none;
}
/*.gallery_number a:hover{color: #f1f2f2;text-decoration: none;}*/


/* ==================================
--- CONTENT BASIC PAGE 2 columns --- 
=====================================*/
.columnsContainer {
	position: relative;
	margin: .5em;
	margin-left: 20px;
}
.leftColumn { /*border: 1px solid #ccc;*/
	padding-top: 1.25em;
	padding-right: 5em;
	padding-bottom: 0.5em;
	margin-top: 1.5em;
	margin-bottom: 2em;
}
.leftColumn p {
	margin-left: 10px;
}
.columnsContainer h1 {
	height: 20px;
	padding-top: 3px;
	padding-left: 0px;
	padding-right: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #090f61;
	text-align: left;
	font-weight: bold;
	background-color: #FFFFFF;
	margin: 0;
	border-bottom: 1px solid #A3BEDC;
	padding-bottom: 3px;/*background-color:#FFFFFF;*/
}
.leftColumn {
	margin-right: 19.5em;
}
.rightColumn {
	position: absolute;
	top: 0;
	right: 0;
	width: 8.1em;
	margin-right: 7em;
	padding: 0.5em;
	margin-top: 2em;
}
/* Images Indicators */
.image_indicator {
	width: 100%;
	max-width: 600px;
}
/* ================
--- FOOTER --- 
================*/
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	border-color: black;
	border-style: none;
}
/* --- FOOTER ---  line Form */
.form {
	background-color: #c6e4f6;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 10px 10px 40px;
	background-image: url(/images/sticker_footer.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	/* Add border to debug div switch between solid or none */
	border-color: red;
	border-style: inherit;
}
.form h1 {
	font-size: 11px;
	color: #ffffff;
	line-height: 3px;
}
.form .footer-left, .form .footer-center-left, .form .footer-center-right, .form .footer-right {
	display: inline-block;
	vertical-align: top;
	border-color: yellow;
	border-style: inherit;
}
/* Footer left */
.form .footer-left {
	width: 51%;
}
.form .footer-left p {
	color: #0066CC;
	font-size: 20px;
	margin-left: 5px;
	margin-top: 25px;
	text-transform: uppercase;
}
.form .img {
	margin-left: 40px;
	margin-top: 70px;
	width: 25%;
	height: 25%;
	border-color: pink;
	border-style: inherit;
}
.form .text {
	width: 28%;
	margin-left: 78px;
	margin-top: 15px;
	font-size: 11px;
	color: #000;
	font-style: italic;
	border-color: orange;
	border-style: inherit;
}
/* Footer Right */
.form .footer-right {
	width: 49%;
	margin-left: 170px;
	margin-top: -330px;
}
.form .footer-right p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0;
	border-color: green;
	border-style: inherit;
}
.form .footer-right p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.form .footer-right p a {
	color: #FFFFFF;
	text-decoration: none;
}
.form .footer-right p a:hover {
	color: #b72121;
	text-decoration: none;
}
.cbp-mc-form {
	width: 100%;
	max-width: 500px;
	position: relative;
	left: 150px;
	top: 5px;
	right: 30px;
	bottom: 30px;
	background-color: #0e2d6d;
	border-color: #81F8FE;
	border-style: inherit;
}
.cbp-mc-form:before, .cbp-mc-form:after {
	content: " ";
	display: table;
}
.cbp-mc-form:after {
	clear: both;
}
.answer_message {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666!important;
}
.answer_message_2 {
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF!important;
}
.answer_message_2 a {
	color: #FFFFFF;
	text-decoration: underline;
}
.answer_message_2 a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.answer_message_2 a:visited {
	color: #FFFFFF;
	text-decoration: underline;
}
.cbp-mc-column {
	width: 100%;
	padding: 20px;
	float: left;
	color: #fff;
	border-color: white;
	border-style: inherit;
}
/*.cbp-mc-form p {width: 85%; padding:10px 3px 5px 3px; background-color:#0e2d6d;}*/
.cbp-mc-form label {
	display: block;
	padding: 10px 5px 5px 2px;
	cursor: pointer;
}
.cbp-mc-form input, .cbp-mc-form textarea {
	width: 50%;
	margin-bottom: 15px;
}
.cbp-mc-form select {
	width: 51%;
	margin-bottom: 15px;
}
/*.cbp-mc-form .captcha {width: 40%; height: 27px; margin-top: -33px; margin-left: 85px;float: left;}*/
.cbp-mc-form .right {
	width: 100%;
	margin-top: -15px;
	margin-left: 150px;
	float: left;
	border-color: green;
	border-style: inherit;
}
.cbp-mc-form .center {
	width: 95%;
	margin-top: 10px;
	margin-left: 15px;
	margin-bottom: 20px;
	float: left;
	color: #FFF;
	border-color: #EACE95;
	border-style: inherit;
}
.cbp-mc-form input, .cbp-mc-form textarea {
	border: 1px solid #fff;
}
.cbp-mc-form textarea {
	min-height: 150px;
}
.cbp-mc-form input:focus, .cbp-mc-form textarea:focus, .cbp-mc-form label:active + input, .cbp-mc-form label:active + textarea {
	outline: none;
	border: 1px solid #9db0ca;
}
.cbp-mc-form select:focus {
	outline: none;
}
.cbp-mc-form .right_captcha {
	width: 100%;
	margin-top: -32px;
	margin-left: 150px;
	float: left;
	border-color: #80FF80;
	border-style: inherit;
}
/*.cbp-mc-form .captcha-img {margin-top:10px; margin-left:-12px;}*/

/*.select{width:100%;}*/


.cbp-mc-submit-wrap {
	text-align: center;
	margin-top: 3px;
	clear: both;
	margin-left: 30px;
	border-color: #B4FA85;
	border-style: inherit;
}
.cbp-mc-form input.cbp-mc-submit {
	background: #94c5e1;
	border: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 5px;
	margin-top: -10px;
	margin-left: 140px;
	margin-bottom: 10px;
	width: 54%;
	float: left;
	border-color: #95EAA8;
	border-style: inherit;
}
.cbp-mc-form input.cbp-mc-submit:hover {
	background: #aed4ea;
}
/* --- FOOTER ---  line Hook */
.hook {
	background-color: #94c5e1;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 20px 10px;
	bottom: 0;
}
.hook h1 {
	font-size: 13px;
	color: #ffffff;
	line-height: 3px;
}
.hook .footer-left, .hook .footer-center-left, .hook .footer-center-right, .hook .footer-right {
	display: inline-block;
	vertical-align: top;
	border-color: blue;
	border-style: inherit;
}
/* Footer left */
.hook .footer-left {
	width: 25%;
}
.hook .footer-left p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 0 0 13px;
}
.hook .footer-left p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.hook .footer-left p a {
	color: #FFFFFF;
	text-decoration: none;
}
.hook .footer-left p a:hover {
	color: #b72121;
	text-decoration: none;
}
/* Footer Center Left */
.hook .footer-center-left {
	width: 25%;
}
.hook .footer-center-left p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 0 0 13px;
}
.hook .footer-center-left p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.hook .footer-center-left p a {
	color: #FFFFFF;
	text-decoration: none;
}
.hook .footer-center-left p a:hover {
	color: #b72121;
	text-decoration: none;
}
.hook .footer-center-left i {
	background-color: #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.hook .footer-center-left i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}
/* Footer Center Right */
.hook .footer-center-right {
	width: 25%;
}
.hook .footer-center-right p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 0 0 13px;
}
.hook .footer-center-right p span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2px;
}
.hook .footer-center-right p a {
	color: #FFFFFF;
	text-decoration: none;
}
.hook .footer-center-right p a:hover {
	color: #b72121;
	text-decoration: none;
}
.hook.footer-center-right i {
	background-color: #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.hook .footer-center-right i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}
/* Footer Right */
.hook.footer-right {
	width: 25%;
}
.hook .footer-right p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 0 0 13px;
}
.hook .footer-right p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.hook .footer-right p a {
	color: #FFFFFF;
	text-decoration: none;
}
.hook .footer-right p a:hover {
	color: #b72121;
	text-decoration: none;
}
.hook .footer-company-about {
	line-height: 20px;
	color: #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.hook .footer-company-about span {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.hook .footer-icons {
	margin-top: 25px;
}
.hook .footer-icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
/* --- FOOTER ---  line Account + Links */
.account {
	background-color: #0e2d6d;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 10px 10px;
	bottom: 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8197bb;
}
.account h1 {
	font-size: 13px;
	color: #ffffff;
	line-height: 3px;
	margin-top: 10px;
}
.account h2 {
	font-size: 13px;
	color: #e79450;
	line-height: 3px;
}
.account .img {
	margin-top: -10px;
}
.account .footer-left, .account .footer-center-left, .account .footer-center-right, .account .footer-right {
	display: inline-block;
	vertical-align: top;
}
/* Footer left */
.account .footer-left {
	width: 25%;
}
.account .footer-left p {
	display: inline-block;
	color: #e79450;
	vertical-align: middle;
	margin: -4px 0 0 0;
}
.account .footer-left p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
}
.account .footer-left p a {
	color: #e79450;
	text-decoration: none;
}
.account .footer-left p a:hover {
	color: #b72121;
	text-decoration: none;
}
/* Footer Center Left */
.account .footer-center-left {
	width: 25%;
}
.account .footer-center-left p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 0 0 11px;
}
.account .footer-center-left p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.account .footer-center-left p a {
	color: #FFFFFF;
	text-decoration: none;
}
.account .footer-center-left p a:hover {
	color: #b72121;
	text-decoration: none;
}
.account .footer-center-left i {
	background-color: #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.account .footer-center-left i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}
/* Footer Center Right */
.account .footer-center-right {
	width: 25%;
}
.account .footer-center-right p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 0 0 11px;
}
.account .footer-center-right p span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2px;
}
.account .footer-center-right p a {
	color: #FFFFFF;
	text-decoration: none;
}
.account .footer-center-right p a:hover {
	color: #b72121;
	text-decoration: none;
}
.account.footer-center-right i {
	background-color: #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.account .footer-center-right i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}
/* Footer Right */
.account.footer-right {
	width: 25%;
}
.account .footer-right p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 0 0 11px;
}
.account .footer-right p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.account .footer-right p a {
	color: #FFFFFF;
	text-decoration: none;
}
.account .footer-right p a:hover {
	color: #b72121;
	text-decoration: none;
}
.account .footer-company-about {
	line-height: 20px;
	color: #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.account .footer-company-about span {
	display: block;
	color: #ffffff;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.account .footer-icons {
	margin-top: 25px;
}
.account .footer-icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
/* --- FOOTER ---  line Contact */
.contact {
	background-color: #0e2d6d;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 10px 10px;
	bottom: 0;
}
.contact h1 {
	font-size: 12px;
	color: #ccc;
	line-height: 3px;
	margin-left: 8px;
}
.contact .footer-left, .contact .footer-center-left, .contact .footer-center-right, .contact .footer-right {
	display: inline-block;
	vertical-align: top;
}
/* Footer left */
.contact .footer-left {
	width: 25%;
}
.contact .footer-left p {
	display: inline-block;
	color: #ccc;
	vertical-align: middle;
	margin: 0 0 0 11px;
}
.contact .footer-left p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.contact .footer-left p a {
	color: #ccc;
	text-decoration: none;
}
.contact .footer-left p a:hover {
	color: #fff;
	text-decoration: none;
}
/* Footer Center Left */
.contact .footer-center-left {
	width: 25%;
}
.contact .footer-center-left p {
	display: inline-block;
	color: #ccc;
	vertical-align: middle;
	margin: 0 0 0 8px;
}
.contact .footer-center-left p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.contact .footer-center-left p a {
	color: #ccc;
	text-decoration: none;
}
.contact .footer-center-left p a:hover {
	color: #fff;
	text-decoration: none;
}
.contact .footer-center-left i {
	background-color: #33383b;
	color: #ccc;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.contact .footer-center-left i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}
/* Footer Center Right */
.contact .footer-center-right {
	width: 25%;
}
.contact .footer-center-right p {
	display: inline-block;
	color: #ccc;
	vertical-align: middle;
	margin: 0 0 0 8px;
}
.contact .footer-center-right p span {
	display: block;
	font-weight: normal;
	font-size: 14px;
	line-height: 2px;
}
.contact .footer-center-right p a {
	color: #ccc;
	text-decoration: none;
}
.contact .footer-center-right p a:hover {
	color: #fff;
	text-decoration: none;
}
.contact.footer-center-right i {
	background-color: #33383b;
	color: #ffffff;
	font-size: 25px;
	width: 38px;
	height: 38px;
	border-radius: 50%;
	text-align: center;
	line-height: 42px;
	margin: 10px 15px;
	vertical-align: middle;
}
.contact .footer-center-right i.fa-envelope {
	font-size: 17px;
	line-height: 38px;
}
/* Footer Right */
.contact.footer-right {
	width: 25%;
}
.contact .footer-right p {
	display: inline-block;
	color: #ccc;
	vertical-align: middle;
	margin: 0 0 0 9px;
}
.contact .footer-right p span {
	display: block;
	font-weight: normal;
	font-size: 11px;
	line-height: 2px;
}
.contact .footer-right p a {
	color: #ccc;
	text-decoration: none;
}
.contact .footer-right p a:hover {
	color: #fff;
	text-decoration: none;
}
.contact .footer-company-about {
	line-height: 20px;
	color: #92999f;
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.contact .footer-company-about span {
	display: block;
	color: #ccc;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.contact .footer-icons {
	margin-top: 25px;
}
.contact .footer-icons a {
	display: inline-block;
	width: 35px;
	height: 35px;
	cursor: pointer;
	background-color: #33383b;
	border-radius: 2px;
	font-size: 20px;
	color: #ccc;
	text-align: center;
	line-height: 35px;
	margin-right: 3px;
	margin-bottom: 5px;
}
/* Footer links 
.hook .footer-links{color:  #ffffff;margin: 20px 0 12px;padding: 0;}
.hook .footer-links a{display:inline-block;line-height: 1.8;text-decoration: none;color:  inherit;}
.hook .footer-company-name{color:  #8f9296;font-size: 14px;font-weight: normal;margin: 0;}*/


/* ================
--- TABLE --- 
================*/
#table_contact {
	text-align: left;
	border-collapse: collapse;
	width: 100%;
}
#table_contact .first_td_contact {
	padding-left: 0!important;
}
#table_contact td {
	border-right: 1px solid #666666;
	padding-left: 15px;
}
#table_contact tr.tel {
	text-align: left;
}
#table_contact tr.title td {
	color: #CE0000;
	font-weight: bold;
}
tr.adresse td {
	text-align: left;
	padding-left: 5px;
	vertical-align: top;
}
.ulinside {
	padding-right: 45px;
	margin-left: 30px;
}
.ulinside li {
	margin-bottom: 20px;
	padding-left: 10px;
}
/* Table inside */
#centre_all #border_extra .tabinside td {
	display: table-cell;
	padding: 1px 10px 0 10px;
	border-right: 1px solid #e1e6e8;
}
table.tabinside, table.tabinside_empty {
	display: table;
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.tabinside td, .tabinside_empty td {
	display: table-cell;
	border-bottom: none;
	border-top: none;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e1e6e8;
	border-left: none;
	border-right: none;
	vertical-align: top;
}
tr.tr_empty_bg_color td {
	background-color: #f5f5f3;
	border: none;
}
.tabinside_border_all {
	border-collapse: collapse;
}
.tabinside_border_all td {
	vertical-align: top;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e1e6e8!important;
}
.tabinside_empty td {
	border: none!important;
}
.tabinside_entete {
	background: url(/images/bg_tab.gif) repeat-x;
	background-color: #bac5d7;
	color: #333333;
	text-align: center;
}
.tabinside_entete td {
	height: 10px;
	vertical-align: middle;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}
.tabinside_title {
	font-weight: 800;
	color: #004080;
}
.tabinside_title td {
	border-top: 2px solid #e1e6e8!important;
}
.tabinside .color td {
	background-color: #eef1f6;
}
.tabinside td.colonne_bleu {
	background-color: #eef1f6;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside td.colonne_bleu_claur { /* background-color:*/
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside td.colonne_imp {
	background-color: #ffcc66;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside td.colonne_bleu a:link {
	font-weight: 800;
	color: #004080;
}
td.colonne_bleu {
	background-color: #eef1f6;
	border-bottom: 2px solid #FFF;
	font-weight: 800;
	color: #004080;
}
.tabinside td.colonne_blanc {
	background-color: #FFFFFF;
	border: none;
	font-weight: normal;
	padding-left: 20px;
}
.tabinside .border_weight {
	border-bottom: 1px solid #003366!important;
}
.tabinside td.colonne_blanc_bborder {
	border-bottom: 1px solid #003366!important;
	background-color: #FFFFFF;
	vertical-align: middle;
}
td.colonne_bleu {
	background-color: #eef1f6;
	border-bottom: 2px solid #FFF;
	font-weight: 800;
	color: #004080;
}
.color_tr td {
	background-color: #eef1f6;
}
#centre_all #border_extra .tabinside2 td {
	padding: 1px 10px 0 10px;
	border-right: 1px solid #e1e6e8;
}
table.tabinside2, table.tabinside2_empty {
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.tabinside2 td, .tabinside2_empty td {
	border-bottom: none;
	border-top: none;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e1e6e8;
	border-left: none;
	border-right: none;
	vertical-align: top;
	vertical-align: middle;
}
.tabinside2_border_all {
	border-collapse: collapse;
}
.tabinside2_border_all td {
	vertical-align: top;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e1e6e8!important;
}
.tabinside2_empty td {
	border: none!important;
}
.tabinside2_entete {
	background: url(/images/bg_tab.gif) repeat-x;
	background-color: #bac5d7;
	color: #333333;
	text-align: center;
}
.tabinside2_entete td {
	height: 10px;
	vertical-align: middle;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.tabinside2_title {
	font-weight: 800;
	color: #004080;
}
.tabinside2_title td {
	border-top: 2px solid #e1e6e8!important;
}
.tabinside2 .color td {
	background-color: #eef1f6;
}
.tabinside2 td.colonne_bleu {
	background-color: #eef1f6;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside2 td.colonne_bleu_claur {/* background-color:*/
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside2 td.colonne_imp {
	background-color: #ffcc66;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside2 td.colonne_bleu a:link {
	font-weight: 800;
	color: #004080;
}
.tabinside2 td.colonne_blanc {
	background-color: #FFFFFF;
	border: none;
	font-weight: normal;
	padding-left: 20px;
}
.tabinside2 .border_weight {
	border-bottom: 1px solid #003366!important;
}
.tabinside2 td.colonne_blanc_bborder {
	border-bottom: 1px solid #003366!important;
	background-color: #FFFFFF;
	vertical-align: middle;
}
.tabinside2_border_all {
	border-collapse: collapse;
}
.tabinside2_border_all td {
	vertical-align: top;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e1e6e8!important;
}
.tabinside2_empty td {
	border: none!important;
}
.tabinside2_entete {
	background: url(/images/bg_tab.gif) repeat-x;
	background-color: #bac5d7;
	color: #333333;
	text-align: center;
}
.tabinside2_entete td {
	height: 10px;
	vertical-align: middle;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
}
.tabinside2_title {
	font-weight: 800;
	color: #004080;
}
.tabinside2_title td {
	border-top: 2px solid #e1e6e8!important;
}
.tabinside2 .color td {
	background-color: #eef1f6;
}
.tabinside2 td.colonne_bleu {
	background-color: #eef1f6;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside2 td.colonne_bleu_claur {/* background-color:*/
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside2 td.colonne_imp {
	background-color: #ffcc66;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside2 td.colonne_bleu a:link {
	font-weight: 800;
	color: #004080;
}
.tabinside2 td.colonne_blanc {
	background-color: #FFFFFF;
	border: none;
	font-weight: normal;
	padding-left: 20px;
}
.tabinside2 .border_weight {
	border-bottom: 1px solid #003366!important;
}
.tabinside2 td.colonne_blanc_bborder {
	border-bottom: 1px solid #003366!important;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#centre_all #border_extra .tabinside3 td {
	padding: 1px 10px 0 10px;
	border-right: 1px solid #e1e6e8;
}
table.tabinside3, table.tabinside3_empty {
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.tabinside3 td, .tabinside3_empty td {
	border-bottom: none;
	border-top: none;
	padding: 4px 4px 4px 8px;
	border: 1px solid #e1e6e8;
	border-left: none;
	border-right: none;
	vertical-align: top;
}
table.tabinside3, table.tabinside3_empty {
	background-color: #FFFFFF;
	text-align: left;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.tabinside3 td, .tabinside3_empty td {
	border-bottom: none;
	border-top: none;
	padding: 4px 4px 4px 8px;
	border: 1px solid #e1e6e8;
	border-left: none;
	border-right: none;
	vertical-align: top;
}
.tabinside3_border_all {
	border-collapse: collapse;
}
.tabinside3_border_all td {
	vertical-align: top;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e1e6e8!important;
}
.tabinside3_empty td {
	border: none!important;
}
.tabinside3_entete {
	background: url(/images/bg_tab.gif) repeat-x;
	background-color: #bac5d7;
	color: #333333;
	text-align: center;
}
.tabinside3_entete td {
	height: 10px;
	vertical-align: middle;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}
.tabinside3_title {
	font-weight: 800;
	color: #004080;
}
.tabinside3_title td {
	border-top: 2px solid #e1e6e8!important;
}
.tabinside3 .color td {
	background-color: #eef1f6;
}
.tabinside3 td.colonne_bleu {
	background-color: #eef1f6;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside3 td.colonne_bleu_claur {/* background-color:*/
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside3 td.colonne_imp {
	background-color: #ffcc66;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside3 td.colonne_bleu a:link {
	font-weight: 800;
	color: #004080;
}
.tabinside3 td.colonne_blanc {
	background-color: #FFFFFF;
	border: none;
	font-weight: normal;
	padding-left: 20px;
}
.tabinside3 .border_weight {
	border-bottom: 1px solid #003366!important;
}
.tabinside3 td.colonne_blanc_bborder {
	border-bottom: 1px solid #003366!important;
	background-color: #FFFFFF;
	vertical-align: middle;
}
#centre_all #border_extra .tabinside4 td {
	padding: 1px 10px 0 10px;
	border-right: 1px solid #e1e6e8;
}
.tabinside4_border_all {
	border-collapse: collapse;
}
.tabinside4_border_all td {
	vertical-align: top;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e1e6e8!important;
}
.tabinside4_empty td {
	border: none!important;
}
.tabinside4_entete {
	background: url(/images/bg_tab.gif) repeat-x;
	background-color: #bac5d7;
	color: #333333;
	text-align: center;
}
.tabinside4_entete td {
	height: 10px;
	vertical-align: middle;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
}
.tabinside4_title {
	font-weight: 800;
	color: #004080;
}
.tabinside4_title td {
	border-top: 2px solid #e1e6e8!important;
}
.tabinside4 .color td {
	background-color: #eef1f6;
}
.tabinside4 td.colonne_bleu {
	background-color: #eef1f6;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside4 td.colonne_bleu_claur {/* background-color:*/
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside4 td.colonne_imp {
	background-color: #ffcc66;
	border: none;
	font-weight: 800;
	color: #004080;
}
.tabinside4 td.colonne_bleu a:link {
	font-weight: 800;
	color: #004080;
}
.tabinside4 td.colonne_blanc {
	background-color: #FFFFFF;
	border: none;
	font-weight: normal;
	padding-left: 20px;
}
.tabinside4 .border_weight {
	border-bottom: 1px solid #003366!important;
}
.tabinside4 td.colonne_blanc_bborder {
	border-bottom: 1px solid #003366!important;
	background-color: #FFFFFF;
	vertical-align: middle;
}
table.tabinside4, table.tabinside4_empty {
	text-align: left;
	border-collapse: collapse;
	margin-top: 20px;
	margin-bottom: 10px;
	margin-left: 30px;
}
.tabinside4 td, .tabinside4_empty td {
	border-bottom: none;
	border-top: none;
	padding: 4px 10px 4px 10px;
	border: 1px solid #e1e6e8;
	border-left: none;
	border-right: none;
	vertical-align: top;
}
/* ================
--- IMAGES --- 
================*/


.image_l {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 10px;
}
.image_r {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	float: right;
	margin-left: 10px;
}
.image_center {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	margin: auto;
	display: block;
}
.image_simple {
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
}
.image_legende, .image_legende2 {
	display: block;
	border: 1px solid #CCCCCC;
	padding: 3px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 10px;
	margin-top: 5px;
	text-align: center;
}
.image_legende2 a {
	color: #0033FF!important;
}
.image_legende2 {
	width: 150px;
}
.image_legende2 a {
	line-height: 25px;
}
.fs_image {
	background: url(/images/fs_screen_bg.jpg) no-repeat center top;
	background-position: center 64px;
	width: 105px;
	font-size: 10px;
	text-align: center;
	margin: auto;
	height: 83px;
}
.fs_image_vide {
	width: 105px;
	font-size: 10px;
	text-align: center;
	margin: auto;
	height: 83px;
}
.fs_image_medium {
	background: url(/images/fs_screen_bg_medium.jpg) no-repeat center top;
	background-position: center 100px;
	width: 146px;
	font-size: 10px;
	text-align: center;
	height: 120px;
	margin: auto;
}
.fs_image img {
	margin-bottom: 8px;
}
.fs_screen_tab {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
	margin: auto;
}
.fs_screen_tab td {
	vertical-align: top;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
}
.fs_screen_tab_entete {
	background: url(/images/bg_tab.gif) repeat-x;
	background-color: #dedede;
	color: #333333;
	text-align: left;
}
.fs_screen_tab_entete td {
	height: 20px;
	vertical-align: middle;
	color: #003366;
	font-size: 11px;
	font-weight: bold;
	padding: 0!important;
	padding-left: 10px!important;
}
.fs_screen_tab h1 {
	font-size: 11px;
	font-weight: bold;
	margin: 0;
}
.fs_screen_tab_entete a {
	display: inline;
}
.fs_cont {
	height: 53px;
	position: relative;
	padding-bottom: 12px;
	left: -1px;
}
.fs_cont_h_auto {
	padding-bottom: 15px;
	position: relative;
}
.fs_cont_h_auto p {
	font-weight: normal;
	padding: 0;
	margin-top: 5px;
}
.fs_cont a {
	text-decoration: none;
}
.fs_det {
	position: absolute;
	bottom: -1px;
	right: 16px;
}
.fs_td_size {
	width: 190px!important;
}
.fs_td_size_big {
	width: 307px!important;
}
.fs_center {
	width: auto;
	padding: 0;
	margin: 0;
	width: 31px;
}
.fs_right {
	width: auto;
	padding: 0;
	margin: 0;
	width: 30px;
}
.mouseOver_img {
	background-color: #FFFFFF;
	left: 170px;
	position: absolute;
	top: 250px;
	visibility: hidden;
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: auto;
}
.mouseOver_DIV {
	background-color: #FFFFFF;
	position: absolute;
	visibility: hidden;
	border: 1px solid #CCCCCC;
	padding: 3px;
	width: auto;
}
.film_r {
	text-align: right;
}
#menu_indic {
	width: 300px!important;
}
#menu_candle {
	width: 200px!important;
}
/* ================
--- STYLES --- 
================*/
.bred, strong {
	font-weight: bold;
}
.color1 {
	color: #3A4E3D;
}
.color2 {
	color: #006666;
}
.red2 {
	color: #CC0000;
}
.green {
	color: #009966;
}
.blue {
	color: #0033CC;
}
.vert {
	color: #1d991a;
	font-style: italic;
}
.bleu_fut {
	color: #004ac6;
}
.redbold121, .redbold211 {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color: #D61000;
}
.redbold {
	font-family : Verdana, Arial, Helvetica, sans-serif;
	font-size : 8pt;
	font-weight: bold;
	color: #D61000
}
.white {
	color: #FFFFFF!important;
	font-weight: bold;
}
.white_color {
	color: #FFFFFF!important;
}
.bred {
	color: #CE0000;
}
.blueblod {
	color: #000063;
}
.style3 {
	color: #FFFFFF;
	font-weight: bold;
}
.style5 {
	color: #CE0000;
	font-weight: bold;
}
.style6 {
	color: #000000
}
.style4 {
	color: #999999
}
.gras {
	font-weight: 800;
}
.gras2 {
	font-weight: bold;
}
.small {
	font-size: 9px;
	text-align: center;
}
p.small {
	margin: 0;
}
span.plus {
	color: #333333;
}
.add {
	margin-top: -2px!important;
	text-align: right!important;
}
.arrow {
	position: absolute;
	top: 810px;
	right: 0;
	z-index: 100;
	width: 14px;
}
.btn_center {
	text-align: center;
}
#objectt {
	height: 140px;
}
#wrap_all {
	margin-left: 40px;
	margin-top: 30px;
}
.style7 {
	color: #FFFFFF!important;
	font-weight: bold;
}
a.Linkwhite2 {
	color: #FFFFFF!important;
	text-decoration: none;
}
.titre_entete {
	background: url(/image_news_v/bg_entete_title.png) no-repeat bottom left;
	height: 33px;
	margin-top: 40px;
}
.titre_entete h4 {
	font-size: 17px;
	font-weight: bold;
	color: #191972;
	font-style: italic;
	display: inline;
	margin-right: 100px;
}
.titre_entete a {
	width: 80px;
	display: inline;
	padding-top: 5px;
}
a img {
	border: none;
}
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	width: 100%;
}
.formButton {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
.pos_pub {
	float: right;
	margin-top: 0;
	margin-right: 40px;
}
#all_texte_small {
	text-align: left;
	width: 750px;
	margin-right: auto;
	margin-left: auto;
}
#all_texte_small #box_txt_contenu_long {
	width: 750px;
}
#all_texte_small #box_txt_contenu_long #texte {
	width: 710px;/*750-40*/
}
#box_texte #titre_root {
	height: 29px; /*32 taille image - 3 p.top*/
	padding-top: 3px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
#box_texte .h1 {
	font-size: 17px;
	color: #090f61;
	text-align: left;
	font-weight: bold;
	width: auto;
	background-color: #FFFFFF;
	margin: 0;
}
#box_texte .ariane {
	float: right;
	padding-top: 2px;
	text-align: right;
	width: 220px;
	padding-left: 20px;
	padding-right: 40px;
}
#box_txt_contenu_long #texte {
	width: 960px;/*1000-40*/
}
#box_txt_contenu {
	float: left;
	width: 758px;
}
#box_txt_contenu_long {
	width: 1000px;
}
#box_texte {
	background-color: #f5f5f3;
	border: 1px solid #d8d8d8;
	margin-bottom: 20px;
}
.bg_title {
	border-bottom: 1px solid #A3BEDC;
	padding-bottom: 3px;
	background-color: #FFFFFF;
}
.subtitle {
	font-size: 14px;
	color: #090f61;
	text-align: left;
	font-weight: bolder;
	width: auto;
	background-color: #FFFFFF;
	margin: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	border-bottom: 1px solid #A3BEDC;
	padding-bottom: 3px;
	margin-bottom: 10px;
}
.subtitle2 {
	font-size: 14px;
	color: #b72121;
	text-align: left;
	font-weight: 700;
	width: auto;
	background-color: #FFFFFF;
	margin: 0 10px 10px 0;
	width: 300px;
	display: block;
	padding-bottom: 6px;
	background: url(/images/spacer_title.gif) repeat-x bottom;
}
.subtitle3 {
	font-size: 20px; /*color: #090f61;*/
	color: #0066CC;
	text-align: left;
	width: auto;
	margin: 10px 10px 0px 0px;
}
#texte {
	width: 720px; /*  -40 */
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 10px;
}
#right_pub {
	float: right;
	width: 200px;
	text-align: center;
}
#right_pub #bg_top_pub {
	background: url(/image_news_v/bg_top_pub.png) no-repeat;
	height: 30px;
}
#right_pub #bg_center_pub {
	background: url(/image_news_v/bg_center_pub.png) repeat-y;
}
#right_pub #bg_bottom_pub {
	background: url(/image_news_v/bg_bottom_pub.png) no-repeat;
	height: 9px;
}
.titlepla {
	margin-bottom: 10px!important;
}
.box_float_right {
	float: right;
	margin-left: 20px;
	text-align: center;
}
.box_float_left {
	float: left;
	width: 350px;
	margin-right: 20px;
}
.box_float_left_simple {
	float: left;
	padding: 10px;
	padding-right: 20px;
	margin: 0 10px 0 0;
	background: url(/images/separator.gif) no-repeat right top;
}
.box_margin_right {
	margin-left: 350px;
}
.box_text_right {
	text-align: right;
}
.indic_title {
	font-size: 13px;
	display: inline;
}
#form1 {
	float: left;
}
#form1 select {
	width: 110px;
	margin-right: 10px;
	height: 25px;
}
#form2 {
	float: left;
	margin-top: -3px;
	margin-left: 60px;
}
#form3 {
	float: left;
}
#form3 select {
	width: 240px;
	margin-right: 10px;
	height: 25px;
}
.italique {
	font-style: italic;
}
.clear_both {
	clear: both;
	height: 1px;
}
.liste_simple li {
	margin-top: 10px;
}
/* Belgium */
/* Overlay */
#Belgium-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#Belgium-container {
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#Belgium-container a.Belgium-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#Belgium-container #BelgiumbasicModalContent {
	padding: 8px;
}
#BelgiumbasicModal {
	text-align: left;
}
/* France */
/* Overlay */
#France-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#France-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#France-container a.France-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#France-container #FrancebasicModalContent {
	padding: 8px;
}
#FrancebasicModal {
	text-align: left;
}
/* Germany */
/* Overlay */
#Germany-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#Germany-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#Germany-container a.Germany-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#Germany-container #GermanybasicModalContent {
	padding: 8px;
}
#GermanybasicModal {
	text-align: left;
}
/* Netherlands */
/* Overlay */
#Netherlands-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#Netherlands-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#Netherlands-container a.Netherlands-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#Netherlands-container #NetherlandsbasicModalContent {
	padding: 8px;
}
#NetherlandsbasicModal {
	text-align: left;
}
/* Poland */
/* Overlay */
#Poland-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#Poland-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#Poland-container a.Poland-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#Poland-container #PolandbasicModalContent {
	padding: 8px;
}
#PolandbasicModal {
	text-align: left;
}
/* Portugal */
/* Overlay */
#Portugal-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#Portugal-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#Portugal-container a.Portugal-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#Portugal-container #PortugalbasicModalContent {
	padding: 8px;
}
#PortugalbasicModal {
	text-align: left;
}
/* Spain */
/* Overlay */
#Spain-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#Spain-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#Spain-container a.Spain-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#Spain-container #SpainbasicModalContent {
	padding: 8px;
}
#SpainbasicModal {
	text-align: left;
}
/* Switzerland */
/* Overlay */
#Switzerland-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#Switzerland-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#Switzerland-container a.Switzerland-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#Switzerland-container #SwitzerlandbasicModalContent {
	padding: 8px;
}
#SwitzerlandbasicModal {
	text-align: left;
}
/* UK */
/* Overlay */
#UK-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#UK-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#UK-container a.UK-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#UK-container #UKbasicModalContent {
	padding: 8px;
}
#UKbasicModal {
	text-align: left;
}
/* US */
/* Overlay */
#US-overlay {
	background-color: #000;
	cursor: wait;
}
/* Container */
#US-container {
	height: 600px;
	width: 800px;
	background-color: #ffffff;
	border: 3px solid #ccc;
	overflow-x : hidden;
	overflow-y : auto;
}
#US-container a.US-close {
	background: url(/image_news_v/x.png) no-repeat;
	width: 25px;
	height: 29px;
	display: inline;
	z-index: 3200;
	position: absolute;
	top: -15px;
	right: -18px;
	cursor: pointer;
}
#US-container #USbasicModalContent {
	padding: 8px;
}
#USbasicModal {
	text-align: left;
}
.style5 {
	color: #CE0000;
	font-weight: bold;
}
.blackBar {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
.font8 {
	font-size: 8px;
}
.block-bullet {
	padding-bottom : 3px;
}
/* NEW FOOTER */
#footer {
	clear: both;
	width: 100%;
	margin: 0;
	padding: 0;
	border-color: black;
	border-style: none;
}
.footer-block-form {
	background-color: #c6e4f6;
	box-sizing: border-box;
	width: 100%;
	text-align: left;
	padding: 10px 10px 40px;
	background-image: url(/images/sticker_footer.png);
	background-repeat: no-repeat;
	background-position: 15px 0px;
	border-color: red;
	border-style: inherit;
}
.footer-title {
	font-size: 20px;
	color: #0066CC;
	text-transform: uppercase;
	border-style: inherit;
	border-color: #FFFF00;
}
.footer-table {
	display: table;
	border-style: inherit;
	border-color: #FF00FF;
	border-width: 5px;
	width: 100%;
}
.footer-tr {
	display: table-row;
	border-style: inherit;
	border-color: #FF0000;
	vertical-align: top;
}
.footer-td {
	display: table-cell;
	border-style: inherit;
	border-color: #0000FF;
	vertical-align: top;
}
.footer-td-width-left-col {
	width: 30%;
}
.footer-td-width-right-col {
	width: 70%;
}
.footer-td-padding-bottom {
	padding-bottom: 15px;
}
.align-middle {
	vertical-align: middle;
	padding-bottom: 15px;
}
.footer-form {
	box-sizing: border-box;
	background-color: #0e2d6d;
	border-color: #FFF000;
	border-style: inherit;
	border-width: 5Px;
	color: #ffffff;
	padding: 15px;
	width: 75%;
}
.footer-form-input {
	width: 75%;
}
.footer-form-input-select {
	width: 76%;
}
.footer-form-input-9digit {
	width: 65px;
}
.footer-privacy {
	border-style: inherit;
	color: #ffffff;
}
.footer-privacy a {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-privacy a:hover {
	color: #b72121;
	text-decoration: none;
}
.footer-privacy a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
.footer-left-image {
	margin-left: auto;
	margin-right: auto;
	width: 45%;
	height: 25%;
	border-color: pink;
	border-style: inherit;
}
.footer-left-text {
	width: 55%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 15px;
	font-size: 11px;
	color: #000;
	font-style: normal;
	border-color: orange;
	border-style: inherit;
	text-align: center;
}
.footer-submit-button {
	background: #94c5e1;
	border: none;
	color: #fff;
	cursor: pointer;
	text-transform: uppercase;
	display: inline-block;
	padding: 10px 30px;
	border-radius: 5px;
	width: 76%;
	border-color: #95EAA8;
	border-style: inherit;
}
.footer-submit-button:hover {
	background: #aed4ea;
}

::-webkit-input-placeholder {
color:transparent;
}
:-moz-placeholder {
color:transparent;
}
::-moz-placeholder {
color:transparent;
}
:-ms-input-placeholder {
color:transparent;
}
.footer-color-event1 {
	background-color: #dfdfdf;
	color: #516772;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #dfdfdf;
}
.footer-color-event1 a {
	color: #516772;
	text-decoration: none;
}
.footer-color-event1 a:hover {
	color: #516772;
}
.footer-color-event2 {
	background-color: #fff;
	color: #516772;
	padding: 3px;
	text-decoration: none;
	font-size: 12px;
	border: 1px solid #dfdfdf;
}
.footer-color-event2 a {
	color: #516772;
	text-decoration: none;
}
.footer-color-event2 a:hover {
	color: #516772;
}
.footer-hook {
	background-color: #94c5e1;
	box-sizing: border-box;
	width: 25%;
	text-align: left;
	padding: 18px 0px 19px 10px;
	border-style: inherit;
}
.footer-hook h1 {
	font-size: 13px;
	color: #ffffff;
	border-style: inherit;
}
.footer-hook h1 a {
	color: #FFFFFF;
	text-decoration: none;
	border-style: inherit;
}
.footer-hook h1 a:hover {
	color: #b72121;
	text-decoration: none;
}
.footer-hook p {
	display: inline-block;
	color: #ffffff;
	vertical-align: middle;
	margin: 0 0 0 13px;
	border-style: inherit;
}
.footer-hook p a {
	color: #FFFFFF;
	text-decoration: none;
	border-style: inherit;
}
.footer-hook p a:hover {
	color: #b72121;
	text-decoration: none;
}
.footer-account {
	background-color: #0e2d6d;
	box-sizing: border-box;
	width: 20%;
	text-align: left;
	padding: 18px 0px 19px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #8197bb;
}
.footer-account h1 {
	font-size: 13px;
	color: #e79450;
}
.footer-account p {
	display: inline-block;
	color: #e79450;
	vertical-align: middle;
	margin: -4px 0 0 0;
}
.footer-account p a {
	color: #e79450;
	text-decoration: none;
}
.footer-account p a:hover {
	color: #b72121;
	text-decoration: none;
}
.footer-contact {
	background-color: #0e2d6d;
	box-sizing: border-box;
	width: 25%;
	text-align: left;
	padding: 10px 0px 20px 10px;
}
.footer-contact h1 {
	font-size: 12px;
	color: #ccc;
	line-height: 3px;
	margin-left: 8px;
}
.footer-contact p {
	display: inline-block;
	color: #ccc;
	vertical-align: middle;
	margin: 0 0 0 11px;
}
.footer-contact p a {
	color: #ccc;
	text-decoration: none;
}
.footer-contact p a:hover {
	color: #fff;
	text-decoration: none;
}
.footer-visibility {
	display: none;
}
#demoFormSubmitMessage {
	color: #e79450;
}
.whs-contact-address {
	visibility: hidden;
	display: none;
	margin-left: 54px;
	margin-top: -10px;
	margin-bottom: 10px;
	border-style: none;
}
.whs-contact-table {
	display: table;
	border-color: #FF0000;
	border-style: inherit;
	width: 100%;
}
.whs-contact-table-tr {
	display: table-row;
	border-color: #0000FF;
	border-style: inherit;
}
.whs-contact-table-td {
	display: table-cell;
	border-color: #00FF00;
	border-style: inherit;
	padding: 10px;
}
/* BLOCK SINGLE TEMPLATE */
.center-table-container {
	display: block;
	border-style: inherit;
	border-width: 1px;
	text-align: center;
}
.center-table {
	display: inline-block;
	border-style: inherit;
	border-width: 1px;
	border-color: red;
}
.center-table p {
	text-align: left;
	margin-bottom: 0px;
}
.width-large {
	width: 80%;
}
.table-100pc {
	width: 100%;
}
.table-75pc {
	width: 75%;
	border-style: inherit;
	margin-left: auto;
	margin-right: auto;
}
.table-65pc {
	width: 65%;
	border-style: inherit;
	margin-left: auto;
	margin-right: auto;
}
.table-50pc {
	width: 50%;
	border-style: inherit;
	margin-left: auto;
	margin-right: auto;
}
.table-30pc {
	width: 30%!important;
	border-style: inherit;
	margin-left: auto;
	margin-right: auto;
}
.table-subscript-font {
	font-size: 12px;
}
.block_table_01 {
	font-size: 14px;
	border: 0px solid black;
	margin-right: auto;
	margin-left: auto;
	min-width: 65%;
}
.block_table_01 .table_header {
	background: url(/images/tab_tarif_fut_bg.gif) repeat-x;
	background-color: #dddddd;
	color: #0066CC;
	border-bottom: 1px solid #b4b4b4;
	text-align: center;
}
.block_table_01 td {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: middle;
	text-align: center
}
.block_table_01 .left-col {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: middle;
	text-align: left;
}
.block_table_01 .center-col {
	padding-bottom: 8px;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	vertical-align: middle;
	text-align: center;
}
.block_table_01 .row-2-lines {
	height: 50px;
}
.block_table_01 .color1 {
	background-color: #FFFFFF;
	color: #666666;
}
.block_table_01 .color2 {
	background-color: #EEF1F6;
	color: #666666;
}
.block_table_01 .bigger-font {
	font-size: 14px;
	vertical-align: top;
	text-align: left;
}
.block_table_01 .left {
	text-align: left;
	vertical-align: top;
}
.block_table_01 .font13 {
	font-size: 13px;
	vertical-align: top;
}
.block_display_block_full_width {
	display: block;
	box-sizing: border-box;
}
.bold {
	font-weight: Bold
}
.disclaimer-button {
	background: #FFF;
	border: 0 none;
	margin: 0px;
	padding: 0px;
	right: 0px;
	top: 0px;
	cursor: pointer;
	color: #0066CC;
	font-size: 20px;
	font-weight: 900;
}
.demo-code-webinars {
	width: 100%;
	max-width: 350px;
}
.pub-right {
	margin: 10px 0px 10px 0px;
	border-style: inherit;
	border-width: 3px;
	border-color: green;
}
/* ========================================
--- NEWS --- 
===========================================*/

.news {
	display: none;
}
/* ========================================
--- VISIBILITY --- 
===========================================*/

.line-visible {
	display: block;
	visibility: visible;
	position: relative;
}
.list-visible {
	display: none;
}
