body
{
	background-image: url("images/fond.jpg");
	background-attachment: fixed;	
	background-repeat: no-repeat;
	behavior: url(csshover.htc);
}	

p
{		
	width: 60%;
	border: 2px outset purple;
	padding: 15px;
	margin: auto;
	font-size: 1em;
	font-family: "Trebuchet MS";
	text-align: center;
	background-image: url("images/fond2.jpg");
	background-attachment: fixed;	
	
}

h3
{
	clear: left;
	width: 50%;
	padding: 5px;
	margin: auto;
	border-bottom: 2px outset black;
	font-family: "Trebuchet MS";
	text-align: center;
	background-image: url("images/fond2.jpg");
	background-attachment: fixed;
}

#menu
{
	font-weight: bold; 
	font-size: 90%; 
	font-family: trebuchet ms,arial,tahoma,verdana,sans-serif;
	
}

#menu li a
{
	text-decoration: none;	color: #000000;
}


ul ul 
{
	display: none; 
	position: absolute; 
	left: 190px; 
	top: -1px; 
	margin: 0px; 
	padding: 0px;
	BORDER-RIGHT: #b0b0b0 1px solid; 
	BORDER-TOP: #b0b0b0 1px solid; 
	BORDER-LEFT: #b0b0b0 1px solid; 
	BORDER-BOTTOM: #b0b0b0 1px solid; }

li 
{
	list-style-type: none; 
	position: relative; 
	width: 180px; 
	background-image: url("images/fond3.png");
	padding: 5px;
	margin: 0px;
}

li:hover, li.sfhover  
{
	background-image: url("images/fondmenu.png");
}

li:hover ul.niveau2, li li:hover ul.niveau3, li.sfhover ul.niveau2, li li.sfhover ul.niveau3 {display: block}





