/* 
	Grey Suits you Sir. Please host the images on your own server.
	written by Stuart Colville http://www.muffinresearch.co.uk
*/

table,td
{
	border               : 1px solid #86042b;
	border-collapse      : collapse;
  font                   : small/1.5 "Tahoma", "Bitstream Vera Sans", Verdana, Helvetica, sans-serif;
}
table
{
	border                :none;
	border                :1px solid #86042b;
}
thead th,
tbody th
{
	background            : #86042b url(documents/images/2022/carte.png) repeat-x;
  	color                 : #fff;  
	padding               : 5px 10px;
  border-left           : 1px solid #86042b;
}
tbody th
{
  background            : #fafafb;
  border-top            : 1px solid #86042b;
  text-align            : left;
  font-weight           : normal;
}
tbody tr td
{
	padding               : 5px 10px;
	color                 : #666;
}

tfoot td,
tfoot th
{
  border-left           : none;
  border-top            : 1px solid #86042b;
	padding             : 4px;
  background            : #86042b url(foot_bck.gif) repeat;
  color                 : #FFF;
}
caption
{
	text-align            : left;
	font-size             : 120%;
	padding               : 10px 0;
	color                 : #666;
}
table a:link
{
	color                 : #666;
}
table a:visited
{
	color                 : #666;
}
table a:active
{
	color                 : #003366;
}

