.button {color: #ffffff; font-family: Arial; font-weight: bold; font-size: 20px; background-color: #093254;}
.button_return {color: #ffffff; font-family: Arial; font-weight: bold; font-size: 20px; background-color: #1575c4;}

.headersection {color: #093254; font-family: Arial; font-weight: bold; font-size: 20px;}
.headercol {color: #093254; font-family: Arial; font-weight: bold; font-size: 16px;}
.texte {color: #093254; font-family: Arial; font-weight: normal; font-size: 12px;}
.texteform {color: #093254; font-family: Arial; font-weight: normal; font-size: 14px;}

a.tooltip {outline:none; }
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
	z-index:10;display:none; padding:14px 20px;
	margin-top:-30px; margin-left:28px;
	width:300px; line-height:16px;
}
a.tooltip:hover span{
	display:inline; position:absolute; color:#111;
	border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
	
/*CSS3 extras*/
a.tooltip span
{
	border-radius:4px;
	box-shadow: 5px 5px 8px #CCC;
}