body {
    margin: 0;
    font-family: tahoma, Arial;
    font-size: 11px;
    color: #5c5c5c;
	background: #FFFFFF;
}

TD {
    font-family: tahoma, Arial;
    font-size: 11px;
    color: #5c5c5c;
}

h1, h2, h3, h4 {
    margin: 11px 0 5px 0;
    line-height: 1.2;
    font-weight: bold;
}
h1 {
    font-size: 18px;
}
h2 {
    font-size: 16px;
}
h3 {
    font-size: 14px;
}
h4 {
    font-size: 11px;
}

ul {
	line-height: 150%;
}
.gras {
	font-weight: bold;
}
.ital {
	font-style: italic;
}
.italgras {
	font-weight: bold;
	font-style: italic;
}
.gras9 {
	font-size: 9px;
	font-weight: bold;
}
.normal12 {
	font-size: 12px
}

a img {
    border: none;
}
.categorie {
    font-size: 13px;
	color: white;
	font-weight: bold;
}

.Titre1 {
	font-size: 18px;
	font-weight: bold;
}
.Titre2 {
	font-size: 16px;
	font-weight: bold;
}
.Titre3 {
	font-size: 14px;
	font-weight: bold;
}
.Titre4 {
	font-size: 11px;
	font-weight: bold;
}

a {text-decoration: underline;}
a:hover{text-decoration:none;}

a:link {
	color: #1e77c2;
	font-weight: bold;
}
a:visited {
	color: #185d9b;
	font-weight: bold;
}
a:hover {
	color: #68b6fe;
	font-weight: bold;
}
a:active {
	color: #279bfe;
	font-weight: bold;
}
