#marquee2 { 
position: absolute; 
top: 100px; 
left: 0px; 
margin: 0px; 
padding: 0; 
border-top: 1px solid #000; 
border-bottom: 1px solid #000; 
z-index: 1; 
background-image: url(header.jpg); 
background-repeat: 3; 
width: 100%; 
height: 100px; 
/* not worth screwing 
around with IE5/Win hack for the sake of a couple of pixels height */ 
}

body {
	background-color : #929b92;
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
}

TD {
	FONT-SIZE: 11px; 
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	COLOR: #000000;
}
A {
	COLOR: #339933;
}
A:link {
	COLOR: #339933;
}
A:visited {
	COLOR: #336633;
}
A:hover {
	COLOR: #339933; 
	TEXT-DECORATION: none;
}
.date {
	background-color : #D0DAD0;
	font-weight : bold;
	color: #339933;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
	text-transform : capitalize;
}
cite {
	background-color : #D0DAD0;
	font-style : italic;
	margin-left : 30px;
	padding-bottom : 2px;
	padding-left : 2px;
	padding-right : 2px;
	padding-top : 2px;
}
hr {
	color:#D0DAD0;
	width : 80%;
}
.header{
	font-weight : bold;
	COLOR: #339933;
}
ul,ol,li {
	FONT-FAMILY: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: square;
	list-style-image:url(/images/liste.gif);
}
