body {

	color: #333333;
	width:800px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	background-color: #F3EBB8;
	font-family: verdana,tahoma, Helvetica, sans-serif;
	font-size: 12px;
	
}


a:link {
	color: #993366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #993366;
}
a:hover {
	text-decoration: none;
	color: #999999;
}
a:active {
	text-decoration: none;
	color: #990000;
}

table {
	color: #660033;
	font-family: verdana,tahoma,Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	
}


.align {
	font-size:12px;
}

.fixme {
	/* Netscape 4, IE 4.x-5.0/Win and other lesser browsers will use this */
  position: absolute; left: 20px; top: 10px;
}

<!--[if gte IE 5.5]>
<![if lt IE 7]>

.fixme {
  /* IE5.5+/Win - this is more specific than the IE 5.0 version */
  left: expression( ( 20 + ( ignoreMe2 = document.documentElement.scrollLeft ? document.documentElement.scrollLeft : document.body.scrollLeft ) ) + 'px' );
  top: expression( ( 10 + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop ) ) + 'px' );
}




.contenu {
	display: block;
	padding:10px 10px 10px 40px;
	text-align:justify;

}
.foot {
	text-align:center;
	font-size: 9px;
	font-weight: lighter;
	color: #999999;
}
.attention {
	font-family: verdana,tahoma,Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
