/*
 * Style du template "Je réserve mon hébergement"
 */
 
#tpl_reserveHebergementMDL {
	background: #FFF;
	width: 293px;
}
#tpl_reserveHebergementMDL h3 {
	background: url(../../images/designV2/rondBleu.gif) no-repeat;
	font-size: 6px;
	padding: 0 0 0 20px;
	margin-top:0px;
	margin-bottom:0px;
}
#tpl_reserveHebergementMDL .form_FR {
	background: url(../../images/designV2/fondReserveHebergement.gif) no-repeat scroll 0 100%;
	height: 78px;
	margin: 0;
	padding: 10px;
	width: 275px;
}
#tpl_reserveHebergementMDL .form_UK {
	background: url(../../images/designV2/fondReserveHebergement.gif) no-repeat scroll 0 100%;
	height: 78px;
	margin: 0;
	padding: 10px;
	width: 275px;
}
#tpl_reserveHebergementMDL #moteur_recherche {
	width: 273px
}
#tpl_reserveHebergementMDL #moteur_recherche td {
	border: none;
	color: #7F7F7F;
	font-size: 11px;
	/*height: 25px;*/
}
#tpl_reserveHebergementMDL #moteur_recherche select {
	border: 1px solid #A7ACAF;
	color: #767676;
	float: left;
	font-size: 9px;
	margin: 0 3px 0 0;
}
#tpl_reserveHebergementMDL #moteur_recherche input {
	border: none;
}
#tpl_reserveHebergementMDL #moteur_recherche .submit_FR {
	background: url(../../images/designV2/btnValider.gif) no-repeat;
	float: right;
	height: 26px;
	width: 74px;	
}
#tpl_reserveHebergementMDL #moteur_recherche .submit_UK {
	background: url(../../images/designV2/btnSend.gif) no-repeat;
	float: right;
	height: 26px;
	width: 74px;	
}
a.monPanier {
	background: url(../../images/designV2/icoMonPanier.gif) no-repeat;
	color: #FFF;
	padding: 0 0 0 20px;
	text-decoration: none;
}
a:hover.monPanier {
	text-decoration: underline;
}
a.monEspace {
	background: url(../../images/designV2/icoMonEspace.gif) no-repeat;
	color: #FFF;
	padding: 0 0 0 20px;
	text-decoration: none;
}
a:hover.monEspace {
	text-decoration: underline;
}
