/*****le corps de page *****/body { width: 1024px; margin: auto;	font-family: Geneva, Arial, Helvetica, sans-serif; }img { border: 0px; }/***** la partie gauche de la page *****/#gauche { width: 300px;	float: left; }#logo {	height: 200px; width: 260px; margin:auto; }#image img { height: 562px;	width: 500px; }/***** la partie droite de la page *****/#mendroite { float:right; margin-top: 20px;	margin-bottom: 91px; }	/*** gestion langue GB ***/ul#image-haut-droit { list-style-type: none; float: right; margin:0px; padding: 0px; }#image-haut-droit li a { display: block; width: 100px; height: 33px; line-height: 2.5em; font-weight: 600; font-size: 12px;	color: #1f1f1f;	text-indent: 35px;  	text-decoration: none; background: url(../img/choix-langue-fr.png) no-repeat 0 0; }#image-haut-droit li a:hover { background: url(../img/choix-langue-fr.png) no-repeat 0 -33px; }/*** gestion langue FR ***/ul#image-haut-droit-fr { list-style-type: none; float: right; margin:0px; padding: 0px; }#image-haut-droit-fr li a { display: block; width: 100px; height: 33px; line-height: 2.5em; font-weight: 600; font-size: 12px;	color: #1f1f1f;	text-indent: 35px;  	text-decoration: none; background: url(../img/choix-langue-gb.png) no-repeat 0 0; }#image-haut-droit-fr li a:hover { background: url(../img/choix-langue-gb.png) no-repeat 0 -33px; }/*** décoration menu ***/#ligne-index {color:#3C6B4A; border: 2px solid green; width:65%; margin-top: 4px;}#ligne-foundation {color:#992A21; border: 2px solid ; width:80%; margin-top: 4px;}#ligne-organization {color:#F0963E; border: 2px solid ; width:80%; margin-top: 4px;}#ligne-partnerships {color:#764E92; border: 2px solid ; width:80%; margin-top: 4px;}#ligne-contact {color:#99CD35; border: 2px solid ; width:75%; margin-top: 4px;}/*** le menu ***/			#menu, #menu ul { float: left; width: 620px; list-style: none; line-height: 1; background: white; margin-bottom: -17px; }/*menu du haut*/#menu a { margin-left: -10px; margin-right: 10px; padding: 2px 0px; color: #3C6B4A; text-decoration: none; }/*menu haut presentation*/#menu li { float: left;	padding-left: 5px; }/*menu deroulant horizontale*/#menu li ul { position: absolute; left: -999em;	height: auto; width: 100px;	font-weight: normal; margin-top: 5px; }/*colonne 2 hover*/#menu li li { padding-left: 0em; width: 200px; }#menu li:hover ul, #menu li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul { left: auto; }#menu li a:hover, #menu li.sfhover { color: red; }#menu li li a:hover, #menu li li.sfhover { color: red; }/*** la partie image droite ***/	#droite { width: 153px;	float: right; margin-top: -11px; }#image-droite img{ width: 153px; height: 494px; }/*** image hover bas droit GB ***/	ul#image-bas-droit { list-style-type: none;	float: right; margin-top: -5px;	padding: 0px; }#image-bas-droit li a { display: block; width: 153px; height: 64px; background: url(../img/project-submission.jpg) no-repeat 0 0; margin-bottom: -15px; }#image-bas-droit li a:hover { background: url(../img/project-submission.jpg) no-repeat 0 -64px; }/*** image hover bas droit FR ***/	ul#image-bas-droit-fr { list-style-type: none;	float: right; margin-top: -5px;	padding: 0px; }#image-bas-droit-fr li a { display: block; width: 153px; height: 64px; background: url(../img/project-submission-fr.jpg) no-repeat 0 0; margin-bottom: -15px; }#image-bas-droit-fr li a:hover { background: url(../img/project-submission-fr.jpg) no-repeat 0 -64px; }/***** le texte de la page *****/h1 { color: #3C6B4A; font-weight: 200; }#texte-index {	padding-left: 130px;	padding-right: 10px;	float: left;	width: 420px;	font-size: 13px;	margin-top: -25px;}#texte-contact {	padding-left: 200px;	padding-right: 10px;	float: left;	width: 350px;	font-size: 13px;	margin-top: -25px;}#texte-contact a {		text-decoration: underline ;	color: black ;}#texte-contact a:hover {	text-decoration: underline ;}#texte-foundation {	padding-left: 230px;	padding-right: 10px;	float: left;	width: 320px;	font-size: 13px;	margin-top: -25px;}#texte-organization {	padding-left: 0px;	padding-right: 10px;	float: left;	width: 550px;	font-size: 13px;	margin-top: -25px;}#texte-partnerships {	padding-left: 50px;	padding-right: 10px;	float: left;	width: 500px;	font-size: 13px;	margin-top: -25px;}#texte-partnerships a {		font-size: 10px ;	color: #FF0000 ;	font-style: italic ;}#texte-partnerships a:hover {	text-decoration: underline ;}/***** le pieds de page *****/ul#pieds { padding-left: 100px;	font-size: 12px; list-style-type: none; clear: both; padding-top: 8px; }#pieds li { display: inline; }#pieds a { margin: 0 10px; color: #3C6B4A; text-decoration: none; }#pieds a:hover, #pieds a:focus { text-decoration: none;	color: #FF0000; }#imapieds a { display: block; width: 69px; height: 23px; background: url(../img/logo-naturex-small.png) no-repeat 0 0; float:left;	margin-top: -10px; }#imapieds  a:hover { background: url(../img/logo-naturex-small.png) no-repeat 0 -23px; }
