/* @override http://www.geroco.ch/styles/style.css */

/* @override http://www.geroco.ch/styles/style.css */

/* basic elements */

html {
	margin: 0;
	padding: 0;
}

body {
	font-family: Arial, Verdana,"Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	line-height:1.3em;
	font-size:small;
	color:#333333; 
	/*background: #FFFFFF url(../images/fond_avec_ombre_court.jpg) no-repeat center top fixed;*/
	background: #FFFFFF url(../images/fond_principal_V5.jpg) no-repeat center top fixed;
	background-attachment:scroll;
	margin: 0; 
	padding: 0;
	min-height:101%;
}

#box-link { 
		position:relative; 
		top: 10px; 
		left: 210px; 
		width: 183px; 
		height: 120px; 
		background-color: transparent; 
		border: 1px solid yellow; 
}
		
		

#foot {
	background: #FFFFFF url(../images/fond_avec_ombre.jpg) no-repeat center top fixed;
	width: 100%;
	height:100%;
	clear:both;
	float:left;
	background:#71bf44;
}


/* content div's */
#container { 
	margin: auto;
	width:964px;
	height:100%;
	position: relative;
}

#content {
	overflow:hidden;
	clear:both;
	float:left;
	background:#71bf44;
	padding: 0px 40px 0px 40px;
	width:884px;
	height:100%;
	margin: 0;
	
}

/* Wrap */

.wrap {
	width: 100%;
}

.left-col {
	float: left;
}

.right-col {
	float: right;
}

/*******************************
********   Gutters    **********
*******************************/

#intro .gutter {
	padding: 15px 15px 0 15px;
	background: url(../images/round_blanc_sur_vert_tl.gif) top left no-repeat;
}

#intro .gutterHommeArbre {
	padding: 15px 15px 0 15px;
	background: url(../images/image_main_V2.jpg) top left no-repeat;
}

#intro .gutterHommeArbreEng {
	padding: 15px 15px 0 15px;
	background: url(../images/homme_arbre_eng_s.jpg) top left no-repeat;
}

#intro #desc_img {
	/*padding: 0px 0px 25px 25px;*/
	position:relative;
	width: 230px;
	margin: 200px 0 0px 290px; /* CGA 200 au lieu de 279 */
	z-index:-1;
}

#intro #desc {
	position:relative;
	/*padding: 0px 0px 25px 25px;*/
	width: 450px; /* CGA 450 au lieu de 250 */
	margin: 210px 0px 0px 22px; /* CGA 210 au lieu de -230 */
	text-align:left;
}

#intro #desc_at {
	position:relative;
	width: 450px;
	margin: 30px 0 0 22px;	
}

#intro #desc_at p{
	font-variant: small-caps;
	font-size: 120%;
	font-style: italic;
}

#intro #launch {
	position:relative;
	width: 475px;
	margin: 30px 0 0 22px;	
}
#intro #launch #launch_an {
	font-size: 110%;
	font-weight: bold;
	color: #71bf44;
}

#intro #launch #launch_date {
	font-size: 150%;
	font-weight: bold;
	color: #71bf44;
	margin-top: -15px;
}

#intro #order_div {
	position:relative;
	width: 450px;
	margin: 30px 0 0 22px;	
}


ul.nodecal{
margin-left: -25px;
}
ul.nopoint{
list-style-type: none;
margin-left: -40px;
}

ol.smalldecal{
margin-left: -15px;
}

#intro #concl {
	/*margin-top: 30px;*/
	color: #009634;
	font-weight: bold;
}

#main .gutter {
	padding: 15px 15px 0 30px;
	background: url(../images/round_blanc_sur_vert_tl.gif) top left no-repeat;
}

#news .gutter {
/*clear:both;*/
	padding: 20px 35px 0 15px;
	background: url(../images/round_blanc_sur_vert_tl.gif) top left no-repeat;
}

#news .box .gutter {
	padding: 15px 25px 15px 25px;
}

#contact .gutter {
	padding: 15px 10px 15px 25px;
}


/*******************************
******** Text decoration *******
*******************************/

h1 {
	font-size: 150%;
	color: #71bf44;
}

h2 {
	margin: 0;
	padding: 5px 0;
	font-size:120%;
	line-height: 0.8 em;
	font-weight:bold;
	letter-spacing: 1px;
	color: #009634;
}

h3 {
	font-size: 110%;
	color: #444444;
	font-weight:bold;
	margin-bottom:0.5em;
	margin-top:1.5em;
	
}

img a { text-decoration:none; border:none;}
a img { text-decoration:none; border:none;}

.note {
	font-size: 85%;
}


body a:link, a:active, a:visited{
	text-decoration:none;
	color:#71bf44;
}

body a:hover{
	text-decoration:underline;
}



.webnergie_desc {
	color: #009634;

}
.webnergie_plug {
	color: #009ee0;

}

.webnergie_play {
	color: #F29400;

}

/*******************************
***** Navigation principale ****
*******************************/
/*la position du menu se rgle avec #menu height
et la variable top dans #nav */

#menu {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin: 0 auto;
	margin-top: 150px;
	background: #FFFFFF ;/*url(images/menu-bg.png) top left no-repeat;*/
	color:#666666;
	width:962px; /* width of container - width of the border : 964px - 2*1px*/
	/*width:100%;*/
	height:40px;
	/*text-align: left;*/
	font-variant: small-caps;
	border:solid 1px #DDDDDD;
	
}
#language {
	float: right;
	padding: 15px 18px 0 0;
	margin:0;
}

#language ul {
	list-style: none;
	margin:0;
}

#language li {
	display:inline;
	height: 10px;
	color: #CCCCCC;
}

#language li a {
	font-weight:bold;
	color: #CCCCCC;
	position:relative;
	/*font-variant: small-caps;*/
	font-size: 90%;
	text-decoration: none;
}

#language li a:hover {
	color: #71bf44;
}

#language li a:hover, #fr #t-fr a{
	color: #71bf44;
	text-transform: uppercase;
}

#language li a:hover, #en #t-en a{
	color: #71bf44;
	text-transform: uppercase;
}

#language li a:hover, #de #t-de a{
	color: #71bf44;
	text-transform: uppercase;
}

#btn_order_fr a {
	position:relative;
	float:left;
	left: 20px;
	top: 222px;
	display:block;
	width:157px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn_order_fr.png) no-repeat;
	color:white;
	text-decoration:none;
}
#btn_order_fr a:hover  {background-position:left bottom;}

#btn_order_down_fr a {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:157px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn_order_fr.png) no-repeat;
	color:white;
	text-decoration:none;
}
#btn_order_down_fr a:hover  {background-position:left bottom;}

#btn_info_fr a {
	position:relative;
	float:left;
	left: 50px;
	top: 221px;
	display:block;
	width:155px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn_info_fr.png) no-repeat;
	color:white;
	text-decoration:none;
}
#btn_info_fr a:hover  {background-position:left bottom;}


#btn_preorder_en a {
	position:relative;
	float:left;
	left: 20px;
	top: 222px;
	display:block;
	width:155px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn_preorder_en.png) no-repeat;
	color:white;
	text-decoration:none;
}
#btn_preorder_en a:hover  {background-position:left bottom;}

#btn_preorder_de a {
	position:relative;
	float:left;
	left: 20px;
	top: 222px;
	display:block;
	width:157px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn_preorder_de.png) no-repeat;
	color:white;
	text-decoration:none;
}
#btn_preorder_de a:hover  {background-position:left bottom;}

#btn_order_down_en a {
	margin-left: auto;
	margin-right: auto;
	display:block;
	width:156px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn_order_en.png) no-repeat;
	color:white;
	text-decoration:none;
}
#btn_order_down_en a:hover  {background-position:left bottom;}



#btn_info_en a {
	position:relative;
	float:left;
	left: 50px;
	top: 221px;
	display:block;
	width:155px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn_info_en.png) no-repeat;
	color:white;
	text-decoration:none;
}
#btn_info_en a:hover  {background-position:left bottom;}

#btn_info_de a {
	position:relative;
	float:left;
	left: 50px;
	top: 221px;
	display:block;
	width:155px;
	line-height:34px;
	text-align:center;
	vertical-align:middle;
	background:url(../images/btn_info_de.png) no-repeat;
	color:white;
	text-decoration:none;
}
#btn_info_de a:hover  {background-position:left bottom;}


#nav {
	position:relative;
	left: 0px; /* ne fonctionne qu'en position relative*/
	top: 9px;  /*ne fonctionne qu'en position relative*/
	padding: 0px 0px 0px 15px;
	margin:0;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	font-size: 100%;
}


#nav li {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 4px;
	font-size:150%;
	
	position: relative; /*pour IE6*/
}

#nav li a {
	float:left;
	display:block;
	text-decoration:none;
	border-bottom: none;
	margin:0;
	padding: 0px 0px 0px 10px;
	height:32px;
}

#nav li a span {
	clear:both;
	/*float:right;*/
	margin-top:5px;
	display:block;
	color:#666666;
	padding-right: 10px;
	z-index: 4;
	/*margin:0;*/
}

#nav li a:hover {
	color: #FFFFFF;
	padding-left: 10px;
	background: #71bf44 url(../images/menu_round_tl.gif) top left no-repeat;
}

#nav li a:hover span {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tr.gif) top right no-repeat;
	padding-right: 10px;
}

#nav li a:hover, body#home #t-home a {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tl.gif) top left no-repeat;
	padding-left: 10px;
	z-index: 4;
}

#nav li a:hover span, body#home #t-home a span {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tr.gif) top right no-repeat;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 5px;
	z-index: 4;
}

#nav li a:hover, body#webnergie #t-webnergie a {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tl.gif) top left no-repeat;
	padding-left: 10px;
	z-index: 4;
}

#nav li a:hover span, body#webnergie #t-webnergie a span {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tr.gif) top right no-repeat;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 5px;
	z-index: 4;
}

#nav li a:hover, body#actu #t-news a {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tl.gif) top left no-repeat;
	padding-left: 10px;
	z-index: 4;
}

#nav li a:hover span, body#actu #t-news a span {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tr.gif) top right no-repeat;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 5px;
	z-index: 4;
}

#nav li a:hover, body#team #t-team a {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tl.gif) top left no-repeat;
	padding-left: 10px;
	z-index: 4;
}

#nav li a:hover span, body#team #t-team a span {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tr.gif) top right no-repeat;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 5px;
	z-index: 4;
}

#nav li a:hover, body#contact #t-contact a {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tl.gif) top left no-repeat;
	padding-left: 10px;
	z-index: 4;
}

#nav li a:hover span, body#contact #t-contact a span {
	color: #FFFFFF;
	background: #71bf44 url(../images/menu_round_tr.gif) top right no-repeat;
	padding-right: 10px;
	margin-top: 0px;
	padding-top: 5px;
	z-index: 4;
}

#nav font.amp {
	font-size: 80%;
}



/*******************************
 ****** Sous navigation *******
 *******************************/
/* hauteur: #subnav, padding-top */
#submenu {
	clear:both;
	float:left;
	color: #FFFFFF;
	background: #71bf44;
	padding: 0;
	margin:0;
	height:44px;
	width:100%;
	font-size: 13px;
	font-size-adjust:none;
}

#subnav {
	left: 0px;
	top: 0px;
	color: #FFFFFF; /* Color of the text*/
	text-decoration:none;
	padding-left:75px;
	margin: 0;
	padding-top:10px;
}

#subnav li {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 0;
	position: relative;
}	


#subnav li#web-sol {

	padding-left: 15px;
	padding-right: -15px;
	
}

#subnav a {
	float:left;
	color: #FFFFFF;
	display:block;
	text-decoration:none;
	border-bottom: none;
	/*padding: 5px 32px 12px 32px;*/
	padding: 5px 20px 12px 20px;
	margin-bottom:0px;
	margin-right:0px;
	/* width: 85px; */
	text-align:center;
}		

#subnav li a:hover {
	background: #FF0000 url(../images/submenu_triangle.gif) bottom center no-repeat;
}

#subnav li a:hover, body#webnergie #webnergie-sol #web-sol a {
	background:url(../images/submenu_triangle.gif) bottom center no-repeat;
	/*font-weight:bold;*/
}

#subnav li a:hover, body#webnergie #webnergie-plug #web-plug a {
	background:url(../images/submenu_triangle.gif) bottom center no-repeat;
	/*font-weight:bold;*/
}

#subnav li a:hover, body#webnergie #webnergie-play #web-play a {
	background:url(../images/submenu_triangle.gif) bottom center no-repeat;
	/*font-weight:bold;*/
}

#subnav li a:hover, body#team #founders #t-founders a {
	background:url(../images/submenu_triangle.gif) bottom center no-repeat;
	/*font-weight:bold;*/
}

#subnav li a:hover, body#team #partners #t-partners a {
	background:url(../images/submenu_triangle.gif) bottom center no-repeat;
	/*font-weight:bold;*/
}

#subnav li a:hover, body#team #aboutus #t-who a {
	white-space:nowrap;
	background:url(../images/submenu_triangle.gif) bottom center no-repeat;
	/*font-weight:bold;*/
}

#subnav li a:hover, body#team #location #t-location a {
	background:url(../images/submenu_triangle.gif) bottom center no-repeat;
	/*font-weight:bold;*/
}

*/
/* Menu des langues */

#lang {
	float:right;
	position: relative;
	top: 12px;
	right: 5px;
}

#lang li {
	/*display: inline;*/
	/*float: right;*/
	margin: 0;
	font-size:12px;
	position: relative;
	list-style: none;
}

#lang a {
	float: right;
	display:block;
	color: #c6e39f; /* Color of the text*/
	margin: 0;
	padding:0px 3px 0px 3px;
	text-decoration:none;
	padding: 8px 14 px;
    font-weight:bold;
	position: relative;
}


#lang a:hover {
color:#FFFFFF;
}

/*******************************
 ****** Contenu principal ******
 *******************************/


#main {
	float:left;
	width:100%;
	height:inherit;
	line-height: 1.5em;
	background: #FFFFFF url(../images/round_blanc_sur_vert_tr.gif) top right no-repeat;
}

#main_left_col {
	clear:both;
	float:left;
	width:60%;
	height:inherit;
	margin-right:5%;
	line-height: 1.5em;
	background: #FFFFFF;
	
	position:relative;/* Trick for equal height column:ie and old safari support*/
	z-index:500;/* Trick for equal height column:ie and old safari support*/
}

#main_right_col {
	float:right;
	width: 35%;
	line-height: 1.5em;
	height:inherit;
	background: #FFFFFF;
	margin:0;
	padding-top: 10px;
	position:relative;

	position:relative;/* Trick for equal height column:ie and old safari support*/
	z-index:500;/* Trick for equal height column:ie and old safari support*/
}
/*****************
/***** HOME *****/
/****************/

#intro {
	float:left;
	width:62%;
	height:inherit;
	margin-right:2%;
	line-height: 1.5em;
	background: #FFFFFF url(../images/round_blanc_sur_vert_tr.gif) top right no-repeat;
	
	padding-bottom: 10000px;/* Trick for equal height column*/
	margin-bottom: -10000px; /* Trick for equal height column*/
	position:relative;/* Trick for equal height column:ie and old safari support*/
	z-index:500;/* Trick for equal height column:ie and old safari support*/
} 

#news {
	float:right;
	width: 36%;
	/*line-height: 1.5em;*/
	height:inherit;
	background: #FFFFFF url(../images/round_blanc_sur_vert_tr.gif) top right no-repeat;
	
	padding-bottom: 10000px; /* Trick for equal height column*/
	margin-bottom: -10000px; /* Trick for equal height column*/
	position:relative;/* Trick for equal height column:ie and old safari support*/
	z-index:500;/* Trick for equal height column:ie and old safari support*/
	}

#box {
	float:left;
	padding: 0px 0px 0px 45px;
	margin-left: 10px;
	margin: 10;
}

#news h3 {
	padding-left:5px;
}

#news p {
	margin-top:0.1em;
	margin-bottom:1.5em;
	line-height:1.5em;
	padding-left:5px;
}
/**********************
/***** WEBNERGIE *****/
/*********************/
#logos_webnergie{
	padding: 0;
	margin: 0px 0px 0px 0px;
	width: 100%;
	/*background:url(../images/logos_webnergie_sol.png) 0px 0px no-repeat;*/
	/*height: 116px;*/
	clear:both;
	float:left;
	position:relative;
	left: 0px;
}

#text_webnergie{
	padding: 10px 10px 30px 10px;
	margin: 0;
	width: 100%;
	clear:both;
	float:left;
	text-align:justify;
}

#menulogo {
	
	/*Erreur de placement*/
	/*clear:both;
	text-decoration:none;
	/*padding-left:-175px;*/
	/*margin: 0;
	/*padding-top:10px;*/
	/*list-style: none;*/
	
	position:relative;
	left: 0px; /* ne fonctionne qu'en position relative*/
	top: 0px;  /*ne fonctionne qu'en position relative*/
	padding: 15px 0px 0px 7px;
	margin:0;
	
}

#menulogo li {
	float: left;
	list-style: none;
	margin: 0;
	padding-top: 4px;
	position: relative; /*pour IE6*/
	padding: 0px 20px 0px 20px;
}	



#menulogo li a {
	float:left;
	display:block;
	text-decoration:none;
	border-bottom: none;
	margin:0;
	padding: 0;
	/*padding: 5px 32px 12px 32px;*/
	margin-bottom:0px;
	margin-right:0px;
	width: 95px;
	height: 120px;
	/*background-position:left top;*/
}	



a#logosol{
	background: url(../images/logos_webnergie.png) 0px 0px no-repeat;
}

a#logosol:hover, div#menu_solution ul#menulogo a#logosol{
	background: url(../images/logos_webnergie.png) 0px -175px no-repeat;
}

a#logoplug {
	background: url(../images/logos_webnergie.png) -135px 0px no-repeat;
}

a#logoplug:hover, div#menu_plug ul#menulogo a#logoplug {
	background: url(../images/logos_webnergie.png) -135px -175px no-repeat;
}

a#logoplay {
	background: url(../images/logos_webnergie.png) -270px 0px no-repeat;
}

a#logoplay:hover, div#menu_play ul#menulogo a#logoplay {
	background: url(../images/logos_webnergie.png) -270px -175px no-repeat;
}

/**********************/
/***** ACTUALITE ******/
/**********************/

.actu {
	width: 100%;
	clear: both;
	padding: 10px 0;
	border-bottom: #CBCBCB 1px solid;
	/*background: url(images/post_element.gif) no-repeat 159px 21px;*/
}


/* Header */
.actu-header {
float:left;	
width:510px;
margin-bottom:0px;
margin-top: 5px;
padding-bottom:3px;
/*border-bottom:1px solid #dfdede;*/
}

.actu-header span.category {
width:200px;
font-size:16px;
float:right;
line-height:15px;
text-align:right;
margin-top: 11px; /*align bottom*/
font-weight: bold;
}

/* Actu Content */

.actu-content {
	width: 420px;
	margin-right: 5px;
	display: inline;
	border-top:1px solid #c0c0c0;
	margin-bottom: 2px;
}

.actu-content a {
	font-weight:inherit;
	color: #71bf44;
	
}

.actu-content a:hover {
	text-decoration: underline;
}

.actu-content p {
	padding-left: 5px;
	color: #424242;
	font-size:14px;
	margin-top: 10px;
	padding-top: 0px;
}


/* Actu Content Headings */

.actu-content h2 {
	font-size: 21px;
	line-height: 26px;
	font-weight:bold;
	margin-top: 12px;
}

.actu-content h2 a {
	color: #525252;
}

.actu-content h2 a:hover {
	text-decoration: underline;
}

.actu-content h3 {
	font-size: 14px;
	padding: 5px 0;
}
	
/****** Date Col ******/

.actu-date {
	width: 80px;
	margin-left: 6px;
	text-align: right;
	display: inline;
	padding-top: 0px;
}

.actu-date h3 {
	padding: 3px 0;
	margin-bottom: 13px;
	font-weight: normal;
	font-size: small;
	margin-top: 0px;
	padding-top: 0px;
}

.actu-date h3 span.day {
	display: block;
	float: right;
	line-height: 28px;
	font-size: 30px;
	font-weight: bold;
	border-right: #CBCBCB 1px solid;
	padding-right: 5px;
	color: #686868;
}

.actu-date h3 span.month, .actu-date h3 span.year {
	color: #686868;
	width: 35px;
}

.actu-date h3 span.month {
	display: block;
	float: right;
	font-size: 14px;
	line-height: 14px;
	padding-left: 4px;
	text-align: center;
	text-transform: uppercase;
}

.actu-date h3 span.year {
	font-size: 13px;
	display: block;
}


/*Actu right column navigation */
.actu-navigation{
	font-size: 14px;
	position: relative;
	bottom: 25px;
}

/*Actu right column navigation */
.actu-navigation a:link, a:active{
	text-decoration:none;
	color: #71bf44;

}

/*Actu right column navigation */
.actu-navigation a:hover{
	color: #71bf44;
	text-decoration: underline;

}
.actu-navigation .bloc {
	padding-bottom: 7px;
}

.actu-navigation h2 {
	font-variant: small-caps;
	border-bottom: 1px solid #CBCBCB;
	color: #686868;
	margin-top: 0px;
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	padding: 0 0 5px;
}

.actu-navigation h2 a img{
	padding-top:0px;
	font-size:90%;
	font-style:italic;
	color:#009634;
	position: relative;
	top: 15px;
	left: 30px;
}

.actu-navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	padding-left: 5px;
}

.actu-navigation ul li {
	margin-bottom: 17px;
}


/* Post Content Lists and Blockquote */

.actu-content ol, .actu-content ul {
	line-height: 20px;
}

.actu-content ul {
	padding-left: 30px;
}

.actu-content ul li {
	list-style: circle;
	padding: 3px 0;
}

.actu-content ol {
	padding-left: 37px;
}

.actu-content ol li {
	list-style: decimal;
	padding: 3px 0;
}

.actu-content blockquote {
	border-left:2px solid #777777;
	color:#777777;
	font-style:italic;
	margin:5px auto 15px;
	padding:0px 10px;
	width:85%;
}



/**********************/
/******** TEAM ********/
/**********************/
#founder {
	float:left;
	width: 550 px;/*450px; */
	padding: 10px 0;
}

#founder dl {
	float: left;
	width: 510 px;/*410px;*/
	margin: 10px 35px 0px 5px;;
	padding: 0;
	display:inline;
}

#founder dt {
	float:right;
	width: 543px;
	margin: 0;
	padding: 5px 0;
	font-size:120%;
	line-height: 0.8 em;
	font-weight:bold;
	letter-spacing: 1px;
	color:#009634;
	/*background:#FF0000;*/
}

#founder dd {
	margin: 0;
	padding:0;
	padding-top:3px;
	padding-bottom:3px;
	font-size:110%;
	line-height: 1.5em;
	color:#009634;
}

#founder dd.img img{
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 0;	
	/*background:#009966;*/
	}

#founder dd.smalllist {
	margin: 0 150px 0 0;
	width: 99%;
	padding:0;
	font-size:90%;
	font-style:italic;
	color:#009634;
	text-align: justify;
}

#founder dd.imgtwitter{
	margin: -10px 0 0 0;
	padding-top:27px;
	font-size:90%;
	font-style:italic;
	color:#009634;
}

#text_who{
	padding: 10px 10px 30px 10px;
	margin: 0;
	width: 100%;
	clear:both;
	float:left;
	text-align:justify;
}

.who_desc {
	color: #009634;

}

#team h2 {
	text-transform: uppercase;
}

/***** PARTNERS *****/

#main_left_col_partners {
	float:left;
	width:40%;
	height:inherit;
	margin-right:5%;
	line-height: 1.5em;
	background: #FFFFFF;
}

#main_right_col_partners {
	float:right;
	width: 55%;
	line-height: 1.5em;
	height:inherit;
	background: #FFFFFF;
}

#partner {
	float:left;
	width: 350px;
	padding: 5px 0px 0px 0px;
}

#partner_right {
	float:left;
	width: 350px;
	padding: 5px 0px 0px 35px;
}

#partner dl {
	float: left;
	width: 410px;
	margin: 10px 20px;
	padding: 0;
	padding-top: 10px;
	display:inline;
}

#partner dt {
	float:left;
	width: 323px;
	margin: 0;
	padding: 5px 0px 15px 0px;
	font-size:145%;
	line-height: 0.8 em;
	font-weight:bold;
	letter-spacing: 1px;
	color:#009634;
	/*background:#FF0000;*/
}

#partner dd {
	float:left;
	margin: 0;
	padding:0;
	padding-right: 5px;
	font-size:110%;
	line-height: 1.5em;
	color:#009634;
}

#partner dd.img img{
	float: left;
	margin: 0 8px 0 0;
	padding: 4px;
	border: 0;	
	/*background:#009966;*/
	}

#partner dd.smalllist {
	margin: 0;
	padding:0;
	font-size:85%;
	font-style:italic;
	color:#009634;
}


/***** CONTACT *****/

#contact_left_col {
	float:left;
	width:45%;
	height:inherit;
	margin-right:5%;
	line-height: 1.5em;
	background: #FFFFFF;
}

#contact_right_col {
	float:right;
	width: 50%;
	line-height: 1.5em;
	height:inherit;
}

#contact h3 {
	margin: 0;
	padding: 5px 0;
	font-size:120%;
	line-height: 0.8 em;
	font-weight:bold;
	letter-spacing: 1px;
	color: #009634;
}

#contact p {
	margin: 0;
	padding: 3px 0;
	font-size:100%;
	line-height: 1 em;
	letter-spacing: 1px;
	color: #009634;
}

#contact_items {
	position:relative;
	display:block;
	padding: 0px 0px 0px 0px;
	margin: -5px 0 0 1px;
}


#contact_items li {
	float: left;
	list-style: none;
	margin: 0;
	position: relative; /*pour IE6*/
	padding: 3px 0;
	font-size:100%;
	line-height: 1 em;
	letter-spacing: 1px;
	color: #009634;
}

#contact_items_tel{
	width: 212px;
}


/***** FOOTER *****/
#footer {
	clear:both;
	float:left;
	width:100%;
	background:#71bf44 bottom center;
	color: #FFFFFF; /* Color of the text*/
	text-align:center;
	height: 25px;
	font-size: 95%;
}

#footer p {
	padding: 4px 0px 0px 0px;
	margin: 0;
	color:#FFFFFF;

}
