body{
	margin: 0px;
	padding: 0 0 0 10px;
	/*background-position: top left ;*/
	/*background-color: #000 ;*/
	/*background-repeat: repeat-y ;*/
	/*background-position:left;*/
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	/* http://edu.ca.edu/article67.html */
	font-family: "Trebuchet MS"; 
	/*font-family: "Verdana", sans-serif; */
	/*font-family: "Times New Roman", serif; */
	font-size: 1,2em; /*small; */
	color:#fff;
	background-color:#000;
	cursor:default;
}

a {
	color:#ccc;
	outline:none;
}
a:hover {
	color:#fff;
}

#contenant {
	width:1050px;
	}
#bandeau {
	width:999px;
	}

#contenu {
	float:left;
	width:1024px;
	min-height:500px;
	padding:0px;
	margin:0;
	text-align:justify;
	}
#pied_page {
	clear:both;
	height:75px;
	font-family: "Trebuchet MS";
	color:#FFF;
	font-size: small;
	}

