#entete {
	background :  url(../images/entreprises/entete.jpg) no-repeat;
}

/* menu haut */
#legroupe {
	background: url(../images/entreprises/btn_entreprises.gif) no-repeat;
}
#lesparticuliers a {
	background: url(../images/entreprises/btn_groupe.gif) no-repeat;
}
#lesparticuliers a:hover {
	background: url(../images/entreprises/btn_groupe_over.gif) no-repeat;
}
#lesentreprises a {
	background: url(../images/entreprises/btn_particuliers.gif) no-repeat;
}
#lesentreprises a:hover {
	background: url(../images/entreprises/btn_particuliers_over.gif) no-repeat;
}

/**************************************************/
/* bande basse */
#bandebasse {
	background:  url(../images/bandebasse.gif) no-repeat;
}

/**************************************************/
/* page transfert en 4 etapes */
#transfert {
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #01a0e4;
}
#transfert li {
	display: inline;
	list-style: none;
}
#transfert img {
	border: none;
}
#transfert a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #01A0E4;
	height: 90px;
}
#transfert a:hover {
	text-decoration: underline;
}
#transfert .titre {
	margin-right: 25px;
}

/**************************************************/
/* page reussir son transfert */
#reussir {
	margin: 0;
	padding: 0 0 0 5px;
	border-bottom: 2px solid #01a0e4;	
}
#reussir li {
	display: inline;
	list-style: none;
	margin-right: -2px;
}
#reussir img {
	border: none;
}
#reussir a {
	font-size: 18px;
	font-weight: bold;
	text-decoration: none;
	color: #01A0E4;
	height: 70px;
}
#reussir a:hover {
	text-decoration: underline;
}