.titreportail {
	font-family: "Arial Narrow";
	font-size: 28px;
	font-style: italic;
	font-weight: bold;
	color: #FFFFCC;
	text-align: center;
	text-decoration: none;
}

.titre-url {
	font-family: Arial;
	font-size: 9px;
	text-align: right;
	letter-spacing: 1px;
	color: #FFFFAE;
	text-decoration: none;
}

.menu-haut {
	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform: uppercase;
	color: #660066;

}
.encart {
	font-family: Verdana;
	font-size: 13px;
	font-style: italic;
	font-weight: bold;
	color: #0066CC;
	border: none;
	background-position: center;
	padding: 3px;
	margin: 4px;
	text-align: center;
}
.menuderoulant {
	font-family: Verdana;
	font-size: 9px;
	font-style: italic;
	font-weight: normal;
	color: #003399;
	background-color: #CEE6F0;
	background-position: center;
	padding: 2px;
	border: 1px solid #FFFFCC;
	width: 170px;
	float: right;

}
.titre-menu {

	font-family: Verdana;
	font-size: 11px;
	font-weight: bold;
	line-height: 11px;
	text-transform: uppercase;
	color: #006699;
}
.autresportails {
	font-family: "Arial Narrow";
	font-size: 11px;
}
.titre-thema {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-style: normal;
	font-weight: bold;
/*	color: #0066CC;*/
	color: #C00000;

}

table.menu {
background-color: #FFC6C6;
border: 1px solid #999999;
cursor: hand
} 
table.titre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #003399;
font-style: italic;
font-weight: normal;
} 
td.soustitre {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #003399;
background-color: #FFD1D1;
font-style: italic;
font-weight: normal;
background-position: center;
cursor: hand
}

td.soustitre a {
color: #003399;
text-decoration: none;
}

td.soustitre a:hover {
	color: #003399;
	text-decoration: underline;
}

div.bulle {
     position:relative;
     color:#396a86;
     text-decoration:none;
     font-family:arial, verdana, sans-serif;
     text-align:center;
     font-size:11px;
}
   
div.bulle:hover {
  	background: none;
  	z-index: 50;
}

div.bulle span {
 	display: none;
}

div.bulle:hover span {
	display: block;
	position: absolute;
	top: -10px;
	left: 40px;
	font-family:arial, verdana, sans-serif;
	text-align:justify;
	font-size:12px;
	font-weight:normal;
	width:400px;
	background: white;
	padding: 5px;
	border: 1px solid #62c0f4;
	border-left: 10px solid #62c0f4;
}