@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
}


#header {
	height: 150px;
	width: 800px;
	background-image: url(images/Fond_header.jpg);
}
#conteneur {
	width: 800px;
	margin-left: -400px;
	position: absolute;
	left: 50%;
	top: -1px;
}
#conteneur #menu {
	margin-top: 20px;
	margin-bottom: 10px;
}
#conteneur #menu #menu_liste {
	background-image: url(images/fond_menu.jpg);
	background-repeat: no-repeat;
	height: 60px;
	width: 800px;
}
li {
	float: left;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	font-size: 24px;
}
#m1    {
	width: 160px;
	display: block;
	height: 60px;
	color: #7CC925;
	text-decoration: none;
}
#m1:hover {
	background-image: url(images/hover_vert.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFFFFF;
}

#m2 {
	color: #2EBEBF;
	text-decoration: none;
	width: 160px;
	display: block;
	height: 60px;
}
#m2:hover {
	background-image: url(images/hover_bleu.jpg);
	color: #FFFFFF;
}

#m3 {
	color: #DF1279;
	text-decoration: none;
	height: 60px;
	width: 160px;
	display: block;
}
#m3:hover {
	background-image: url(images/hover_rose.jpg);
	color: #FFFFFF;
}

#m4 {
	color: #79C723;
	text-decoration: none;
	display: block;
	height: 60px;
	width: 160px;
}
#m4:hover {
	background-image: url(images/hover_vert.jpg);
	color: #FFFFFF;
}

#m5 {
	color: #29BBBB;
	text-decoration: none;
	height: 60px;
	width: 160px;
	display: block;
}
#m5:hover {
	background-image: url(images/hover_bleu.jpg);
	color: #FFFFFF;
}
#conteneur   #contenu_vert {
	width: 800px;
	padding-bottom: 70px;
	background-image: url(images/Fond_contenu_vert.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
}
#conteneur #contenu_bleu {
	width: 800px;
	padding-bottom: 70px;
	background-image: url(images/Fond_contenu_bleu.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
}
#conteneur #contenu_rose {
	width: 800px;
	padding-bottom: 70px;
	background-image: url(images/Fond_contenu_rose.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	margin-top: 10px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	color: #666666;
}



h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	text-align: center;
}
#tableau_annee {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	border: 1px solid #85CC32;
	width: 616px;
	margin-left: 92px;
	margin-bottom: 30px;
}
td {
	border: 1px solid #81CB2E;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000000;
	text-align: center;
}
a {
	color: #DF1279;
}
.liens_noir {
	color: #000000;
	font-size: 17px;
	font-family: Arial, Helvetica, sans-serif;
}

.text {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	text-align: center;
	margin-bottom: 20px;
}
.text_droite {
	font-family: Arial, Helvetica, sans-serif;
	color: #333333;
	font-size: 16px;
	text-align: right;
	margin-bottom: 20px;
	padding-right: 250px;
}
.popup {
	background-image: url(images/Fond_popup_rose.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding-left: 20px;
	padding-bottom: 10px;
}

