@charset "UTF-8";
/* CSS Document */

/* MISE EN PAGE DE LA TYPOGRAPHIE */	

h1 {
	font-size:16px;
	color:#D4AA66;
	font-weight:bold;}
	
h1.galerie {
	font-size:24px;
	color:#D4AA66;
	font-weight:bold;}
	
h2 {
	font-size:14px;
	color:#D4AA66;
	font-weight:bold;
	font-family: Verdana;
	text-align: right;
}
h3 {
	font-size:12px;
	color:#D4AA66;
	font-style:normal;
}
	
p.horaires {
	font-size:10px;
	text-align:right;
	color:#560E2B;}
	
span.emphase {
	color:#560E2B;
	font-weight:bold;
	}

a {
	color:#560E2B;
	text-decoration:none;
	}
	
	
	
a:hover {
	color:#C96;
	}

a:visited {
	color:#560E2B;
	text-decoration:none;
	}
