/* CSS Document */
#annuaire {
	height:500px ;
	overflow:scroll;
}
.titreactivite {
	color: #0079bc;
	font-weight:bold ;
	font-size:11px;
	text-transform:uppercase;
	text-align:left;
	border-bottom: dotted 1px #CCCCCC;
	margin-bottom:10px;
}
.entreprise {
	color:#666666;
	font-size:11px;
	text-transform:uppercase;
	text-align:left;
	padding-left:15px;
}
.entreprise a {
	text-decoration:none ;
	color:#999999;
}
.entreprise a:hover {
	color:#666666 ;
}

.cartotitre{
	background-color:#1e5979;
	background-image:url(../images/carte/degradecartotitre.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#004368;
	height:25px;
	font-size:12px;
	padding-left:3px;
	padding-right:3px;
}
.cartotitre:hover{
	background-color:#1e5979;
	background-image:url(../images/carte/degradecartotitrerev.gif);
	background-repeat:repeat-x;
	background-position:top;
	color:#004368;
}
.cartotitre a {
	color:#004368;
	height:25px;
	font-size:12px;
	font-weight:normal;
}
.cartomenu_separateur{
	background-image:url(../images/carte/menucarto_separateur.gif);
	background-repeat:no-repeat;
	padding:0px;
	margin:0px;
	width:1px;
}
.fonction_carto_gauche {
	background-image:url(../images/carte/menucarto_01_off.gif);
	background-repeat:no-repeat;
	padding-right:5px;
	font-size: 12px;
	height:40px;
	font-weight: bold;
}
.fonction_carto_gauche_on, .fonction_carto_gauche:hover {
	background-image:url(../images/carte/menucarto_01_on.gif);
	background-repeat:no-repeat;
	padding-right:5px;
	font-size: 12px;
	height:40px;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}
.fonction_carto_droite {
	background-image:url(../images/carte/menucarto_03_off.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:5px;
	font-size: 12px;
	height:40px;
	font-weight: bold;
}
.fonction_carto_droite_on, .fonction_carto_droite:hover {
	background-image:url(../images/carte/menucarto_03_on.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-left:5px;
	font-size: 12px;
	height:40px;
	font-weight: bold;
	color:#FF0000;
	text-decoration:none;
}
.fonction_carto {
	background-image:url(../images/carte/menucarto_02_off.gif);
	background-repeat:repeat-x;
	font-weight: bold;
	color: #a7a7a7;
	margin: 0px;
	font-size: 12px;
	height:40px;
	padding-left:4px;
	padding-right:4px;
}
.fonction_carto:hover {
	background-image:url(../images/carte/menucarto_02_on.gif);
	background-repeat:repeat-x;
}
.fonction_carto:hover a, .fonction_carto_gauche:hover a, .fonction_carto_droite:hover a {
	color: #004368;
}
.fonction_carto a, .fonction_carto_gauche a, .fonction_carto_droite a  {
	color: #a7a7a7;
	text-decoration:none;
}
.fonction_carto a:hover, .fonction_carto_gauche a:hover, .fonction_carto_droite a:hover {
	color: #004368;
	text-decoration:none;
}
.fonction_carto_on {
	font-weight: bold;
	color: #004368;
	background-image:url(../images/carte/menucarto_02_on.gif);
	background-repeat:repeat-x;
	margin: 0px;
	padding: 0px;
	padding-left: 4px;
	padding-right: 4px;
	font-size: 12px;
	height:40px;
}
.fonction_carto_on a, .fonction_carto_gauche_on a, .fonction_carto_droite_on a  {
	color: #004368;
	text-decoration:none;
}

.tooltip {
	padding:5px;
	background-color:#FFFFFF ;
	border: solid 1px #CCCCCC;
	font-size:10px;
	font-weight:bold ;
	opacity: 0.8;
	filter:alpha(Opacity=60);
	text-align:center;
}

.liengoogleapi {
	color:#0000FF;
	text-decoration:underline;
}
