/**** Reset => http://net.tutsplus.com/tutorials/html-css-techniques/5-tips-to-writing-better-css ***/

html, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, p, blockquote, table, th, td { margin: 0; padding: 0; } 


body { 
	background-color:#6e9dc8;
	background-image:  url(images/bg/bg.jpg); 
	background-repeat: repeat;
	color: #285d87;
	font-family: "Trebuchet MS","Lucida Grande", Tahoma, Verdana, Geneva, Arial, sans-serif;
	font-size: small;
	letter-spacing: normal;
	line-height: 1.5em; 
	margin: 0px;
	text-align: center; /*centrage pour IE*/
	word-spacing: 0.1em;
	}

