body
{
	background-color: #333;
	color: #FFFFFF;
	font-family: "Arial";
	text-align:center;
}
a {  
text-decoration: none;
color: #FFFFFF;}
a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #666;
}
.rien
{
	list-style-type:none;
}
#menu_galeries
{
width:100%;
height:30px;
}
#menu_galeries a
{
	display:block;
   float:left; /*Pour que les blocs soient alignés horizontalement*/
   width:19%;
   height:30px;
   border:none; /*On enlève les bordures (enfin, on ne les met pas, même s'il n'y en avait pas)*/
   text-align:center; /*Pour que les liens soient centrés par rapport à l'horizontale*/
   text-decoration:none;
}
#header
{
	text-align: center;
}
#footer
{
	color:#666;
	text-align: center;
}

.cartouche {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

}

