/* CSS Document */
body {	
	background-color: #FFFFFF;
	font-family: "Times New Roman", Times, serif;	
	font-size: 1em;	
	line-height: 1.5em;	
	color: #666666;
	margin-top: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
	margin-left: 1em
	}
a {	
	color: #666666;	
	text-decoration: none
	}	
h1, h2 ,h3, h4{
	color: #006A2A
	}
ul {
	margin: 0;
	padding: 0;
	list-style-type: disc;
	list-style-position: inside;
	}		
li a {
	color: #666666;
	}	
.flash{
	margin: 10px 0;
	position: relative;
	font-size: 1.2em;
	}	
.menu1{	
	position:absolute; 
	left:250px;
	display: block;
	position: relative;
	}
.menu1 ul {
	list-style-type: none;
	}
.menu1 li {
	display: block;
	background: url(/images/puce.gif) no-repeat 0 50%;  
	}	
	
.menu1 a {
	font-weight: bold;
	padding-left: 1em;
	color: #006A2A;
	text-decoration: none
	}
.logo{
	position: absolute;
	float:left;
	}	 
.spacer {clear:both;}	
 