@charset "utf-8";
/* CSS Document : balises régulières */

* { margin:0; padding:0; border:none; }

html, body
{
	height:100%;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
}
  
body { background:#F7E4DA url(../../../MEDIA/fond.png) repeat; }

a:link, a:visited, a:active	{ text-decoration:none; }
a:hover						{ text-decoration:underline; }
