/* Reset all */

*
{
	padding: 0;
	margin: 0;
	font-size: 10px;
	text-decoration: none;
	color: #000000;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
	line-height: 1.4em;
	
	font-weight:normal;
}

ul, li, h1, h2, h3, h4, h5, h6, p, #conteneur, #header, #footer, #menu, #contenu, {
	text-align:left;
}

b, strong
{
	font-weight:bold;
	font-family: Verdana, Geneva, sans-serif;
	
	}

img {
border:0px;
}

img a {
border:0px;
}

body {
	background:#D6E1ED;
}