/* MENU EXPERIENCES */
#menu_experiences{
	position: absolute;
	top: 120px;
	width: 375px;
	left: 35px;
}
#menu_experiences h2 {
	background-image: url(../images/titre_menu_experiences.png);
	width: 170px;
	height: 30px;
	background-repeat: no-repeat;
	margin-top: 10px;
	margin-bottom: 10px;
}
#menu_experiences li{
	margin-bottom: 6px;
}
/* EXPERIENCE */
#derniere_experience,#experience {
	position: absolute;
	top: 10px;
	width: 375px;
	left: 465px;
}
#derniere_experience h2 {
	background-image: url(../images/titre_derniere_experience.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#experience h2 {
	background-image: url(../images/titre_experience.png);
	background-repeat: no-repeat;
	width: 190px;
	height: 30px;
	margin-top: 10px;
	margin-bottom: 10px;
}
/* SOCIETE */
#experience_societe h3{
	background-image: url(../images/entreprise.png);
	background-repeat: no-repeat;
	height: 24px;
	margin-top: 15px;
	margin-bottom: 0px;
}
/* MISSION */
#experience_mission h3{
	background-image: url(../images/mission.png);
	background-repeat: no-repeat;
	height: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
}
/* OUVRAGE */
#experience_ouvrage{
	padding-bottom: 1px;
}
#experience_ouvrage h3{
	background-image: url(../images/ouvrage.png);
	background-repeat: no-repeat;
	height: 24px;
	margin-top: 20px;
	margin-bottom: 0px;
}
/* LOGO */
#experience_logo{
	position: absolute;
	text-align: center;
	width: 380px;
	top: 460px;
}
#experience_logo a,#experience_logo a:hover{
	border-bottom: none;
	margin-right: 10px;
	margin-left: 10px;
}

