/* Lefebvre chasseurs de tetes stylesheet.css */
/* Par Phil Turcotte le 15 avril 2008 */
/* www.numerique.ca */

* {
	margin:0px;
	padding:0px;
}

body {
    background-repeat:repeat-x;
	background-color:#F0F0F0;
	font-size:0.8em;
	font-family:Arial, Helvetica, sans-serif;
	color:#585858;
}
body.site { 
    background-color:#F0F0F0; 
    background-image:url(http://www.chasseurs-de-tetes.com/LefebvreImages/pagesInterieures/img_fond.gif);
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	text-transform:uppercase;
	color:#4D4E50;
	margin-bottom:10px;
}

h1 span {
	color:#A0B81B;
}

h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:1em;
	font-weight:bold;
	margin-top:15px;
}
h3						    { font-size:12px; font-weight:bold; margin-top:20px;}

a{
    color:#7E9222;
	text-decoration:none;	
}
a:hover{
    color:#7E9222;
	text-decoration:underline;
}
a:visited{
    color:#7E9222;
}

ul {
   list-style:none;
}

ul li {
   background-image:url(http://www.chasseurs-de-tetes.com/LefebvreImages/pagesInterieures/img_bullet.gif);
   background-repeat:no-repeat;
   background-position:0px 7px;
   padding-left:10px;
}

.tableauVertBlanc {
	border-collapse:collapse;
	border:6px solid #FFFFFF;
	margin-top:10px;
	margin-bottom:10px;
}

.tableauVertBlanc tr th {
	height:35px;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
}

.tableauVertBlanc tr td{
	height:35px;
	background-color:#FFFFFF;
	text-align:left;
	vertical-align:middle;
	padding-left:5px;
}

.tableauVertBlanc tr td a {
	color:#7E9222;
	text-transform:uppercase;
	text-decoration:none;
}

.tableauVertBlanc tr td a:hover {
	text-decoration:underline;
}

.tableauVertBlanc tr th.firstCol {
	width:232px;
}

.tableauVertBlanc tr th.secondCol {
	width:168px;
}

.tableauVertBlanc tr th.thirdCol {
	width:90px;
}

tr.ligneVerte td{
	background-color:#ECF1D1;
}

.tableauVertBlanc tr .borderLeft{
	border-left:1px solid #CEDA88;
	padding-left:15px;
}
.demiBR { FONT-SIZE: 5px; }