/************************************/
/* généralités                      */
/************************************/

* {
margin: 0;
padding: 0;
border: 0;
font-family: Arial, sans-serif;
font-size: 11px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

body {
	height: 100%;
	font-family: Arial,sans-serif;
	color: #000000;	
	background-color: #ffffff;
	margin-left: 7px;
	margin-top: 4px;
}


a, a:link, a:visited, a:hover {
	color: #005FA9;
}

a:hover{
	text-decoration: underline;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font-size: 100%;
 font-style:italic;
 color: #334d55;
}

strong {
	font-weight:bold;
}

em {
 font-style:italic;
}

.alignGauche {
	float:left;
}
.ajusteur {
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	color:#FFFFFF;
}