body { color: #C3C2C3; font-family: Verdana, Arial, Helvetica, sans-serif; background-color: #001E64; }
a { color: #C3C2C3; font-weight: bold; text-decoration: none; }
a:hover { color: #f60; text-decoration: none; }
.ClassTitrage  { font-size: 10px; font-weight: bold;}
.ClassStandard { font-size: 10px; }
#MyCaption { font-size: 10px; padding-bottom: 2px; }
.ClassArrow  { font-size: 16px; font-weight: bold; }
.Arrows a {

}
.prev {
	display:block;
	heigth:36px;
	width:36px;
	background:url(arrows.jpg) top left;
	line-height:36px;
}
.prev:hover {
	background:url(arrows.jpg) bottom left;
}
.next {
	display:block;
	heigth:36px;
	width:36px;
	background:url(arrows.jpg) top right;
	line-height:36px;
}
.next:hover {
	background:url(arrows.jpg) bottom right;
}