BODY {
	margin: 0;
	padding: 0;
	color: 555555;
	font-family: "Comic Sans MS";
	background-image: url("images/fond.jpg");
	font-size: 14px;
} 
	
p {
	font-size: 14px;
	line-height: 1.2;
	text-align: justify;
}

table {
	font-size: 14px;
}

A {
	color: #555555;
	font-size: 14px;
	}
A:active {COLOR: red}
A:hover {COLOR: #cc0000}
.link1 {COLOR: CCCCCC; TEXT-DECORATION: none, bold}
.link1:hover {COLOR: #CF6800; TEXT-DECORATION: none, bold}

a.ltl {
	font-size: 10px;
}

h2 {
	font: small-caps larger;
}

h3 {
	font: small-caps larger;
}

h2.title {
	text-indent: 1em;
	color: red;
	font: small-caps;	
	font-size: 30px;
}

h4 {
	font-size: 14px;
	color: 555555;
	text-indent: 2em;
}

li {
	font-size: 14px;
	font: normal;
	color: 555555;
}

img {
	border: 0;
}

