/* MENU ACCUEIL */
#nav.accueil {
	width: 685px;
	padding-left: 270px;
}
#nav.accueil a {
	width: 326px;
}
#nav.accueil #bt1 {
	/* on masque le bouton accueil qui n'est pas utilisé*/
	display:none;
}
#nav.accueil #bt2 a {
	background: url(../interface/m1-accueil.jpg);
}
#nav.accueil #bt3 a {
	background: url(../interface/m2-accueil.jpg);
}
#nav.accueil #bt4 {
	/* on masque le bouton contact qui n'est pas utilisé*/
	display:none;
}
#nav.accueil #bt5 {
	/* on masque le bouton qualidevis qui n'est pas utilisé*/
	display:none;
}


#navTop #bt1 a {
	width:240px;
	height: 0px;
	padding-top:100px;
	margin-left:29px;
	margin-top:44px;
	overflow: hidden;
	float:left;
	background: url(../interface/logo.jpg) no-repeat;
}
#header h1 {
	float: right;
	margin-right: 120px;
	margin-top: 45px;
	background: url(../interface/titreAccueil.jpg) no-repeat left top;
	height: 0px;
	width: 480px;
	padding-top:50px;
	overflow:hidden;
	font-size: 10px;
	display: inline; /* Correction pour bug IE*/
}



/**/
#content #contact {
	width: 630px;
	float: left;
	background: url(../interface/sep.jpg) no-repeat right top;
	padding-right: 10px;
	padding-left: 10px;
	text-align: center;
}
