body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg.jpg);
	background-attachment: scroll;
	background-position: top;
	background-repeat: no-repeat;
	background-color: #068fb8;
	font-family: Comic Sans MS, Comic Sans MS, cursive;
	font-size: 14px;
	color: #003366;
}
.titre {
	font-size: 16px;
	font-weight: bold;
}
a:link {
	color: #003366;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #003366;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
	background-color: #FF6600;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}
.border {
	border: 6px solid #FFFFFF;
}
.taille14 {
	font-size: 14px;
	font-weight: bold;
}
.taille18 {
	font-size: 18px;
	font-weight: bold;
}

