html, body{
	margin:0;
	padding:0;
}
body{
	background: #FFF;
	font: 80% Arial,sans-serif;
}
div#menu{
	float:left;
	width:100%;
	padding-top:120px;
	background:url('../imgs/banner.png');
}
div#texte{
	width:650px;
	height:auto;
	padding:50px;
	text-align:justify;
	padding-top: 0px;
	padding-bottom:25px;
}
div#titre{
	color:#66CC33;
	font-size:large;
}
div#news{
	background:#66CC33;
	color:#FFFFFF;
	font:Arial, Helvetica, sans-serif;
	font-size:14px;
	width:300px;
	height:500px;
	padding:10px;
	position:absolute;
	float:left;
	left: 805px;
	top: 209px;
	overflow: auto;
}
div#logo{
	width:auto;
	height:auto;
	padding:8px;
	position:absolute;
	float:left;
	left: 805px;
	top: 209px;
}
div#img{
	opacity:.8;
	float:right;
	width:auto;
	height:auto;
	padding:8px;
	position:absolute;
	left: 95px;
	top: 18px;
	z-index:2;
	background-color:#FFF;
}
div#footer{
	position:absolute;
	background-color:#66CC33;
	color:#FFF;
	padding:15px 120px 15px 90px;	
}
h1{
	font-size:large;
	font-weight:815;
	color: #0033FF;
}
ul#nav, ul#nav li{
	list-style-type:none;
	margin:0;padding:0;
}
ul#nav{
	margin-left:100px;
	width:650px;
}
ul#nav li{
	float:left;
	margin-right: 3px;
	text-align: center;
}
ul#nav a{
	float:left;
	width: 8em;
	padding: 6px 0;
	text-decoration:none;
	color: #FFF;
}
ul#nav a:hover{
	color: #FFF;
}
/*arrière-plan des btns du menu*/
ul#nav li.activelink a{
	background-color: #66CC33;
	color:#FFF;
}
/*effet du rollover dans le menu*/
ul#nav li.activelink a, ul#nav a:hover{
	color: #FFFFFF;
	background-color: #66CC33;
}	

li#home a{
	background-color: #66CC33;
}
li#prod a{
	background-color: #66CC33;
}
li#serv a{
	background-color: #66CC33;
}
li#team a{
	background-color: #66CC33;
}
li#exemple a{
	background-color: #66CC33;
}
li#cont a{
	background-color: #66CC33;
}
a:link {
	color: #3399CC;
	text-decoration: none;
}
a:visited {
	color: #00000;
	text-decoration: none;
}
a:hover {
	color: #3399CC;
	text-decoration: none;
}
a:active {
	color: #3399CC;
	text-decoration: none;
}/* CSS Document */

