@charset "UTF-8";
/* CSS Document */

img, div, a, input { behavior: url(/script/iepngfix.htc) }

body,td,th {
	background:url(../img/fond_degrade.jpg) repeat-x top;
	font-family: helvetica, trebuchet, arial;
	font-size: 0.8em;
	color:#ffffff;
	text-transform:uppercase;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
a:link {
	color: #ffffff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#ffffff;
}
a:hover {
	text-decoration: underline;
	color:ffffff;
}
a:active {
	text-decoration: none;
	color:ffffff;
}

#contenant {
height:100%;
margin-left:auto;
margin-right:auto;
margin-bottom:0px;
margin-top:0px;
width:1000px;
}

.hackFloat {
clear:both;
}