body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	background-color: #73B7DA;
	margin-top: 50px;
	margin-left: 50px;
}
.linkLangue {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.langue {
	font-size: 11pt;
	font-weight: bold;
	color: #FFFFFF;
	padding-right: 3px;
}
.footer {
	font-size: 9pt;
	color: #FFFFFF;
	padding-left: 20px;
	padding-top: 5px;
}
.linkWhite {
	color: #FFFFFF;
	text-decoration: none;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
a:hover.linkLangue, a:hover.linkWhite{
	text-decoration:underline;
}
.menuOff {
	font-size: 11pt;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #73B7DA;
	font-weight: bold;
}
.linkMenu {
	color: #FFFFFF;
	text-decoration: none;
}
.menuOn {
	font-size: 11pt;
	color: #FFFFFF;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 20px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #73B7DA;
	font-weight: bold;
	background-color: #73B7DA;
}
.colorStreamfactPlus {
	color: #73B7DA;
}
.link {
	color: #73B7DA;
	text-decoration: underline;
}
a:hover.link {
	text-decoration:none;
}.TitrePage {
	font-size: 11pt;
	font-weight: bold;
}
.justify {
	text-align: justify;
}
.linkFAQ {
	color: #000000;
	text-decoration: none;
}
a:hover.linkFAQ {
	color: #439DCD;
	/*font-weight: bold;*/
	text-decoration: none;
}

/*style au survol */
a.survol {
text-decoration: none; /* définition du lien qui affichera le "calque" */
color: #000000;
}
a:hover.survol {
background: none; /* correction d'un bug IE */
color: #439DCD;
}
a.survol span { /* définition de la balise <span> inclue dans <a> */
display: none;
}
a:hover.survol span { /* définition de la balise <span> au survol */
display: inline;
position: absolute;
top: 195px; /* positions et dimensions du calque, que vous pouvez changer à loisir */
left: 540px;
width: 300px;
height: 100px;
text-align: left;
color: #000000;
}