/* Global */
body {
	font-family: Georgia, Times New Roman, Times, serif;
}
h1 {
	text-align: center;
}
h2 {}
h3 {}
h4 {}
p {}
img {
	border-width: 0;
}
ol {}
ul {}
li {}
hr {
	border-style: solid;
	border-width: thin;
	width: 100%;
}
table {
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}
tbody {}
tr {}
th {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
}
td {
	padding: 3px;
	border-style: solid;
	border-width: 1px;
}

/* Classes */
div.center {
	text-align: center;
}
table.bar {
	width: 100%;
	border-collapse: collapse;
}
tbody.bar {
	
}
td.header {
	border-style: none;
	text-align: center;
	font-weight: bold;
}
td.nav_left {
	border-style: none;
	width: 33%;
}
td.nav_middle {
	border-style: none;
	width: 34%;
	text-align: center;
}
td.nav_right {
	border-style: none;
	width: 33%;
	text-align: right;
}
.current {
	background-color: #EEEEEE;
	font-weight: bold;
}
p.titre_avertissement {
	color: red;
	text-align: center;
	font-weight: bold;
}
p.avertissement {
	color: red;
	font-style: italic;
}