body 
{
	position: relative; 
	margin: 0; 
	padding: 0;
}
div.content 
{
	margin: 5em 5em 10em 5em; 
	padding: 10px;
 	color: black; 
	font-family: Arial, sans-serif; 
	border: solid #FFD700;
}
div.content p 
{
	margin: 0 1em 1em; 
	padding: 0; 
	line-height: 1.3;
}
h1 
{
	margin: 0.5em -4px 0.5em; 
	padding: 0.33em 0 0.167em;
  font: bold 200% sans-serif; 
	vertical-align: middle;
	color: #008B8B; 
	letter-spacing: 0.5em; 
	text-transform: lowercase;
}
dt {font-weight: bold;}
dd {margin-bottom: 0.66em;}
a:link {color: blue; text-decoration: none;}
a:visited {color: purple; text-decoration: none;}
a:link:hover {color: red; text-decoration: underline;}
a:visited:hover {color: maroon; text-decoration: underline;}
code, pre 
{
	color: #446; 
	font-family: monospace;
}
code {font-size: 110%;}

body 
{
	background: #2F4F4F;
	background-image : url(../images/champi-livre-darkslategray.jpg);
	background-position : right bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
}
div.content 
{
	background: #8FBC8F; 
	background-image : url(../images/champi-livre-seagreen.jpg); 
	background-position : right bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
}
div.content h1 {background: #CCC; border: 1px solid gray; padding: 0.5em 1em 0.25em;}
div.content h2 
{
	background: #2E8B57 ; 
	background-image : url(../images/champi-livre-darkseagreen.jpg); 
	background-position : right bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
	color: white; 
	padding: 0.5em; 
	margin: 0 -12px 0.5em; 
	border-color: #FFD700; 
	border-width: 2px 0; 
	border-style: solid;
}
span.note 
{
	font: Italic 80% sans-serif;
	background: #DCDCDC;
	border: none;
}
div.news 
{
	border: solid gray 2px;
	font: 80% sans-serif; 
/*	width: 50em;*/
	margin: 1em 1em 1em 1em;
	padding: 10px;
	background: #F0E68C; 
	background-image : url(../images/champi-livre-khaki.jpg); 
	background-position : right bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
	
}
div.news h1 
{
	background: none; 
	font: bold 120% sans-serif; 
	border: 1px solid gray;  
	margin: 0 12px 12px 12px; 
	padding: 0.33em 0 0.167em 0.5em;
	vertical-align: middle;
	color: black; 
	letter-spacing: 0; 
	text-transform: lowercase;
}
div.report 
{
	border: 1px dashed gray;  
	color: #446; 
	font-family: monospace;
	padding: 10px;
	background: #F0E68C; 
	background-image : url(../images/champi-livre-khaki.jpg); 
	background-position : right bottom;
	background-repeat : no-repeat;
	background-attachment : fixed;
}
div.cadrevide
{
	padding: 5px;
	margin: 5px;
	margin-top: -3px;
}
.maintable
{
       border: 1px solid #555;
       padding: 5px;
}

.subtable
{
	width: 100%;
	border: 0;
	padding-top: 5px;
	padding-bottom: 5px;
}