@charset "utf-8";
/* CSS Document */

#contenu {
		text-align:center;
		padding:0;
		margin:0;
	}
	
#contenu h3{
	font-size:1em;
	font-weight:normal;
}

#contenu h4{
	font-weight:normal;
	padding:10px;
}

.cache{
	display:none;
}

#contenu a{
	text-decoration:none;
	color:#000;
	font-size:0.9em;
}

#contenu a:hover{
	text-decoration:underline;
	color:#666666;
	font-size:0.9em;
}
