html, body {	
	margin: 0;
	padding: 0;
	height: 100%;
}
html, body, form, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
}
#container {
	position: relative;
	margin:0;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #container {
    height: auto;
}
#main {
	position: relative;
	width: 730px;
	margin: 0 auto;
	padding: 0;
}
#premier-element {
			margin-top: 0; /* évite tout risque de fusion des marges */
			padding-top: 10px;
			position: relative;
			left: -50px;
}
#slogan {
	font-size: 12px;
	color: #50C700;
	font-style: italic;
	position: relative;
	width: 200px;
	left: 170px;
	top: -5px;
}
#menu {
	position: absolute;
	left:0;
	width: 148px;
	height: 142px;
	background-image: url(images/fond_menu.png);
	background-repeat: no-repeat;
}
h1 {
	font-size: 18px;
	margin: 0;
	margin-bottom: 30px;
}
#centre p, #centre li {
	text-align: justify;
	line-height: 1.3;
}
#centre {
	margin-left: 160px;
}
#barre_haut {
	padding-bottom: 20px;
}
#barre_haut img {
	border-bottom: 1px solid #7C0;
}
a {
	color: #47D800;
}
a:hover {
	color: #E3A246;
}
#menu h2 {
	font-size: 12px;
	font-style: italic;
	font-weight: bold;
	color: #E3A246;
	margin: 0;
	padding-top: 8px;
}
#menu a, #menu ul {
	font-size: 11px;
	color: #47D800;
	text-decoration: none;
}
#menu ul {
	margin: 18px;
	margin-right: 0;
	padding:0;
}
#menu li {
	margin-bottom: 8px;
}
#menu a:hover {
	color: #E3A246;
}
#partenaires {
	color: #E3A246;
	padding-top: 30px;
	line-height: 2em;
}
#partenaires a {
	color: #E3A246;
}
#espace-bas {
	margin-bottom: 0; /* évite tout risque de fusion des marges */
	padding-bottom: 100px; /* évite le débordement sous le footer */
}
#footer {
	width: 100%;
	height: 100px;
	margin: 0;
	position: absolute;
	bottom: 0;
	background-image: url(images/herbe.png);
	background-repeat: repeat-x;
}
.copyright {
	font-size: 10px;
	color: #009900;
	position: relative;
	top: 65px;
}
.copyright a, .copyright a:hover{
	color: #009900;
	text-decoration: none;
}
