/* CSS Document */

/************************************/
/* Initialisation                   */
/************************************/

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

img {
	display:block;
}

body {
	height: 100%; /* debug selection de texte */
	color: #000000;
	background-color: #ffffff;
	/* centrage de la page */
	text-align: center; /* pour corriger le bug de centrage IE */
	/**/
}

a, a:link, a:visited, a:hover {
	text-decoration: underline;
}

a:hover{
	text-decoration: none;
}

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, b {
	font-weight:bold;
}

.enLigne {
	display:inline;
}

.alignDroite
	{
	float: right;
	}
