body {
	color: rgb(0, 0, 0);
	background-color: rgb(0, 0, 0);
	font-family: Century gothic, sans-serif;
	font-size: 11pt;
	font-weight: bold;
}

table.index {
	background-color: rgb(255, 255, 255);
	width: 800px;
	height: 600px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
}

table.principal {
	background-color: rgb(255, 255, 255);
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	background-image:url(../images/background.gif);
}

div.centered {
	margin-left: auto;
	margin-right: auto;
}

.bouton img {
	border: none;
}
.boutonsel img {
	background-color: black;
	border: none;
}
.bouton img:hover {
	background-color: pink;
}
.bouton {
	border: none;
}

.boutoninv img:hover {
	background-color: black;
}
.boutoninv {
	background-color: pink;
	border: none;
}

.boutona img {
	border: none;
}
.boutonasel img {
	background-color: red;
	border: none;
}
.boutona img:hover {
	background-color: pink;
}
.boutona {
	border: none;
}

td, table, tr, img {
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

table {
	border-width: 0px;
}

input {
	border: 1px black solid;
}

.titrepage {
	font-size: 14pt;
	color: #ff0066;
	background: none;
}

.question {
	font-weight: bold;
	background-color: #ADDFFF;
/*	background-color: rgb(0, 155, 255);*/
}

.questionf {
	font-weight: bold;
	background-color: #FF99CC;
}

.lienpetit {
	font-size: 10pt;
}

.titreequipe {
	margin-top: 5px;
	display:block;
	font-weight: bold;
}
