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

a {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : #FDF5E6;
	text-decoration : none;
}

a:hover {
	color : #FDF5E6;
}

a.a {
	font-size: 15px;
	font-weight : bold;
	color : Red;
}

a.a:hover {
	color : Black;
}

a.b {
	font-size: 11px;
	color : Black;
	font-style : italic;
}

a.b:hover {
	color : #FFEFD5;
}

h4 {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	color : Black;
	font-size: 16px;
	text-decoration : none;
}

img {
	border : 0px;
	background-color : transparent;
}

img.a {
	background-color : #FFFFF0;
	border : 8px solid #E7D7C2;
	border-radius: 7px;
	padding : 1px;
	margin : 0 9 19 9;
}

img.art {
	background-color : #D9C19F;
	border-top : 1px solid White;
	border-right : 1px solid Black;
	border-bottom : 1px solid Black;
	border-left : 1px solid White;
	border-radius: 3px;
	padding : 3px;
	margin : 5px;
}

img.livre {
	background-color : #FFBBA2;
	border-top : 14px solid #D2B48C;
	border-right : 5px solid #B98B4C;
	border-bottom: 2px solid #181408;
	border-left: 2px solid #6F532C;
	border-radius: 14 0 0 5;
	padding : 1px;
	margin : 3px;
}

img.f {
	border : 0px;
	margin : 50 10 0 10;
}

table {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

table.index {
	width :100%;
	height : 99%;
}