/* CSS Document */


.table {
	margin:20px auto;
	padding:30px;
	display:block;
	width:450px;
	background-image:url(images/etoiles.jpg);
	background-repeat:repeat;
}

.centrer {
	text-align:center;
	line-height:50px;
	height:50px;
}

.couleur1, .couleur2 {
	color:#990000;
	font-variant:small-caps;
	font-weight:bold;
}

.couleur1 {
	background-image:url(images/texture.gif);
	background-repeat:repeat;
}

.couleur2 {
	background-image:url(images/fond_titres.gif);
	background-repeat:repeat;
}

.asterisque {
	font-size:0.7em;
	font-style:italic;
}