@charset "utf-8";
#totale {
	position: absolute;
	height: 180px;
	width: 100%;
	overflow: hidden;
	border: thin none #000;
	z-index: 300;
	left: 0px;
	top: 0px;
}
#totale_2 {
	position: absolute;
	height: 540px;
	width: 100%;
	overflow: hidden;
	border: thin none #000;
	z-index: 100;
	left: 0px;
	top: 260px;
}


#menu_div {
	position: relative;
	float: right;
	top: 50px;
	border: medium none #000;
	right: 0px;
}
#menu_principal {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	left: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	text-transform: none;
	height: 50px;
}
#contact {
	float: none;
	position: absolute;
	right: 20px;
	top: 60px;
}
#location {
	float: none;
	position: absolute;
	right: 120px;
	top: 60px;
}

.contact {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	float: none;
	color: #003300;
}

#lien {
	float: none;
	position: absolute;
	right: 20px;
	top: 30px;
}
.contact a {
	text-decoration: none;
	color: #003300;
}
.contact a:hover {
	color: #8A2187;
	text-decoration: underline;
}



.menu_p {
	float: left;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	height: 50px;
	background-color: #CF9;
}
.menu_a {
	float: left;
	width: 150px;
	text-align: center;
	vertical-align: middle;
	height: 50px;
}
#menu_1 {
	float: left;
}


#menu_div #menu_principal li a {
	color: #7E1974;
	font-style: normal;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;	
}

#menu_principal #menu_2 a:hover {
	font-weight: normal;
	text-decoration: underline;
	background-color: #FDFACD;
}
#menu_principal #menu_3 a:hover {
	font-weight: normal;
	text-decoration: underline;
	background-color: #AAFFAA;
}
#menu_principal #menu_4 a:hover {
	text-decoration: underline;
	background-color: #CCFFCC;
}

#menu_principal #menu_5 a:hover {
	text-decoration: underline;
	background-color: #E6CCFF;
}
body
{
   width: 100%;
   margin: auto; /* Pour centrer notre page */
   margin-top: 2px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 2px;    /* Idem pour le bas du navigateur */
}
#logo {
	float: left;
	position: relative;
	margin: 10px;
}
#ifmv {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 36px;
	font-weight: normal;
	color: #841681;
	float: left;
	margin-top: 10px;
	position: relative;
}
#ecole {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #6EA823;
	float: left;
	position: relative;
	margin-left: 20px;
}
#droite #base h3 ul {
	list-style-position: outside;
	list-style-type: none;
}
