body {
	background-color: #CCFF99;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}

h1 {
	text-align: center;
	
}
h2 {
	text-align: center;
	
}

h4 {
	text-align: center;
}

h5 {
	text-align: center;
}

p {
	text-align: center;
	
}

img {
    border: none;
}


a {
   text-decoration: none; 	 
   }
   
 a:link {
 text-decoration: none;
 color:blue;
 }
 
 a:visited {
 text-decoration: none;
 color:blue;
 }
 
a:hover {
   background: none; 
   }
a span { 
   display: none;
   color: blue;
   }
a:hover span { 
   display: block;
   }

table {
	width: 100%;
	text-align: center;
	border: none;
}

table td {
	text-align: center;
	vertical-align: top;
}

table td img{
	text-align: center;

}

table td p{
	text-align: justify;
	}

#page {
	text-align: center;	
}


dl, dt, dd, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#menu {
	margin-left: auto;   
	margin-right: auto;
	width: 80%;	
	text-align: center;	
	}
	
#menu dl {
	float:  left;
	width: 19.7%;
	margin: 0 1px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	background: #CCFF99;
	border: 1px solid black;
}
#menu dd {
border: 1px solid black;
}
#menu li {
text-align: center;
background: #CCFF99;

}
#menu li a, #menu dt a {
color: black;
font-weight: bold;
text-decoration: none;
display: block;
height: 100%;
border: none;

}
#menu li a:hover, #menu dt a:hover {
background: white;
}

#contenu {
	background-color: #FFFF99;
	margin-left: auto;   
	margin-right: auto;
	width: 80%; 
	margin-top: 30px;
}

.texte_page {
	text-align: justify;
}
