body {
	color: #000;
	background-image: url('../img/fond.jpg');
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: center 130px;
}
/*body, td, th, h1, h2 {*/
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
}
a:link {
	color: #555;
	text-decoration: underline;
}
a:hover {
	color: #f33;
	text-decoration: none;
}
a:visited {
	color: #555;
	text-decoration: underline;
}

table.cadre { border: 1px solid #999; }
table.cadre th {
	background-image: url('../img/barre_menu.png');
	color: #fff;
	text-align: left;
	padding: 1px 8px;
}
td.marge8 { padding: 8px; }

input.cadre { border: 1px solid #999; }

p { text-align: justify; }
p.small { font-size: 12px; }
p.small a { font-size: 12px; }

.center { text-align: center; }
.cliquable { cursor: pointer; }
