@charset "utf-8";

/* Feuille de style - Louez une illa en République Dominicaine // Site par Alexerd [http://alexerd.nuxit.net] */

/* Divs de la page Investir */



.investir {
float:left;
width:560px;
height:auto;
padding-left:20px;
}
.investir-titre {
background-repeat:no-repeat;
height:45px;
}
.investir-fond {
width:500px;
height:auto;
padding-top:20px;
padding-left:20px;
padding-right:32px;
padding-bottom:10px;
background-image:url(../graph/550bleu-fond.png);
background-repeat:repeat-y;
text-align:justify;
}
.investir-bas {
background-image:url(../graph/550bleu-bas.png);
background-repeat:no-repeat;
height:16px;
}

.investir-droit {
width:203px;
height:203px;
float:right;
margin-right:9px;
}
.investir-droit-titre {
background-image:url(../graph/investir-droit-titre.png);
background-repeat:no-repeat;
height:45px;
}
.investir-droit-fond {
background-image:url(../graph/203bleu-fond.png);
background-repeat:repeat-y;
height:auto;
width:168px;
text-align:justify;
padding-top:20px;
padding-left:11px;
padding-right:24px;
padding-bottom:10px;
}
.investir-droit-bas {
background-image:url(../graph/203bleu-bas.png);
background-repeat:no-repeat;
height:16px;
}


/* Add this */

a#tooltip em {
    display:none;
}
a#tooltip:hover {
    border: 0;
    position: relative;
    z-index: 500;
    text-decoration:none;
}
a#tooltip:hover em {
    font-style: normal;
	font-weight:normal;
	font-size:11px;
    display: block;
    position: absolute;
    top: 25px;
    left: -10px;
    padding-top: 2px;
	padding-bottom:2px;
	padding-left: 4px;
	padding-right: 4px;
    color:#155697;
    border: 1px solid #98bc2b;
	background-image:url(../graph/calendrier-infobulle-fond.png);
	background-repeat:repeat;
    width:auto;
	height:auto;
	text-align:justify;
}
a#tooltip:hover em span {
    position: absolute;
    top: -10px;
    left: 7px;
    height: 10px;
    width: 19px;
    background:transparent url(../graph/villas-infobulle-fleche.png);
    margin:0;
    padding: 0;
    border: 0;
}