/* CSS Document */
/* ---------------------------------------------------------------- Remise à zéro de tous les préformatages navigateurs */
	* {
		padding:0;
		margin:0
	}
	body {
		font-family: "Times New Roman", Times, serif;
		font-size:13px;
		background:none
	}
	a {text-decoration:none}
	a:hover {text-decoration:none}
	img{border:none}
	ul,li,radio,label{list-style:none}

/*-------------------------------------------------------------*/

#header, #footer {display:none;}
#main{
	width:600px;
	background:none;
}
