@charset "iso-8859-1";
/* CSS Document */

.encadre_image { border: 5px solid #FFF; }

body
{
	background-color: #333;
	margin: 0px;
	padding: 0px;
	font: normal 12pt "Palatino Linotype", "Book Antiqua", Palatino, serif;
	color: #FFF;
}

a:link
{
	color: #FFF;
	text-decoration: none;
}

a:hover
{
	color: #F93;
	text-decoration: underline;
}

a:visited
{
	color: #FFF;
	text-decoration: none;
}

.centrer { text-align: center; }
.texteNoir { color: #000; }
