body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	background-color:e7e8cc;
	background-color: #3c3c3c;
}
#page{
 position:relative;/*contient tout les autres calques*/
 margin: 0px auto;
 width:947px;
 text-align: left; /*on r&eacute;tablit l'alignement normal du texte */
}

h1 {
	font-size: 14px;/*16*/
	font-family: Verdana;
	font-weight: normal;
	color: #ffffff;
	background-color: #cc0000;
}

h2 {
	font-size: 10px;
	font-family: Verdana;
	font-weight: bold;
	color: #ffffff;
	background-color: #cc0000;
}

p {
	font-size: 10px;
	font-family: Verdana;
	color: #ffffff;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	color: #FF0000;
	text-decoration: underline;
}

.photographer {
	color: #CCCCCC;
}

