BODY  {
	background-color : #BDC6B6;
	scrollbar-arrow-color : White;
	scrollbar-track-color : #BDC6B6;
	scrollbar-face-color : #BDC6B6;
	scrollbar-highlight-color : #BDC6B6;
	scrollbar-shadow-color : #BDC6B6;
	scrollbar-3dlight-color : #BDC6B6;
	scrollbar-darkshadow-color : #BDC6B6;
	cursor: url(images/curseur.cur);
	text-align : center;
}

a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight : bold;
	color : Black;
	text-decoration : none;
	background-color : transparent;
}

a:hover {
	color : Black;
}

a.b {
	font-size: 16px;
	background-color : Black;
}

a.b:hover {
	background-color : Yellow;
}

a.c {
	font-size: 16px;
	background-color : White;
}

a.c:hover {
	background-color : Black;
}

table {
	width : 100%;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color : White;
}

table.index {
	width : 78%;
	height : 98%;
}

table.accueil {
	font-family : Arial, Helvetica, sans-serif;
	font-size: 11px;
	color : #6BFF09;
}

td.art {
	background-color : Black;
	border : 1px solid #CC0000;
}

td.links {
	background-image : url(images/i_x.gif);
	background-position : top center;
	background-repeat : repeat-y;
}

img {
	border : 0px;
}

img.a {
	border-top : 1px solid #DEE6DA;
	border-left : 1px solid #DEE6DA;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
}