/* -------------------------------- */
/*        STYLES DES BALISES        */
/* -------------------------------- */
html {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:auto;
}
body {
	margin:0;
	padding:0;
	width:100%;
	height:100%;
	overflow:auto;
	
	font-family:Arial,Verdana,sans-serif;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	font-size:12px;
	line-height:inherit;
	color:#B5B5B5;
	
	background-color:#000000;
}

#content {
	background-image:url(../img/bg.jpg);
	background-position:center top;
	background-repeat:no-repeat;
}

img { border:0; }
/*table { border-collapse:collapse; }*/

/*td {
	text-align:left;
	vertical-align:top;
}*/

form,h1,h2,h3,h4,h5,h6 {
	margin:0;
	padding:0;
}

a, a:link, a:visited, a:active {
	color:#B5B5B5;
	text-decoration:underline;
/*	outline:none;*/
}
a:hover {
	color:#ffffff;
	text-decoration:underline;
/*	outline:none;*/
}

