/* Partners Finances v2 */
/* CSS des liens du menu du haut */

/* Lien Rachat de crédits du menu du haut */
a#hrachat {
	float: left;
	display: block;
	padding: 24px 42px 0px 20px;
	background: url('/img/hrachat.jpg') no-repeat;
	width: 89px;
	height: 61px;
	color: #412727;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Rachat de crédits du menu du haut (hover) */
a:hover#hrachat {
	float: left;
	display: block;
	padding: 24px 42px 0px 20px;
	background: url('/img/hrachathover.jpg') no-repeat;
	width: 89px;
	height: 61px;
	color: #fff;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Prêt immobilier du menu du haut */
a#himmo {
	float: left;
	display: block;
	padding: 24px 48px 0px 10px;
	background: url('/img/himmo.jpg') no-repeat;
	width: 97px;
	height: 61px;
	color: #412727;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Prêt immobilier du menu du haut (hover) */
a:hover#himmo {
	float: left;
	display: block;
	padding: 24px 48px 0px 10px;
	background: url('/img/himmohover.jpg') no-repeat;
	width: 97px;
	height: 61px;
	color: #fff;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Réserve d'argent du menu du haut */
a#hreserve {
	float: left;
	display: block;
	padding: 24px 58px 0px 10px;
	background: url('/img/hreserve.jpg') no-repeat;
	width: 80px;
	height: 61px;
	color: #412727;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Réserve d'argent du menu du haut (hover) */
a:hover#hreserve {
	float: left;
	display: block;
	padding: 24px 58px 0px 10px;
	background: url('/img/hreservehover.jpg') no-repeat;
	width: 80px;
	height: 61px;
	color: #fff;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Prêt personnel du menu du haut */
a#hperso {
	float: left;
	display: block;
	padding: 24px 60px 0px 10px;
	background: url('/img/hperso.jpg') no-repeat;
	width: 80px;
	height: 61px;
	color: #412727;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Prêt personnel du menu du haut (hover) */
a:hover#hperso {
	float: left;
	display: block;
	padding: 24px 60px 0px 10px;
	background: url('/img/hpersohover.jpg') no-repeat;
	width: 80px;
	height: 61px;
	color: #fff;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Profession Libérale du menu du haut */
a#hliberale {
	float: left;
	display: block;
	padding: 24px 51px 0px 17px;
	background: url('/img/hliberale.jpg') no-repeat;
	width: 89px;
	height: 61px;
	color: #412727;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}

/* Lien Profession Libérale du menu du haut (hover) */
a:hover#hliberale {
	float: left;
	display: block;
	padding: 24px 51px 0px 17px;
	background: url('/img/hliberalehover.jpg') no-repeat;
	width: 89px;
	height: 61px;
	color: #fff;
	text-align: right;
	font-weight: 900;
	font-family: Verdana, "Bitstream Vera Sans", "Lucida Grande", sans-serif;
	font-style: italic;
	font-size: 0.8em;
	text-decoration: none;
}
