

body 
{
	font: 85%/1.5 arial, helvetica, serif;
	background: url(Images/Fonds/Fond_Numerique.jpg);
	text-align: center;
	padding: 0;
	margin: 0;
}

header 
{
	width : 1024px;
	background: none;
	text-align: left;
	padding: 0;
	margin: auto;
	margin-bottom: 20px auto;
}


#container 
{
	width: 75em;
	font-weight: bold;
	text-align: left;
	border: 0px solid #7C6240;
	margin: 8px auto;
}


#nav, #nav ul 
{
	float: left;
	width: 75em;
	list-style: none;
	line-height: 1;
	background: white;
	padding: 0;
	border: solid #7C6240;
	border-width: 2px 0;
	margin: 0 0 1em 0;
}

#nav a 
{
	display: block;
	width: 15em;
	w\idth: 10em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav b 
{
	display: block;
	width: 15em;
	w\idth: 10em;
	color: #7C6240;
	text-decoration: none;
	padding: 0.25em 2em;
}

#nav li 
{
	float: left;
	padding: 0;
	width: 15em;
}

#nav li ul 
{
	position: absolute;
	left: -999em;
	height: auto;
	width: 15em;
	border-width: 0.2em;
	margin: 0;
}

#nav li li 
{
	padding-right: 1em;
	width: 14em
}

#nav li ul a 
{
	width: 13em;
}

#nav li ul ul 
{
	margin: -1.5em 0 0 15em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul 
{
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul 
{
	left: auto;
}

#nav li a:hover, #nav li a.sfhover 
{
	background: #FFFF00;
	font-color: ADD8E6;
}

#content 
{
	clear: left;
}

#paragraphe
{
	width: 1024px;
	font-family: arial;
	text-align: center;
	margin: auto;
	padding-top: 35px;
	font-size: 1.15em;	
}

h2 h3
{	color:blue;
}

#Tour
{	float: left;
}

#Audi
{	float: right;
	margin-left: 30px;
}

#text
{	text-align: left;	
}

#text a
{
	text-decoration: none;	
	color: black;
}

#text a:hover
{
	text-decoration: none;	
	color: white;
	background-color: red;
}

footer
{	width: 1024px;
	text-align: right;
	margin: auto;
}

</style>

<script type="text/javascript"><!--//--><![CDATA[//><!--

sfHover = function() {
	var sfEls = document.getElementById("nav").getElementsByTagName("LI");
	for (var i=0; i<sfEls.length; i++) {
		sfEls[i].onmouseover=function() {
			this.className+=" sfhover";
		}
		sfEls[i].onmouseout=function() {
			this.className=this.className.replace(new RegExp(" sfhover\\b"), "");
		}
	}
}
if (window.attachEvent) window.attachEvent("onload", sfHover);

//--><!]]></script>

