body {
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #999933;
	
}
div{
	text-align: center;
}
img{
	border: none;	
}
#cartoucheIdentification{
	width: 100%;
	height: 209px;
	margin-top: 8%;
	background-image: url(../images/cartoucheIdentification.jpg);
	background-repeat: no-repeat;
	background-position: center;
}
#xdPhoto{
	position:absolute;
	margin: 0 auto;
	top:65%;
	width: 100%;
}
#piedDePage{
	position: absolute;
	bottom: 0px;
	margin: 0 auto;
    width: 100%;
}
a:link{
	text-decoration: none;	
	color: #333333;
}
a:visited{
	text-decoration: none;	
	color: #999999;
}
a:hover{
	color: #91cef4;
	text-decoration: underline;
}
