﻿@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-size: 12px;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
}
body {
	background-color: #FFF;
	text-align: left;
}
a:link {
	color: #999;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: none;
	color: #000;
    background-color: #FFFF00;

}
a:active {
	text-decoration: none;
	color: #000;
}

#calque{
  position:absolute;
  left:10px;
  top:0px;
  width:100px;
  height:30px;
  z-index:1;
  clip: rect(0 100 30 0);
  visibility: visible;
  background-color: #FFFFFF;
}
