.titre {
	font-family: "Comic Sans MS", Arial, sans-serif;
	font-size: 24px;
	color: #666B54;
}
.bordure {
	border-right: thin outset #CCCCCC;
	border-bottom: thin outset #CCCCCC;
	border-top-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-top-style: outset;
	border-left-style: outset;
	border-top-width: thin;
	border-left-width: thin;

}

.texte {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}
body {
	background-image: url(bg.gif);
	background-color: #FFFDD9;
}