
body {
	font-size: 13px;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-weight: bold;
	color:#FF3800;
	margin:0;
	padding:0;
}

h2 {
	font-weight: bold;
	color:#FF3800;
	font-size: 16px;
	padding: 0;
	margin: 0;
}

#footer {
width: 950px;
height: 27px;
background: url(/images/fd-footer.jpg);
background-repeat: no-repeat;
margin: 0;
margin-left: 10px;
padding: 0;
color:#eee;
font-size:10px;
}
#footer a {
	color: #eee;
}


#navigation {
	width:940px;
	margin:0 auto;
	font-size:20px;
}

#navigation a {
	display:inline-block;
	color:#FFF;
	text-decoration: none;
}	

#nav_presta {
	font-size:15px;
}

#nav_presta .lien_courant {
/*color:#000;*/
color:#FF3800;
}

#nav_presta .lien_actif {
color:#777;
}


table .wikitableau {
	border-collapse: collapse;
}

.wikitableau td {
	border:1px solid #aaa;
	padding:3px;
	text-align:center;
	font-size:13px;
}

