/* CSS Document */

/************************************/
/* généralités                      */
/************************************/

* {
margin: 0;
padding: 0;
border: 0;
font-family: Arial, sans-serif;
font-size:12px;
font-weight: normal;
font-style: normal;
text-decoration: none;
}

body {
	height: 100%;
	font-family: Arial,sans-serif;
	color: #000000;	
	background-color:#f4dfa7;
	background-image:url(/images/fondBody.gif);
	background-repeat:no-repeat;
	background-position:50% 0%;
}


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;
}

.legendeGauche {
	position:relative;
	float:left;
	margin-top:6px;
	margin-right:15px;
	
}
.legendeDroite {
	position:relative;
	float:right;
	margin-top:6px;
	margin-left:15px;
}
