/* CSS Document */
body{
	background-color:#FFFFCC;
	width:700px;
	margin:auto;
}

p {
	font-family:"Times New Roman", Times, serif;
	font-size:24px;
	color:#0066FF;
	text-align:justify;
}

a{
	font-family: "Comic Sans MS";
	font-size:24px;
	color: #CC0000;
	font-style:italic;
}
a:hover{
	font-family: "Comic Sans MS";
	font-size:28px;
	color: #FF6600;
	font-style:italic;
}
h1{
	color: #0033FF;
	text-align:center;
}
#marqueur{
	font-family: "Comic Sans MS";
	font-size:24px;
	color: #0000FF;
	font-style:italic;


}
