
body {
	font-family: trebuchet, verdana, sans-serif;
	background-image: url("image_de_fond.jpg");
	background-repeat: no-repeat;
	background-position: center;
	font-size: 90%;
}

h1 {
	color: #0E1864;
	font-family: trebuchet, verdana, sans-serif;
	font-weight: bold;
	font-size: 100%;
}

h2 {
	color: #0E1864;
	font-family: trebuchet, verdana, sans-serif;
	font-weight: bold;
	font-size: 90%;
}

p {
	font-family: trebuchet, verdana, sans-serif;
	font-size: 90%;
}


#footer {
	text-align: center;
	font-family: trebuchet, verdana, sans-serif;
	font-size: 70%;

}

table#navigation {
	width: 100%;
	border: 0;
}

table#prestations {
	width: 75%;
	border: 0;
	
}

table#navigation td {
	align: center;
	color: #0E1864;
	font-weight: bold;
}

table#prestations td {
	align: center;
	font-weight: none;
	font-size: 80%;
	padding: 5px;
}

table#activites td {
	align: center;
	font-weight: none;
	font-size: 80%;
	padding: 5px;
}

.data {
	background-color: #DFE6E6;
    	text-align: left;
}

.toprow {
    	text-align: center;
	font-weight: bold;
	font-size: 130%;
	background-color: #E2F9FA;

}

a:link {
	color: #0E1864;
	text-decoration:none;
}

a:visited {
	color: #0E1864;
	text-decoration:none;
}

a:active {
	background-color: white;
	text-decoration:underline;
}

a:hover {
	color:#000000;
	text-decoration:none;
}
