/* Feulle de styles CSS */

/* Liens dans le menu */
.menu
{
color: #FF8500;
font-weight: bold;
text-decoration: none;
font-size: 18px;
}
	.menu:hover
	{
	text-decoration: underline;
	}
	
/* Footer */
.footer
{
color: #000000;
font-size: 12px;
}
	.footer a
	{
	text-decoration: none;
	}
		.footer a:hover
		{
		text-decoration: underline;
		font-weight: bold;
		}

/* titres des pages */
.titre
{
color: #6e3d1b;
font-size: 22px;
font-weight: bold;
text-decoration: underline;
}

a
{
color: #BB0000;
font-weight: bold;
text-decoration: none;
}
	a:hover
	{
	text-decoration: underline;
	}

#photozoom
{
	width: 250px;
	margin: auto;
	position: fixed;
	z-index: 5;
}