@charset "utf-8";
/* CSS Document */
html{
	background:white;
}
body{
	padding: 0px;
	margin:0px;
	border: 0px;	
	
}
img, div, a , h1,h2, h3, h4, h5,h6{
	behavior: url(iepngfix.htc);
}

.clear{
	clear: both;
}
.home{
	background: url(../img/home.jpg) no-repeat;
	margin-top: auto; 
	margin-left: auto; 
	margin-bottom: auto; 
	margin-right: auto; 
}
.home img,.home #news{
	position:absolute;
	margin-left: 636px;
	margin-top: 100px;
}
.home #news{
	margin-left:670px;
}
.home h1{
	position:absolute;
	margin-left: 200px;
	margin-top: 100px;
	background: url(../img/scarabe_home.png) no-repeat;
	width: 729px;
}
.home h1 span, .home h2 span, .home h3 span, .home h6 span{
	display:none;
}
.home h2{
	position:absolute;
	margin-left: 200px;
	margin-top: 230px;
	background: url(../img/concept_home.png) no-repeat;
	width: 725px;
}
.home h3{
	position:absolute;
	margin-left: 312px;
	margin-top: 250px;
	background: url(../img/graphique_home.png) no-repeat;
	width: 613px;
}
.home h6{
	position:absolute;
	margin-left: 410px;
	margin-top: 273px;
	background:  url(../img/parmar.png) no-repeat;
	width: 515px;
}
.home a#news{
	display:block;
	position: fixed;
	margin:105px 0 0 675px;
	width: 150px;
	height: 30px;
	background:url(../img/news_home.png) no-repeat;
}
.home a#news span{
	display: none;
}
.menu{
	margin-left: 200px;
	}
.menu #scarabe{
	display: block;
	float: left;
	width: 66px;
	height: 13px;
	background:url(../img/menu_scarabe.png) no-repeat;
}
.menu #scarabe:hover{
	background: url(../img/menu_scarabe2.png) no-repeat;
}
.menu #solution{
	display: block;
	float: left;
	width: 97px;
	height: 13px;
	background:url(../img/menu_solution.png) no-repeat;
}
.menu #solution:hover{
	background: url(../img/menu_solution2.png) no-repeat;
}
.menu #realisation{
	display: block;
	float: left;
	width: 107px;
	height: 14px;
	background:url(../img/menu_realisation.png) no-repeat;
}
.menu #realisation:hover{
	background: url(../img/menu_realisation2.png) no-repeat;
}
.menu #methode{
	display: block;
	float: left;
	width: 106px;
	height: 13px;
	background:url(../img/menu_methode.png) no-repeat;
}
.menu #methode:hover{
	background: url(../img/menu_methode2.png) no-repeat;
}
