/* --------------------------------------------------------------------------------------*/
/* ---------------------------- Propriétés générales */

*
{
	margin:0px;
	padding:0px;
	color:black;
	font-family:verdana;
	font-size:11px;
}

a, a *{
	margin:0px;
	padding:0px;
	border:0px;
	color:#025997;
	text-decoration:underline;
}

.footer, .footer *
{
  font-size:9px;
}

.footer a, .footer a *
{
  text-decoration:none;
}

.fond-page
{
	width:970px;
	margin-left:auto;
	margin-right:auto;
}


#helpBox {
position: absolute;
z-index: 1000;
top: 0px;
left: 0px;
width: 160px;
}
DIV.helpBoxDIV {
	width: 160px;
	padding: 2px;
	background: #FFFFCF;
	border: 1px solid #000000;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
line-height: 14px;
}