/* Position des objets */


#Entete {
	position:absolute;
	width:640px;
	height:186px;
	z-index:1;
	left: 150px;
	top: 1px;
	background-image: url(../img/entete.jpg);
}

#Contact {
	position:relative;
	width:135px;
	height:150px;
	z-index:1;
	left: 10px;
	top: 25px;

}
#Introduction {
	position:absolute;
	width:640px;
	height:238px;
	z-index:1;
	left: 150px;
	top: 195px;

}

#Technique {
	position:absolute;
	width:640px;
	height:773px;
	z-index:1;
	left: 10px;
	top: 430px;
}

#Experience {
	position:absolute;
	width:640px;
	height:773px;
	z-index:1;
	left: 10px;
	top: 836px;
}

