/* CSS Document */

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

* {
	padding: 0;
	border: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	margin: 0;
	font-size:10px;
	outline:none;
	line-height: 17px;
}

img {
	display:block;
}

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

a, a:link, a:visited {
	text-decoration: none;
	color:#000000;
	outline:none;
	cursor:pointer;
}

a:hover{
	text-decoration: underline;
	outline:none;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

strong, b {
	font-weight:bold;
}

.ajusteur	{ /* pour ajuster la hauteur de la ligne */
	clear:both;
	line-height:0px;
	font-size:1px;
	height:0px;
	color:#FFFFFF;
}
