@charset "utf-8";
/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
}
body,td,th {
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}
a:link {
	color: #FFFF99;
	text-decoration: none;
}
a {
	font-weight: bold;
	font-size: 12px;
}
a:visited {
	color: #FFFF99;
	text-decoration: none;
}
a:hover {
	color: #ba4041;
	text-decoration: underline;
}
h1,h2,h3,h4,h5,h6 {
	font-weight: bold;
}
h1 {
	font-size: 18px;
	color: #FFFFFF;
}
h2 {
	font-size: 16px;
	color: #FFFFFF;
}
h3 {
	font-size: 14px;
	color: #FFFFFF;
}
h4 {
	font-size: 14px;
	color: #FFFFFF;
	font-style: italic;
}
a:active {
	text-decoration: none;
}
  
img {
  border-color: #000000;
  }
  
 /* Les liens */
A:link {
  color : #FFFF99;
  font-size: 12px;
  }

A:visited {
  color : #FFFF99;
  font-size: 12px;
  }

A:hover {
  color : #ba4041;
  font-size: 12px;
  }