/* CSS Document */
body,td,th {
	font-family: Georgia, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
}
a:link {
	color: #FFCC66;
	text-decoration: none;
}
a:visited {
	color: #FFCC66;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
a:active {
	color: #CCCC33;
	text-decoration: none;
}
body {
	background-color: #CC0000;
	margin-left: 0px;
	margin-right: 0px;
	background-image: url();
	margin-top: 0px;
	margin-bottom: 0px;
}
table.large {
width: 100%;
} 
td.bas {
	height: 20px;
	background : #FFFFFF url(bas.gif) repeat-x ;
	font-color: #E98026;
}
td.haut {
	height: 20px;
	background : #FFFFFF url(haut.gif) repeat-x ;
	font-color: #E98026;
}
.Style2 {
color: #E98026;
font-size: 10px;
}
.absolutebottom {
vertical-align: bottom;
}
td.center {
text-align: center;
}
table.center {
margin: 0 auto 0 auto;
}
table.news {
border-top-style: dotted;
border-color: red;
border-top-width: 1px;
}