#article {
	position: relative;
	height: 610px;
	border: 1px solid #FFFFFF;
	line-height: 160%;
}
html>body #article {
	position: relative;
	height: auto;
	min-height: 610px;
}

#presentation {
	margin-left: 20px;
	margin-bottom: 20px;
}

#retour {
	position: absolute;
	bottom: 0; 
	width: 100%;
	height: 23px;
	padding-top: 7px;
	font-weight: bold;
	background: #D6DDE5;
	text-align: center;
}

#prestataire {
	clear: both;
	margin: 35px 0 65px 0;
}

#prestataire img {
	border: 0;
	width: 468px;
	height: 60px;
}

#prestataire H2 {
	margin-top: 0;
	margin-bottom: 10px;
	line-height: 90%;
	font-size: 1.2em;
}

#prestataire .bandeau {
	float: left;
	width: 468px;
	margin-right: 20px;
}

#prestataire .texte {
	float: left;
	width: 450px;
	text-align: justify;
}

#prestataire .fin {
	clear: left;
	height: 0;
}

.submit {
	border: 1px solid gray;
	background: #EEEEEE;
}

#onglet {
	float: left;
	width: 22%;
	margin: 10px 1% 20px 1%;
	/* padding: 20px 0 0 0; */
	text-align: center;
	font-weight: normal;
	font-size: 15px;
	border: 1px solid #EEEEEE;
}

#onglet:hover {
	background-image: url(/services/images/fond-alt.png);
	cursor: pointer;
	border: 1px solid #EEEEEE;
}

#onglet .image {
	height: 100px;
	padding: 20px 0 20px 0;
	text-align: center;
}

#onglet .libelle {
	font-weight: bold;
	background: #EEEEEE;
	padding: 10px;
	/* border: 1px dotted #005EA8; */
}

#banniere {
	padding-left: 270px;
	background-image: url(/images/hp5/banner3.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-color: white;
}

#menu {
	padding-bottom: 2px;
	background-color: #FFFF9D;
}

#sep { height: 10px; }

