#baniere {
	margin: auto;
	width: 100%;
	height: 100px;
	background-image: url("../image/baniere_1.gif");
	background-repeat: no-repeat;
	background-position: center;
	background-attachment: scroll;
}

table.video {
	background-image: url("../image/video_1.gif");
	text-align: center;
}
td.idee {
	color: #22baf9;
	font-size: 24;
	font-weight: bold;
}
a.ok{
	color: #D3A63D;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
}
a.ok:hover {
	color : #1467F7;
	text-decoration: blink;
}
a.ok:active {
	color: #D3A63D;
	text-decoration: none;
}

#menu {
	width: 100%;	/* Très important : donner une taille au menu */
	height: 44px;
	text-align: center;
	margin-bottom: 20px;
}
	a{
	color: white;
	font-size: 14;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color : #1467F7;
	text-decoration: blink;
}
a:active {
	color: white;
	text-decoration: none;
}
#corps {
	width: 100%;
	color: black;
	margin-bottom: 20px;
}
#pied {
	color: black;
	text-align: center;
	width: 100%;
}
table {
	text-align: center;
}
body{
	background-color: black;
}
h3 {
	text-align: center;
	color: white;
}
h3.ok {
	text-align: center;
	color: #1467F7;
}
h3.non{
	text-align: center;
	color: red;
}
p.info{
	text-align: center;
	color: #D3A63D;
}
legend.stat{
	text-align: left;
	color: #D3A63D;
}
legend{
	text-align: left;
	color: white;
}
p {
	color: white;
}
p.ok {
	color: #D3A63D;
}
p.non{
	color: red;
}
tr.autre {
	text-align: center;
	border-style: none;
}