@charset "utf-8";

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

/* Gestion des divs - Index */

.centre-visio {
width:550px;
height:auto;
float:left;
padding-bottom:5px;
}
.centre-visio-titre {
background-repeat:no-repeat;
height:45px;
margin-left:20px;
}
.centre-visio-fond {
background-image:url(../graph/centre-visio-fond.png);
background-repeat:repeat-y;
width:506px;
height:310px;
margin-left:20px;
padding-left:16px;
padding-top:10px;
}
#main-visio-grand {
width:360px;
height:310px;
float:left;
}
#main-visio-navig {
width:120px;
height:310px;
float:left;
margin-left:10px;
}
.centre-visio-texte {
background-image:url(../graph/centre-visio-fond.png);
background-repeat:repeat-y;
width:470px;
height:auto;
clear:left;
margin-left:20px;
padding-left:20px;
padding-right:36px;
text-align:justify;
font-size:13px;
color:#454545;
}
.centre-visio-lien {
background-image:url(../graph/centre-visio-fond.png);
background-repeat:repeat-y;
width:470px;
height:20px;
margin-left:20px;
padding-left:20px;
padding-right:36px;
padding-top:10px;
text-align:right;
}
.centre-visio-bas {
height:16px;
background-image:url(../graph/centre-visio-bas.png);
background-repeat:no-repeat;
margin-left:20px;
}

.centre-droit {
width:220px;
height:460px;
float:left;
margin-left:6px;
}
.centre-droit-localisation {
width:240px;
height:220px;
}
.centre-droit-localisation-titre {
width:240px;
height:45px;
background-repeat:no-repeat;
}
.centre-droit-localisation-fond {
width:220px;
height:auto;
background-image:url(../graph/centre-localisation-fond.png);
background-repeat:repeat-y;
padding-left:10px;
padding-right:10px;
}
.centre-droit-localisation-bas {
width:240px;
height:16px;
background-image:url(../graph/centre-localisation-bas.png);
background-repeat:no-repeat;
}

.centre-droit-temoignages {
width:240px;
height:300px;
}
.centre-droit-temoignages-titre {
width:240px;
height:45px;
background-repeat:no-repeat;
}
.centre-droit-temoignages-fond {
width:200px;
height:auto;
background-image:url(../graph/centre-temoignages-fond.png);
background-repeat:repeat-y;
padding-left:14px;
padding-right:26px;
padding-top:22px;
text-align:justify;
color:#444444;
}
.centre-droit-temoignages-bas {
width:240px;
height:16px;
background-image:url(../graph/centre-temoignages-bas.png);
background-repeat:no-repeat;
}



/* Tooltip */

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: -55px;
    padding-top: 2px;
	padding-bottom:2px;
	padding-left: 4px;
	padding-right: 4px;
    color:#155697;
    border: 1px solid #98bc2b;
	background-image:url(../graph/blanc92.png);
	background-repeat:repeat;
    width:160px;
	height:85px;
	text-align:justify;
}
a#tooltip:hover em span {
    position: absolute;
    top: -10px;
    left: 56px;
    height: 10px;
    width: 19px;
    background:transparent url(../graph/villas-infobulle-fleche.png);
    margin:0;
    padding: 0;
    border: 0;
}