* {
	padding:0;
	margin:0;
}

body {
	font-size:12px;
	font-family:"Trebuchet MS","Helvetica","Arial",sans-serif;
	/*background:#0E24428*/
	height:100%;

}
.inner {
	width:900px;
	margin:0 auto;
}
a {
	color:#0E2442;
	text-decoration:none;
	outline:none;
}
a:hover, a.selected {
	color:#76B100;
}

h1 {
	width:233px;
	height:71px;
	float:left;
	background-image: url(../_img/bg_title.png);
	background-repeat: no-repeat;
	margin-top: -20px;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 4px;
}
h1 a {
	display:block;
	width:233px;
	height:71px;
}
h1 span {
	display:none;
}
blockquote {
	color:#76B100;
	font-family:Georgia, serif;
	font-size:1.94em;
}

.clearboth {
	clear:both;
}

/* HEADER 
/////////////////////////////////////////////////////// */
#header  {
	background:#FFF url('../_img/bg_header.gif') top repeat-x;
	height:105px;
}
#header_inner {
	background:url('../_img/bg_header_inner.gif') top no-repeat;
	padding-top:44px;
}
#header_inner ul {
	list-style-type:none;
	padding-top:5px;
}
#header_inner li {
	display:block;
	float:left;
	font-size:12px;
}
#header_right {
	width:545px;
	float:right;
}
#header_right_bottom {
	float:right;
	clear:both;
	width: 100%;
}
#header_nav {
	float:right;
	margin-right:16px;
}

#header_nav li {
	padding:0 8px;
	border-right:1px solid #0E2442;
}
#header_nav li.last {
	border-right:0;
	padding-right:0;
}
#search_form {
	float:right;
	width:131px;
}
#search_form input {
	float:left;
}
#search_form input#q {
	height:18px;
	margin-right:5px;
	padding:2px 0 0 2px;
	border:1px solid #0E2442;
	width:100px;
	font-size:12px;
	color:#3c3c3c;
}
/*
#lang {
	float:right;
}
*/
#header_inner #lang {
	padding:0;
	float:right;
	position:relative;
	top:-8px;
}
#lang li {
	padding-left:8px;
}
#lang li.selected {
	color:#76b100;
}
#content {
	background:#fff;
	padding-bottom: 5em;
}

/* MAIN_NAV 
/////////////////////////////////////////////////////// */
#main_nav {
	clear:both;
	height:143px;
	background:#0A192E url('../_img/bg_main_nav.gif');
	margin-bottom:10px;
}
#main_nav ul {
	list-style-type:none;
	padding:3px 4px 15px;
}
#main_nav li {
	height:125px;
	display:block;
	float:left;
	background:url('../_img/bg_main_nav_item.gif');
}
#main_nav li.selected_item {
	background:url('../_img/bg_main_nav_item_selected.gif');
}
#main_nav li a {
	height:125px;
	display:block;
	color:#FFF;
	background:url('../_img/bg_main_nav_separator.gif') top right no-repeat;
	padding-right:11px;
	overflow:hidden;
}
#main_nav li.before_selected_item a {
	background-image:url('../_img/bg_main_nav_separator_before_selected.gif');
}
#main_nav li.selected_item a {
	background-image:url('../_img/bg_main_nav_separator_selected.gif');
}
#main_nav li.last_item a {
	background:none;
}
#main_nav li strong {
	display:block;
	padding:12px 0 0 5px;
	font-size:16px;
	font-weight:normal;
	margin-bottom:3px;
	white-space:nowrap;
}
#main_nav li span {
	display:block;
	padding-left:5px;
	font-size:12px;
	line-height:1.1em;
	text-align: left;
}
#main_nav li.first_item strong, #main_nav li.first_item span {
	padding-left:15px;
}
#main_nav ul div#sub_nav {
	position:absolute;
	top:210px;
	left:310px;
	display:none;
	z-index:150;
	
}

#main_nav ul div#sub_nav div{

	background:url(../_img/bg_sub_nav.png)  left 0 repeat-y ;	
}

#main_nav ul div#sub_nav a{
	background:#0A192E url(../_img/arrow_white.gif) 8px 7px no-repeat;
	height:20px;
	color: #FFFFFF;
	padding: 2px 0 0 20px; 
	font-size:12px;
	width:175px;
	margin:0 6px  0 6px;
	border-bottom:1px solid #FFFFFF ;
	display:block;
}


#main_nav ul div#sub_nav a.selected, #main_nav ul div#sub_nav a:hover{
	background:#a2ce49 url(../_img/arrow_white.gif) 8px 7px no-repeat;
}

#main_nav ul div#sub_nav div#last-item a{
	border-bottom:0px solid #FFFFFF ;
}


#main_nav ul div#sub_nav a:hover{
	color:#FFFFFF;
}

#main_nav ul div#sub_nav div#shadow_top{
	background:url(../_img/shadow_top.png) bottom no-repeat; 
	height:5px; 
	width:209px;
	font-size:0em;
}
#main_nav ul div#sub_nav div#shadow_bottom{
	background:url(../_img/shadow_bottom.png) no-repeat; 
	height:7px; 
	width:209px;
	font-size:0em;
}
#breadcrumb {
	padding:10px 15px 20px 15px;
	font-size:12px;
}
#secondary_nav {
	width:176px;
	float:left;
	/*padding-bottom:20px;*/
}
.secondary_nav_block {
	background:url('../_img/bg_secondary_nav_block.gif');
	margin-bottom:10px;
}
.secondary_nav_block h2 {
	font-weight:normal;
	font-size:16px;
	background:url('../_img/bg_secondary_nav_block_top.gif') top no-repeat;
	padding-top:4px;
}
.secondary_nav_block h2 a {
	display:block;
	color:#FFF;
	padding:8px 11px;
	margin:0 4px;
	width:146px;
	background:#0A192E url('../_img/bg_secondary_nav_block_title.gif') top no-repeat;
}
.secondary_nav_block h2 a.selected, .secondary_nav_block h2 a:hover {
	background:#8EC521 url('../_img/bg_secondary_nav_block_title_current.gif') top no-repeat;
	color:#FFF;
}
.secondary_nav_block ul {
	list-style-type:none;
	width:168px;
	margin:0 4px;
}
.secondary_nav_block li {
	background-color:#F5F5F5;
	border-top:1px solid #FFF;
	border-bottom:1px solid #D7D7D7;
	font-size:12px;
	line-height:1.4em;
}
.secondary_nav_block li.first {
	border-top:0;
}
.secondary_nav_block li.last {
	border-bottom:1px solid #F5F5F5;
}
.secondary_nav_block li a {
	display:block;
	width:143px;
	padding:6px 0 6px 25px;
	background:url('../_img/arrow_blue.gif') 11px 9px no-repeat;
}
.secondary_nav_block li a.selected, .secondary_nav_block li a:hover {
	background-image:url('../_img/arrow_green.gif');
}
.secondary_nav_block li.last a {
	padding-bottom:5px;
}
.secondary_nav_block_inner {
	
	padding-bottom:4px;
	background:url('../_img/bg_secondary_nav_block_bottom.gif') bottom no-repeat;
}
.secondary_nav_block_notitle {
	height:4px;
	overflow:hidden;
	background:url('../_img/bg_secondary_nav_block_notitle.gif');
}

/* MAIN_CONTENT 
/////////////////////////////////////////////////////// */
#main_content {
	width:546px;
	padding:4px 30px 20px 18px;
	float:left;
	position:relative;
	overflow:hidden;
}
#main_content_products {
	width:702px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-top: 4px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 18px;
}
#main_content_aboutus {
	width:692px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 18px;
}
#main_content_aboutus h2 {
	font-size:1.4em;
	border-bottom:1px solid #C4C4C4;
	padding-bottom:8px;
	margin-bottom:16px;
	font-weight:normal;
	color:#0E2442;
	zoom:1;
}
#main_content_contact {
	width:692px;
	padding:4px 10px 20px 18px;
	float:left;
	position:relative;
	overflow:hidden;
}
#main_content_search {
	width:692px;
	float:left;
	position:relative;
	overflow:hidden;
	padding-top: 4px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 18px;
}
#main_content_larger {
	float:left;
	width:864px;
	padding:4px 18px 20px;
	position:relative;
}
.main_content h2 {
	font-size:1.4em;
	border-bottom:1px solid #C4C4C4;
	padding-bottom:8px;
	margin-bottom:16px;
	font-weight:normal;
	color:#0E2442;
	zoom:1;
}
.main_content p {
	line-height:1.4em;
	margin-bottom:16px;
}
.main_content ul {
	list-style-type:none;
	margin-bottom:16px;
}
.main_content ul li {
	line-height:1.4em;
	margin-bottom:8px;
	padding-left:16px;
	background:url('../_img/arrow_blue.gif') 0 4px no-repeat;
	zoom:1;
}
.main_content_shopping p {
	line-height:1.4em;
	font-size:14px;
	margin-bottom:14px;
}
.main_content_shopping ul {
	list-style-type:none;
	margin-bottom:14px;
}
.main_content_shopping ul li {
	line-height:1.4em;
	margin-bottom:8px;
	padding-left:16px;
	background:url('../_img/square.png') 0 4px no-repeat;
	zoom:1;
}
.main_content ol {
	margin:0 0 16px 32px;
}
.main_content ol li {
	line-height:1.4em;
	margin-bottom:8px;
	padding-left:0;
}
.main_content dt {
	font-weight:bold;
	font-size:1.1em;
	color:#0E2442;
}
.main_content dd {
	margin:0 0 15px 0;
}
.main_content h3 {
	border-bottom:1px solid #76B100;
	padding-bottom:5px;
	margin-bottom:10px;
	font-weight:normal;
	font-size:1.2em;
	line-height:1.2em;
	color:#76B100;
}
.main_content h3 a {
	color:#76B100;
}
.main_content h3.center {
	font-weight:bold;
}
.main_content address {
	margin-bottom:10px;
	line-height:1.2em;
	clear:both;
	font-size:1.1em;
}
.main_content span.contact, .main_content strong.contact {
	display:block;
	float:left;
	line-height:1.2em;
	margin-bottom:5px;
	font-size:1.1em;
}
.main_content span.contact {
	margin-right:5px;
}
.main_content a.back {
	display:block;
	font-size:1.1em;
	font-weight:bold;
	margin-bottom:10px;
}



/* TOOLS 
/////////////////////////////////////////////////////// */
#tools {
	position:absolute;
	top:8px;
	right:25px;
}
#tools li {
	display:block;
	float:left;
	padding:0;
	background:none;
	margin-left:4px;
}
#tools li a {
	display:block;
	height:15px;
}
#tools li span {
	display:none;
}
#tools li a#tool_plus {
	background:url('../_img/tool_plus.gif');
	width:17px;
}
#tools li a#tool_minus {
	background:url('../_img/tool_minus.gif');
	width:17px;
}
#tools li a#tool_print {
	background:url('../_img/tool_print.gif');
	width:16px;
}


/* FOOTER
/////////////////////////////////////////////////////// */
#footer { background:#0A192E url(../_img/bg_footer.png) repeat-x center top;min-height:100px;color:#fff;font-size:12px;margin-top:-1px;text-align:center; }
#footer div.section {
	background:transparent url(../_img/sep_footer.png) no-repeat right top;
	min-height:100px;
	float:left;
	width:190px;
	padding-top: 32px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer div.section_menu {
	min-height:20px;
	float:left;
	width:500px;
	padding-top: 32px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer div.section_last {
	min-height:100px;
	float:left;
	width:190px;
	padding-top: 32px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer div.section_last_cp {
	min-height:20px;
	float:right;
	width:350px;
	padding-top: 32px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
#footer div#footer_nav {
	width:500px;
}
#footer div#footer_address {
	padding-left:20px;
	width:205px;
}

#footer div#footer_address ul li { list-style:none inside url(../_img/bullet.png); }
#footer div#footer_address ul li {padding:5px 0 0 4px;margin-top:2px;line-height:1.5;margin-bottom:0; }
#footer div#footer_address ul li:first-child { background:none;margin-top:0;padding-top:0; }
#footer div#footer_address ul li a { margin-left:4px;color:#fff; }
#footer div#footer_address ul li a:hover { color:#a2ce49; }
#footer div#footer_nav ul li { list-style:none inside url(../_img/bullet.png); }
#footer div#footer_nav ul li { padding:5px 0 0 4px; }
#footer div#footer_nav ul li:first-child { background:none;margin-top:0;padding-top:0; }
#footer div#footer_nav ul li a { margin-left:4px;color:#fff; }
#footer div#footer_nav ul li a:hover { color:#a2ce49; }
#footer div#footer_copyright { background:none;float:right; }
div.container {
	width:940px;
	text-align:left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.clear { display: inline-block; }

#logo_print {
	display:none;
}
/* @end */

/* TIPS
/////////////////////////////////////////////////////// */
.toolTip {
	cursor:help;
	color:#76B100;
	
}
.tool-tip {
	border:1px solid #105270;
	background:#0e2442;
	padding:10px;
	color:#FFF;
	width:185px;
	font-size:12px;
	line-height:1.2em;
	/* opacity */
	opacity:0.9;
	-moz-opacity:0.9;
	-khtml-opacity:0.9;
	filter:alpha(opacity=90);
}
.tool-title {
	text-transform:uppercase;
	color:#ABFF00;
	font-weight:bold;
}
/*-------------------------------------------------
Home content
-------------------------------------------------*/
#block_logo {
	padding: 0px;
	width: 850px;
	height:400px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top:0px;
	position:relative;
	margin-bottom: 20px;
}
#flashneo {
	width:850px;
	height:400px;
}
#flashtraffic {
	width:312px;
	height:456px;
	position:absolute;
	top:-40px;
	left:348px;
}

#wincenter {
	width: 230px;
	height:214px;
	text-align: center;
	align:justify;
	position:absolute;
	left: 95px;
	top: 100px;
	
}
/*-------------------------------------------------
News content
-------------------------------------------------*/
#main_content h2 {
	font-size:1.4em;
	border-bottom:1px solid #C4C4C4;
	padding-bottom:8px;
	margin-bottom:16px;
	font-weight:normal;
	color:#0E2442;
	zoom:1;
}
.main_content ul li span.NewsTitle{
	display: block;
	font-size: 13px;
	font-weight:bold;
	margin-bottom:6px;
}
.main_content li span.NewsFooter{
			display: block;
			color: #000000;
			font-size: 11px;
			margin:6px 0 6px 0;
}

#news {
	width:306px;
	overflow:hidden;
	float:right;
	padding-bottom:20px;
}
#news2 {
	width:306px;
	overflow:hidden;
	float:left;
	margin-right:20px;
	padding-top:10px;
}
#pic_products_news{
	position:relative;
	float:right;
	width:286px;
	height:330px;
	border:10px solid #ECECEC;
	margin: 0px;
	z-index:0;
}
#pic_products_news2{
	position:relative;
	float:left;
	width:286px;
	height:330px;
	border:10px solid #ECECEC;
	margin: 0px;
	z-index:0;
}
#pic_products_news img{
	position:absolute;
	display:block;
}
#pic_products_news2 img{
	position:absolute;
	display:block;
}
/*-------------------------------------------------
   PRODUCTS   
-------------------------------------------------*/
.floaterProdCentre{
	position:relative;
	float:left;
	width:530px;
	overflow:hidden;
}
.floaterProdCentre_innovative{
	position:relative;
	margin-left: auto;
	margin-right: auto;
	width:530px;
	top:-40px;
	overflow:hidden;
}
#pic_products{
	position:relative;
	width:500px;
	height:308px;
	border:10px solid #ECECEC;
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 20px;
	margin-left: 5px;
	z-index:0;
}
#pic_products img{
	position:absolute;
	display:block;
}
.floater_products{
	float:right;
	width:144px;
	height:500px;
	border: 5px solid #ECECEC;
	
}
.floater_products_top{
	float:left;
	width:692px;
	height:150px;
	border: 5px solid #ECECEC;
}
.floater_video_top{
	margin:auto;
	width:650px;
	height:400px;
	border: 5px solid #ECECEC;
}
.floater_unique{
	float:left;
	width:692px;
	height:300px;
	border: 5px solid #ECECEC;
}
.floater_contentsponsor{
	float:left;
	width:692px;
	height:293px;
	border: 5px solid #ECECEC;
}
.descr_products{
	height: 160px;
	width: 520px;
	margin-top: 12px;
	background-repeat: no-repeat;
	margin-right: 5px;
	margin-left: 5px;
}
.descr_products_innovative{
	position:relative;
	height: 170px;
	width: 692px;
	top:-50px;
	background-repeat: no-repeat;
	margin-left: 5px;
}
.descr_products_digital{
	position:relative;
	height: 160px;
	width: 692px;
	top:-50px;
	margin-left: 5px;
	background-repeat: no-repeat;
}
.descr_products_unique{
	position:relative;
	top:25px;
	height: 160px;
	width: 692px;
	background-repeat: no-repeat;
	margin-left: 5px;
	padding-bottom: 20px;
}
.uniquechannel {
	float:right;
	color:#ab1314;
	font-weight:bold;
	padding-top: 10px;
}
.retail-live {
	float:right;
	color:#7F007F;
	font-size:14px;
	font-weight:bold;
	padding-top: 10px;
}
.descr_products_contentsponsor{
	position:relative;
	top:10px;
	height: 420px;
	width: 692px;
	background-repeat: no-repeat;
	padding-bottom:10px;
}
.descr_products_experiential{
	position:relative;
	height: 160px;
	width: 692px;
	top:-40px;
	background-repeat: no-repeat;
}

/*-------------------------------------------------
News content
-------------------------------------------------*/
.aboutus{
	list-style-type: disc;
	margin-left: 30px;
	padding-bottom:10px;
}
.aboutus-sub{
	list-style-type: circle;
	margin-left: 50px;
	padding-bottom:5px;
}
/*   MODULE SAVIEZ-VOUS QUE   */
.saviezVous {
	margin-left:10px;
}
.saviezVous H3,.saviezVous H4 {
	color:#808080;
	padding-top: 5px;
	padding-bottom: 3px;
}
.saviezVous H4 .small {
	font-size:12px;
	font-weight:bold;
	
}

.saviezVous P {
	padding-right:5px;
	font-size:12px;
}
.saviezVous .small{
	font-size:9px;
}
.saviezVous P B {
	font-size:12px;
	font-weight:bold;
}
.line{
	border-top:1px solid #A6A6A6;
	padding-bottom:3px;
	width:160px;
}
#NewsTicker{
	width:176px;
	height:275px;
}
#NewsTicker-search{
	width:176px;
	height:275px;
	float:right;
}
#NewsVertical {
	width: 176px;
	height: 275px;
	display: block;
	overflow: hidden;
	position: relative;
	}
#NewsVertical_en {
	width: 176px;
	height: 268px;
	display: block;
	overflow: hidden;
	position: relative;
	}
#TickerVertical {
		width: 176px;
		height: 270px;
		display: block;
		list-style: none;
		margin: 0;
		padding: 0;
	}
#TickerVertical li {
		display: block;
		width: 176px;
		color: #333333;
		text-align: left;
		font-size: 11px;
		margin: 0;
		padding-bottom:50px;
		float: left;
	}
#TickerVertical li .NewsTitle{
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
		}
		
#TickerVertical li .NewsTitle a:link,
#TickerVertical li .NewsTitle a:Visited {
			display: block;
			color: #000000;
			font-size: 12px;
			font-weight:bold;
			margin-bottom:6px;
			text-decoration:none;
		}
#TickerVertical li .NewsTitle a:hover {
			text-decoration:underline;
		}
		
#TickerVertical li .NewsImg{
			float:left;
			margin-right:10px;
		}


#TickerVertical li .NewsFooter{
			display: block;
			color: #000000;
			font-size: 10px;
			margin:6px 0 14px 0;
		}
/*   CONTACT   */
.main_content span .contact{
	display: block;
	font-size: 13px;
	font-weight:bold;
	margin-bottom:6px;
}
#winmap {
	float:left;
	width:692px;
	height:410px;
	margin-top: 5px;
	margin-bottom: 15px;
	
	
}
.innermap{
	width:670px;
	height:383px;
	border:5px solid #ECECEC;
	margin: 10px;
}
.infobulle{
	font-size: 13px;
	color: #666666;
}
#alert {
     position: absolute;
     top: 220px;
     left: 170px;
     width: 400px;
     text-align: center;   
     display: none;
}

#alert p {
     width: 150px;
     margin: 0 auto 0 auto;
     padding: 10px;
     background: white;
     border:1px solid #76B100;
}

body.loading #alert { display: block; }
