body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}
a {
	color: #028E0F;
	text-decoration:none;
}
a:hover {
	color: #FFCC14;
	text-decoration:none;
	background:#028E0F;
}
#conteneur {
	position: absolute;
	width: 910px;
	left: 50%;
	margin-left: -450px;
}
#header {
	height: 100px;
	text-align: center;
	background-color:white;
}
#gauche {
	float:left;
	width: 150px;
}
#centre {
	float:left;
	margin-left: 5px;
	height: 360px;
	background-color:white;
	background-image: url('images/affiche_fond_2009.jpg');
	background-repeat: repeat-y;
	width:600px;
	display: block;
}
#droite {
	float:left;
	width: 150px;
    display:block;
    margin-left: 5px;
}
#div_600 {
	display: block;
	text-align: center;
}

#pied {
	display: block;
	height: 10px;
	background-color: white;
	text-align: center;
}
p {margin: 0;}
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: relative;
	width: 150px;
}

#menu dt {
	cursor: pointer;
	background: #028E0F;
	height: 20px;
	line-height: 20px;
	margin: 2px 0;
	border: 1px solid gray;
	text-align: left;
	font-weight: bold;
	padding: 1px;
}

#menu dd {
	position: absolute;
	z-index: 100;
	left: 8em;
	margin-top: -1.4em;
	width: 12em;
	background: #028E0F;
	border: 1px solid gray;
}

#menu ul {
	padding: 2px;
}
#menu li {
	text-align: left;
	height: 20px;
	line-height: 20px;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	font-weight: bold;
}

#menu dt a:hover, li a:hover {
	background: #FFCC14;
}
.vertgras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #028E0F;
}
.jaunegras {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFCC14;
}
.rougegras {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: red;
}
.titre {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: bold;
	color: #028E0F;
	text-align: center;
}
.Style1 {
	font-size: 18px;
	font-weight: bold;
	text-align:center;
}
.emptylink a {
	background-color:white;
}
.compteur {
	font-size: 0.8em;
}
.monboutonvert {
	font-weight: bold;
	background: #028E0F;
	border: 1px solid gray;
}
.monboutonjaune {
	font-weight: bold;
	background: #FFCC14;
	border: 1px solid gray;
}
