
body {
	background-image: url();
	background-color: #333;
	width:100%;
	font-family: "Comic Sans MS";
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #FFF;
	text-align:center;
}

h1 {
	font-size: 46px;
	color: #00FF00;
	font-family:"Comic Sans MS";
	font-style: italic;
	font-weight: bold;
	margin:0 0 10px 0;
}

h2 {
	font-size:24px;
	display:inline-block;
	color: #FFFF00;
	text-align:center;
	text-decoration: none;
	font-weight:normal;
	font-style:italic;
	font-family:"Trebuchet MS";
	margin:10px 0 0px 0;
}

h3:hover {
    text-decoration: underline;
	color:#fff;
}

h3 {
	font-size:24px;
	display:inline-block;
	color: #00FF00;
	text-align:center;
	text-decoration: none;
	font-weight:normal;
	font-style:italic;
	font-family:"Trebuchet MS";
	margin:10px 0 0px 0;
}

h5 {
	font-size: 46px;
	color: #00FF00;
	font-family:"Comic Sans MS";
	font-style: italic;
	font-weight: bold;
	margin:0 0 10px 0;
}

div.gallery {
	overflow:hidden;
	width:970px;
	margin: auto;
	text-align:center;	
}

div.gallery .annee {
	float:left;
	width:120px;
	color: #FFFF00;
	margin:-4px -6px -4px 0;
}

.clear {
	clear:both;	
}
