/* CSS Document */
	body{
	background-color:#4D2201;
	}
	
	#globale{
	background-color:#0f0800;
	height: 486px;
	width: 100%;
	position: absolute;
	top: 75px;
	left: 0px;	
	}
	
	#cadre{
	height: 639px;
	width: 850px;
	position: absolute;
	left: 50%;
	margin-left: -425px;
	top:23px;
	}
	
#haut{
	height: 100px;
	width: 280px;
	position: absolute;
	left: 565px;
	top:0px;
	margin: 0px;

	}

	#menu2 {
	background-color: transparent;
	width:109px;
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:11px;
	position: absolute;
	top:63px;
	left: 10px;
	}

	#menu2, #menu2 ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
	}

	#menu2 ul a:link, #menu2 a:visited {
	display: block;
	border: none;
	text-decoration: none;
	text-align: left;
	padding: 1px 0px;
	color:#937D51;
	}

	#menu2 ul a:hover {
	color: #693813;
	border: none;
	}

	#menu2 li {
	padding: 1px 0px;
	margin: 0;
	}

	#menu2 li ul {
	position: absolute;
	top: 8px;
	left: 5px;
	display: none;
	}

	#menu2 li:hover ul, #menu2 li.sfhover ul {
	display: block;
	width: 198px;
	}
	
	#contenu{
	height: 345px;
	width: 493px;
	position: absolute;
	top: 124px;
	left: 365px;
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:12px;
	color:#693813;
	}
	
	#coordonnees{
	position: absolute;
	top: 580px;
	left: 50%;
	margin-left: -425px;
	font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
	font-size:14px;
	color:#0f0800;
	width: 850px;
	height: 100px;
	text-align: center;	
	}


INPUT {
     color:#0f0800;
     background-color:#F0DFB0;
     font-size:1em;
     font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
}
SELECT {
     color:#0f0800;
     background-color:#F0DFB0;
     font-size:1em;
     font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
}
TEXTAREA {
     color:#0f0800;
     background-color:#F0DFB0;
     font-size:1em;
     font-family:"Lucida Grande", Lucida, Verdana, sans-serif;
}

