/* CSS Document */
body {
	background-image: url(images/contenu.gif);
    background-attachment: fixed;	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px;
}

img {
	border: 0px;
}

p {
	text-align: justify;
	font-size: 14px;
	line-height: 18px;
	margin-left: 10px;
	margin-right: 10px;
}
	
h1 {
	font-size: 16px;
	color: #234c68;
	font-weight: bold;
	text-align: right;
	margin-right: 10px;
	color: #FF0000;
}

h2 {
	font-size: 13px;
	color: #5e7687;
	font-weight: bold;
}

h3 {
	font-size: 12px;
	color: #5e7687;
	font-weight: bold;
}

a {
	color: #666666;
	font-weight: normal;
	text-decoration: none;
}

a:hover {
	color: #FFCC00;
	font-weight: normal;
	text-decoration: underline;
}

