/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
}

p {
	padding-left: 30px;
	color: #000033;
}


h2 {
	text-align: center;
	color: #000066;
	font-size: x-large;
}
h3 {
	text-align: left;
	color: #990033;
	font-size: large;
}

h4 {
	padding-left: 15px;
	font-size: medium;
	color: #000066;
}

h5 {
	padding-left: 45px;
	font-size: medium;
	color: #000066;
}



a {
	font-size: inherit;
	font-weight: bold;
}
a:link {
	color: #CC0066;
	text-decoration: none;
		font-weight: bold;

}
a:visited { color: #CC3399; text-decoration: none;}
a:hover { color: #CC0066; text-decoration: underline}
a:active { color: #CC0066; text-decoration: underline }

a.navigation:link {
	text-align: center;	
}

a.retour {
color: #000066;
	text-align: right;	
}

ul {
	color: #006699;
}

