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

body {
	background-image: url(../img/fond.jpg);
	background-repeat: repeat;

}

body,td,th {
	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	font-size: 12px;
	color: #d7f2fb;
	margin: 0px;
}


a {
	font-family: Verdana,Geneva,Helvetica,Arial,sans-serif;
	font-size: 14px;
	color: #d7f2fb;
	text-decoration: none;
}

a:link {

}
a:visited {

	color: #d7f2fb;
}
a:hover {

	color: #d7f2fb;
}
a:active {

	color: #d7f2fb;
}
h1 {
	font-size: 18px;
	color: #333333;
	line-height: 1.4em;
}

