@charset "UTF-8";
/* CSS Document */

#titre {
	color: #762123;
	background-color: #FFF;
}
#texte {

}
.cell {
	color: #FFF;
	background-color: #009EC1;
	text-align: center;
	border: thin double #000;
}

.cell:hover {
	color: #FFF;
	background-color: #00426F;
	text-align: center;
}
#important {
	color: #000;
	background-color: #F00;
}
.celltitle {
	color: #000;
	background-color: #DAA630;
	text-align: center;
	font-size: 20px;
}
#topMenu {
	background-color: #762022;
	color: #FED65E;
}
#background {
	position: absolute;
	left: 5%;
	top: 5%;
	right: 5%;
	border: medium double #000;
	background-color: #FFF;
}
body {
	background-image: url(background.jpg);
	background-repeat: repeat;
}
