/* CSS Document */

body, html {
	background-color: #FFFFFF;
	color:#666666;
	font-size: 10px;
	margin: 0em;
	padding: 0em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
#centrage {
	position: absolute;
	width: 40em;
	height: 55em;
	left: 50%;
	top: 1em;
	margin-left: -20em;
	border: 0.1em solid #666666;
	}
	
#centrage a {
	color: #333333;
	text-decoration: none;
	}
	
#centrage a:hover {
	color: #64A955;
	}
	
#centrage p {
	font-size: 1.2em;
	}
	
#centrage strong {
	font-size: 1.3em;
	}
	
#image {
	position: absolute;
	width: 40em;
	height: 6em;
	}
	
#contenu {
	position: absolute;
	width: 36em;
	height: 44em;
	left: 2em;
	top: 8em;
	overflow: auto;
	text-align: justify;
	}
