/* CSS Document */
/**************BULLE INFO************************/
#bulle_info {
	background-color:#fff;
	border:1px solid #094c99;
	text-align:left;
	width:220px;
	top: 12px;
	display: none;
}
#bulle_info_schema {
	background-color:#fff;
	border:1px solid #094c99;
	text-align:left;
	width:400px;
	top: 12px;
}
#bulle_info h1, #bulle_info_schema h1 {
	margin:0;
	padding:2px 5px;
	background-color:#99CEE3;
	color:#094B98;
	font-size:11px;
	font-weight:bold;
	text-transform:uppercase;
}
#bulle_info p, #bulle_info_schema p {
	margin:5px;
	font-size:11px;
}
#bulle_info img, #bulle_info_schema img {
	margin-right:5px;
	margin-bottom:0px;
	*margin-bottom:-5px;
}

.zoneactive{
	width: 14px;
	height: 14px;
}
.zoneactive a{
	display:block;
	width: 14px;
	height: 14px;			
	text-decoration:none;
	background: url(../images/process/schema/zoneactive.png) no-repeat;
}
body.partenaires .zoneactive a {
	background: url(../images/partenaire/zoneactive2.png) no-repeat;
}
.zoneactive a span{
	display:none;
}
.zoneactive a:hover, body.partenaires .zoneactive a:hover {
	background-position:-14px 0;
}

