/* CSS Document */
a {
	color: #E91010;
	text-decoration: none;
}
a:hover {
	color: #FDE59D;
}
a.bleu {
	color: #CAD7F8;
	text-decoration: none;
}
a.bleu:hover {
	color: #011341;
	text-decoration: none;
}
	
a.vert {
	color: #9DE5A2;
	text-decoration: none;
}
a.vert:hover {
	color: #022805;
	text-decoration: none;
	
}	
a.blanc {
	color: #FF6000;
	text-decoration: none;
}
a.blanc:hover {
	color: #FABF85;
	text-decoration: none;
	
}
.texte {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.spectacles {
	font-family: "Times New Roman", Times, serif;
	font-size: 20px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
.texte-goutte {
	font-family: "Times New Roman", Times, serif;
	font-size: 18px;
	font-style: italic;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #62AC95;
	text-decoration: none;
}
.titre-parcours {
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.copyright {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
}
.titre-photos {

	font-family: "Times New Roman", Times, serif;
	font-size: 33px;
	font-style: normal;
	line-height: normal;
	font-weight: bold;
	font-variant: normal;
	text-transform: none;
	color: #333333;
	text-decoration: none;
}
