#tooltip {
	position: absolute;
	z-index: 3000;
	border: 1px solid #111;
	background-color: #eee;
	padding: 15px;
	opacity: 0.85;
	-moz-border-radius: 10px;
	-khtml-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 350px;
}
#tooltip h3, #tooltip div { margin: 0; }


#tooltip.pretty {
    background-color:#f9f9f9;
    border:1px solid #e5e4e9;
	padding-top: 5em;
}

#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 10pt;
	width: 220px;
	text-align: center;
}
#tooltip.pretty div { width: 220px; text-align: left; }

#tooltip.fancy {
    
    background-color:#f9f9f9;
    border:1px solid #e5e4e9;
	padding-top: 5em;
	/*height: 100px;*/
}
#tooltip.fancy.viewport-right {
	background: url('../images/shadow2-reverse.png');
}



#extended { margin: 2em 0; }
#extended label { text-decoration: underline; }
#yahoo { width: 7em; }
#right, #right2 { text-align: right; }
#tooltip.right { width: 250px; }
#fancy2 { float: right; }

#tooltip.pretty div { width: 220px; text-align: left; }


#tooltip.pretty {
	font-family: Arial;

	width: 210px;
	padding:20px;
	/*height: 135px;*/
	opacity: 0.8;
	background: url('../images/shadow.png');
}
#tooltip.pretty h3 {
	margin-bottom: 0.75em;
	font-size: 12pt;
	width: 220px;
	text-align: center;
}





#tooltip .portrait{
    height: 100px;
    width: 80px;
    float: left;
}
#tooltip .portrait img{
    margin: auto;
    border: 1px solid #000;
}
#tooltip .identite{
    float: left;
    width: 270px;
}
#tooltip .identite .nom{
    font-weight: bold;
    font-size: 16px;
    margin: 0px 0px 5px 0px;
}
#tooltip .identite div label{
    font-weight: bold;
}

#tooltip .identite .nom.service1 {
    color: #6FACDB;
}
#tooltip .identite .nom.service2 {
    color: #5354A4;
}
#tooltip .identite .nom.service3 {
    color: #B271B1;
}
#tooltip .identite .nom.service4 {
    color: #CCA131;
}
#tooltip .identite .nom.service5 {
    color: #2FAD49;
}
#tooltip .identite .nom.service6 {
    color: #B5044C;
}
#tooltip .identite .nom.service7 {
    color: #EC6E3C;
}
#tooltip .identite .nom.service8 {
    color: #72C6AF;
}
#tooltip .identite .nom.service9 {
    color: #E62458;
}