body {
	font-family: 'Verdana', Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0 auto;
	text-align: center;
	margin: 10px;
	color: #92B13D;
}
#container {
	width: 950px;
	border: 1px solid #B5B5B5;
	margin: 0 auto;
	text-align: left;
}

/* Elements généraux */
a span {
	margin-left: -1980px;
}

a {
	color: #92B13D;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #c5d49a;
}
h1 {
	font-size: 1.1em;
	color: #000;
	padding: 10px 10px 5px 10px;
	border-bottom: 1px solid #92B13D;
	margin: 0;
	color: #92B13D;
}
h2 {
	font-size: 1em;
	color: #92B13D;
	padding: 5px 10px;
	border-bottom: 1px solid #92B13D;
	margin: 0;
}
p {
	margin: 10px;
}
sup {
	font-size: 0.7em;
}


#ariane {
	color: #FFF;
	background-color: #92B13D;
	display: block;
	padding: 10px;
	border: 1px solid #FFF;
	font-weight: bold;
}
#ariane a {
	color: #FFF;
	text-decoration: none;
}
#ariane a: hover {
	color: #FFF;
}
.illustration {
	float: right;
	margin: 12px 5px 10px 15px;
}
.block {
	border: 1px dashed #92B13D;
	padding: 10px;
	font-weight: bold;
	width: 300px;
	margin: 5px auto;
}
.petit{font-size:10px;}
/* Fin */

/* BEGIN header */
#header {
	height: 94px;
	border-bottom: 1px solid #B5B5B5;
}
	#logo {
		background: url(/imagefolder/global/logoNovaduck.gif) no-repeat;
		display: block;
		width: 179px;
		height: 94px;
		float: left;
	}
	#presentation {
		background: url(/imagefolder/global/headerPresentation.gif) no-repeat;
		display: block;
		width: 453px;
		height: 94px;
		float: right;
	}
/* END header */

/* BEGIN Illustration */
#illustration {
	background: url(/imagefolder/global/illustration.jpg) right no-repeat;
	display: block;
	width: 950px;
	height: 51px;
}
	#search {
		width: 200px;
		height: 30px;
		border: 1px;
		border-left: 0px;
		border-color: #B5B5B5;
		border-style: solid;
		text-align: right;
		margin: 5px 0;
		padding: 0 0 0 5px;
		display: block;
	}
	#search form {
		width: 200px;
		margin: 5px 0;
	}
	#search form input {
		float: left;
		width:125px;
	}
	#search .btSearch {
		background: url(/imagefolder/global/btSearch.gif) no-repeat;
		width: 67px;
		height: 15px;
		display: block;
		float: left;
		text-decoration: none;
		border: 0;
	}
	#search .btSearch:hover {
		background-position: bottom;
	}
/* END Illustration */

/* BEGIN leftSide */
#leftSide {
	float: left;
	clear: left;
	width: 215px;
}
	#menu {
		width: 200px;
		border: 1px;
		border-left: 0px;
		border-color: #B5B5B5;
		border-style: solid;
		background-color: #EDF1E3;
		float: left;
	}
		#menu ul {
			list-style-type: none;
			margin: 10px 0 0 0;
			padding: 0;
		}
		#menu ul li a {
			display: block;
			width: 155px;
			height: 34px;
		}
		#menu #home {
			background: url(/imagefolder/global/btHome.gif) no-repeat;
		}
		#menu #home:hover, #menu #novaduck:hover, #menu #project:hover, #menu #partners:hover, #menu #news:hover, #menu #contact:hover, #menu #links:hover, #menu #bg:hover, #menu #aim:hover, #menu #expected:hover, #menu #potential:hover {
			background-position: bottom;
		}
		
		#menu #novaduck {
			background: url(/imagefolder/global/btNovaduck.gif) no-repeat;
		}
		#menu #project {
			background: url(/imagefolder/global/btProject.gif) no-repeat;
		}
		#menu #partners {
			background: url(/imagefolder/global/btPartners.gif) no-repeat;
		}
		#menu #news {
			background: url(/imagefolder/global/btNews.gif) no-repeat;
		}
		#menu #contact {
			background: url(/imagefolder/global/btContact.gif) no-repeat;
		}
		#menu #links {
			background: url(/imagefolder/global/btLinks.gif) no-repeat;
		}
		#menu ul li ul {
			margin: 0 0 10px 0;
			position: relative;
			left: 25px;
		}
		#menu ul li ul li a {
			color: #92B13D;
			height: 16px;
			text-decoration: none;
			display: block;
			width: 160px;
		}
		#menu #bg {
			background: url(/imagefolder/global/btBg.gif) no-repeat;
		}
		#menu #aim {
			background: url(/imagefolder/global/btAim.gif) no-repeat;
		}
		#menu #expected {
			background: url(/imagefolder/global/btExpected.gif) no-repeat;
		}
		#menu #potential {
			background: url(/imagefolder/global/btPotential.gif) no-repeat;
		}
		#internalSection {
			margin-top: 25px;
			width: 200px;
			display: block;
			height: 34px;
			background: url(/imagefolder/global/btInternalSection.gif) no-repeat;
		}
		#internalSection:hover {
			background-position: bottom;
		}
/* END leftSide */

/* BEGIN Contenu */
#content {
	float: left;
	width: 540px;
	background-color: #EDF1E3;
	text-align: justify;
	margin: 10px 0;
}

#content h3 a { border-bottom: 1px solid; margin-left: 5px; }

#fullContent ul{
padding-right:10px;
}

#fullContent {
	float: left;
	width: 710px;
	background-color: #EDF1E3;
	text-align: justify;
	margin: 10px 0;
}
#rightSide {
	width: 130px;
	float: right;
	border: 1px solid #B5B5B5;
	margin: 20px 17px 0 5px;
	padding: 10px 10px 10px 10px;
}
	#rightSide h3 {
		font-size: 1em;
		border-left: 2px solid #92B13D;
		margin: 5px 0 0 0;
		padding-left: 5px;
	}
	#rightSide p {
		margin: 5px 0 0 0;
		padding: 0;
		color: #B5B5B5;
		font-style: italic;
		font-size: 0.9em;
		text-align: left;
	}
/* END Contenu */

/* BEGIN footer */
#footer {
	clear: left;
	height: 70px;
	border-top: 1px solid #B5B5B5;
}
	#logo6 {
		width: 170px;
		height: 50px;
		display: block;
		background: url(/imagefolder/global/logo6.gif) no-repeat;
		float: left;
		margin-top: 20px;
	}
	#logoEurope {
		width: 58px;
		height: 50px;
		display: block;
		background: url(/imagefolder/global/logoEurope.gif) no-repeat;
		float: left;
		margin-top: 18px;
	}
	#legalNotification {
		float: left;
		margin: 35px auto 0 -100px;
		color: #999;
		text-decoration: underline;
	}
	.copyright{
	padding:0 0 0 220px;
	margin:20px 0 ;
	float: left;
	color: #999;
	}
	#logoMerial {
		width: 121px;
		height: 62px;
		display: block;
		background: url(/imagefolder/global/logoMerial.gif) no-repeat;
		float: right;
	}
/* END footer */

.backTop {
	background: url(/imagefolder/global/btBackTop.gif) right no-repeat;
	margin: 0 10px;
	clear: both;
	width: 30px;
	display: block;
	float: right;
}

/* Div de la partie Partners */
#div1, #div2, #div3, #div4, #div5, #div6, #div7, #div8 {
	display: none;
	margin: 10px 20px 10px 40px;
	background-color: #FFF;
	border-bottom: 1px solid #92B13D;
	padding: 10px;
}
.flag {
	margin: 0 10px 10px;
	clear: left;
}

/* Formulaire (login) */
form {
	margin: 0 auto;
}
form fieldset {
	border: 0;
	width: 160px;
	margin: 15px 0 50px 250px;
	border: 1px dashed #92B13D;
}
form fieldset label {
	font-weight: bold;
	margin-left: 5px;
}
form fieldset input {
	margin: 5px;
}

