HTML {
    margin: 0px;
    padding: 0px;
}

BODY {
	margin: 0px;
    padding: 0px;
	font-family: Helvetica, Arial, Sans serif;
	font-size: 10pt;
}

/*
##
#   WKA formatting
*/

IMG {
	border: 0px;
}

P {
	text-align: justify;
}

.left {
	text-align: left;
}

.right {
	text-align: right;
}

.centered {
	text-align: center;
}

.indent_1 {
    margin-left: 40px;
}

.indent_2 {
    margin-left: 80px;
}

.indent_3 {
    margin-left: 120px;
}

.rfloat{
	float: right;
}

.lfloat{
	float: left;
}

.bigger {
	font-size: 110%;
}

.smaller{
	font-size: 80%;
}

.big {
    font-size: 1.2em;
    font-weight: bold;
}

LI {
	margin-bottom: 8px;
}

UL LI {
	list-style-image : url("../../../resources/img/bullet.png");
}

.ie UL {
	text-align: left;
}

#content H1 {
	font-size: 2.0em;
    text-align: center;
}

#content H2 {
	font-size: 1.5em;
    text-align: justify;
}

#content H3 {
	font-size: 1.2em;
    text-align: justify;
}

#content H4 {
	font-size: 1.1em;
    text-align: justify;
}

#content H5 {
	font-size: 1.0em;
    text-align: justify;
}

#content {
    min-height: 430px;
}

/*
##
# 	TOP: header and global navigation formatting
*/

#top {
	width: 100%;
	height: 200px;
}

.ie #top {
	text-align: center;
}

#header {
	width: 920px;
	margin: 0px auto;
	text-align: center;
}

#header DIV#logo {
	float: left;
	width: 170px;
	height: 100px;
	padding-top: 18px;
	text-align: center;
}

.ie #header DIV#logo {
	height: 118px;
	margin-top: -82px;
}

#header #language {
	float: right;
	margin-top: 10px;
	font-size: 0.7em;
}

#header #language IMG {
	margin-left: 20px;
	box-shadow: 0px 0px 3px #fff;
}

#header H1 {
	padding-top: 86px;
    margin-top: 0px;
	margin-bottom: 0px;
	text-align: right;
	font-weight: bold;
	font-size: 2.2em;
	font-style: italic;
}

.ie #header H1 {
	margin-top: 86px;
	margin-bottom: 40px;
	padding: 0px;
}

#top #glnav {
	padding: 50px;
	font-weight: bold;
	font-size: 1.4em;
    text-align: center;
}

.ie #top #glnav {
	margin-top: -40px;
}

#top #glnav A {
	display: inline;
	margin: 0px 10px;
	padding: 5px 10px 15px 10px;
}

#top #glnav A.menuitem_selected {
	border-radius: 8px;
    /*border: 2px solid green;*/
}

/*
##
# 	MIDDLE: Submenu and page content formatting
*/


#middle {
	width: 100%;
	margin: 0px;
}

.ie #middle {
	text-align: center;
}

#middle #content {
	width: 920px;
	margin: 0px auto;
}

#middle #submenu {
	margin: 45px auto 35px auto;
	padding: 5px 5px;
	text-align: center;
	font-size: 1.2em;
	border-radius: 8px;
}

#middle #submenu A {
	display: inline;
	cursor: hand;
	margin: 0px 10px;
	padding: 8px 10px;
}

#page {
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: justify;
}

.ie #page {
	text-align: center;
}

.ie #page P {
	text-align: justify;
}

/*
##
#   SLIDESHOW specific formatting
*/

#slideshow {
	margin-top: 40px;
}

#slideshow_d {	
	width: 700px;
	height: 300px;
	margin: 0px auto;
	margin-bottom: 20px;
	box-shadow: 0px 0px 5px #aaa;
	overflow:hidden;
	border-radius: 5px;
	padding: 0px;
}

.ie #slideshow_d {
	border: 1px solid #aaa;
}

#slideshowmenu {	
	margin: 0px auto;
	margin-top: -22px;
	margin-bottom: 40px;
	padding: 0px;
	text-align: center;
}

#slideshowmenu LI {
	display: inline;
	cursor: pointer;
	margin: 0px 3px;
	padding: 6px 8px 6px 8px;
	background: #639d2e;
	color: #fff;
	font-size: 1.0em;
	text-align: center;
	box-shadow: 0px 0px 4px 2px #fff;
	border-radius: 20px;
}

.ie #slideshowmenu  LI{
	border: 1px solid #fff;
}

#slideshowmenu LI.sel {
	font-size: 1.4em;
	font-weight: bold;
}

#slideshow_d .slide {
	float: left;
	width: 700px;
	height: 300px;
}

#slideshow_d .slide .descr {
	background: rgba(255, 255, 255, .7);
	text-align: center;
	position: relative;
	top: -85px;
	height: 65px;
}

#slideshow_d .slide .descr H1 {
	margin: 0px;
}

#slideshow_d .slide IMG {
	width: 700px;
	height: 300px;
}

.ie #slideshow_d IMG {
	margin: 0px -3px;
}

/*
##
# 	BOTTOM: footer formatting
*/


#bottom {
	width: 100%;
}

.ie #bottom{
	text-align: center;
}

#footer {
	width: 920px;
	margin: 0px auto;
	padding-top: 5px;
	text-align: right;
	font-size: 8pt;
}

#footer A {
	color: black;
}

/*
## Skin Green color theme
*/

HTML.green {
	background-color: #666c5a;
}


.green A {
	color: #639d2e;
	font-weight: bold;
}

.green #top {
	color: #fff;
	background: #6e953e;
	background: -webkit-gradient(linear, left top, left bottom, from(#3c5122), to(#6e953e));
	background: -moz-linear-gradient(top,  #3c5122,  #6e953e);
}

.ie .green #top {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3c5122', endColorstr='#6e953e');	
}

.green #top #glnav {
    border-top: 1px solid #6e953e;
}

.green #top #glnav A {
	color: #fff;
	text-decoration: none
}

.green #top #glnav A.menuitem_selected {
	background: #fff;
	color: #2d4019;
}

.green #header H1 {
	letter-spacing: -0.10em;
	color: #e6e6e6;
    text-shadow: #639d2e 0px 2px 0px, rgba(0, 0, 0, 0.148438) 0px 4px 0px;
}

.ie .green #header H1 {
	letter-spacing: -0.05em;
}

.green #middle {
	background: #fff;
	border: 1px solid white;
}

.green #middle #submenu {
	color: #deebc1;
	background: #639d2e;
	background: -webkit-gradient(linear, left top, left bottom, from(#6e953e), to(#639d2e));
	background: -moz-linear-gradient(top,  #6e953e,  #639d2e);
	background: #639d2e;
}

.green #middle #submenu A {
	color: #fff;
	text-decoration: none;
	font-weight: normal;
}

.green #middle #submenu A.menuitem_selected {
	font-weight: bold;
	background-image: url("img/menu_marker_bottom.png");
	background-repeat: no-repeat;
	background-position: center bottom;
}

.green #middle #content H1 { 
/*	color: #6eba55; old value, changed by Philippe !
*/
	color: #4e880f;
}

.green #middle #content H2 {
	color: #425f22;
}

.green #middle #content H3, .green .big {
	color: #3c5122;
}


/*
##
# Custom wiki formatting
*/


.last_updates_title {
    margin-top: 40px;
    margin-bottom: 5px;
    padding: 2px;
    font-size: 1.25em;
    font-weight: bold;
    color: #425f22;
    border-bottom: 1px solid #425f22;
}

.last_updates_frame {
    height: 115px;
    padding: 0px;
    margin-bottom: 10px;
    overflow: hidden;
}

.last_updates_frame H3{
    margin: 0px;
}

.last_updates_frame .year_del {
    display: none;
}

#last_updates {
    height: 90px;
    margin: 0px;
    padding: 0px;
    
}

#last_updates .short_news {
	float: left;
	margin: 0px 25px;
	width: 260px;
	text-align: justify;
}

.ie #last_updates .short_news {
	text-align: justify;
}

.id_logos {
    margin: 30px 0px;
    text-align: center;
}

.id_logos IMG {
    margin-left: 30px;
}

.identity_map {
    float: right;
    margin: 10px 30px 10px 80px;
    border-collapse: collapse;
    border: 1px solid #666c5a;
}

.identity_map TD {
    padding: 10px;
    border-bottom: 1px solid #666c5a;
}

.identity_map TR.odd_row {
    background: #eaf0dc;
}

.identity_map TR.even_row {
    background: #f5f8ee;
}

.identity_map TD.even_col {
    text-align: right;
}

.identity_map TD.odd_col {
    text-align: left;
}

.team_picture {
    float: left;
    margin-left: 40px;
    margin-right: 40px;
	margin-bottom: 40px;
    padding: 5px;
    border: 1px solid #abb892;
    border-radius: 4px;
    box-shadow: 0px 0px 5px #666c5a;
}

.team_descr {
    margin-bottom: 30px;
    min-height: 195px;
}

.fmember {
    margin-top: 30px;
}

.column_x1_centered {
    width: 500px;
    margin: 0px auto;
    padding: 0px 8px;
    text-align: justify;
}

.column_x2 {
    float: left;
    width: 370px;
    margin: 0px 40px 30px 40px;
}

.column_x3 {
    float: left;
    width: 260px;
    margin: 0px 10px 30px 10px;
    padding: 0px 8px;
}

.column_x4 {
    float: left;
    width: 192px;
    margin: 0px 10px 30px 10px;
    padding: 0px 8px;
}

.ie .column_x4 {
	
}

.h3padding {
    padding-top: 36px;
}

.centered_image {
    margin: 0px;
    text-align: center;
}

.legend_below, .legend_above {
    border-top: 2px solid #37be72;
    background: #bbe1a9;
    border-radius: 8px;
    
}

.legend_above {
    padding-top: 1px;
    border-top: 0px;
    border-bottom: 2px solid #37be72;
}

.ref IMG {
    margin: 0px 20px;
    vertical-align: middle;
}

.patents TD {
    vertical-align: top;
    padding-bottom: 50px;
    text-align: left;
}

.patents TD[col_nb="1"] {
    text-align: right;
    padding-right: 20px;
}

.patents IMG {
    box-shadow: 0px 0px 5px #aaa;
    border-radius: 8px;
}

.news #last_updates {
    height: inherit;
}

.news #last_updates .short_news {
    float: none;
    margin: 30px auto;
}

.news #last_updates .short_news H3 {
    margin-bottom: 2px;
}

.year_del {
    margin: 30px 30px;
    font-size: 2.2em;
    font-weight: bold;
    color: #999;
    border-bottom: 1px solid #ccc;
}

.ie .year_del {
	text-align: left;
}

.marketpic {
    float: left;
    margin-right: 30px;
    width: 340px;
    text-align: center;
}

.marketpic P {
    margin: 0px; 
    text-align: inherit;
}

.marketpic IMG {
    margin: 0px;
}

.marketpic .panel, .marketpic .panel_solo {
    width: 150px;
    height: 25px;
/*    background: #82ba6e; old value, changed by Philippe !
*/

    background:#549310;
    border-radius: 8px;
    color: #fff;
    padding: 25px 0px;
    font-weight: bold;
}

.marketpic .panel {
    float: left;
    margin: 0px 10px;
}

.marketpic .panel_solo {
    margin: 0px auto;
}

.marketpic .panel_solo IMG {
    margin-top: -15px;
}

.marketbullets {
    margin-left: 380px;
}

.market_illustration {
    margin: 30px 0px 10px 0px;
    text-align: center;
}

.market_illustration IMG {
    border-radius: 8px;
    box-shadow: 0px 0px 4px #aaa;
}
