@charset "iso-8859-1";

body { 
	background:#004000 url(images/site_web_agricole.jpg) top center fixed;
	padding:0;
	color: #000040;
	background-repeat:no-repeat;
}

#main {
  width: 1000px ;
  margin-left: auto ;
  margin-right: auto ;
  margin-top:0;
  padding:0;
}

#entete {
  width:1000px; 
  height: 105px;
  padding:10px;
  position: fixed;
  background:#e5f6ff;
  top:0;
}

#entete h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	font-size:24px;
	margin-left: 380px;
	margin-top:-2px;
}

#adresse {
	margin-top: 30px;
	}

#menu {
	width: 470px;
	height: 30px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px;
	background-color:#4042fc;
	border-width:2px;
	border-color:#4042fc;
	border-style: solid;
	margin-left: 506px;
	margin-bottom:20px;
	top: 105px;
	position:fixed;
	}

#menu_texte {
	margin-left:12px;
	margin-top:6px;
	}	

#menu_texte a {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight:bold;
	color: #e5f6ff;	
	text-decoration: none;
	}
	
#menu_texte a:hover {
	color: #fff;	
	text-decoration: underline;
	}	
	
#contenu {
  width: 450px ;
  margin-left: 506px;
  padding:10px;
  background-color: #FFF;
  background:url(images/background.png);
  margin-top: 155px;
}
	