body {
	padding:0px;
	margin:0px;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align: left;
	background-image:url(images/fond.jpg);
	background-repeat:repeat;
}

#contenu {
	width: 960px;
	text-align:justify;
}

#copyright {
	margin-top:30px;
	margin-bottom:20px;
	font-size:14px;
}

#copyright a:hover {
	color: #000080;
	font-size: 14px;
	text-decoration: none;
}
#copyright a, #copyright a:visited, #copyright a:active {
	color: #0000FF;
	font-size: 14px;
	text-decoration: none;
}

#promo {
	z-index: 500;
	position: absolute;
	cursor: pointer;
    left: 50%; 
    top: 50%;
    width: 500px;
    margin-top: -200px; /* moitié de la hauteur */
    margin-left: -250px; /* moitié de la largeur */
	padding:10px;
	overflow:auto;
	border: 4px solid #008000;
	background-color: #FFFFA0;
}

.boutons_menu {
	padding:0px;
	margin:0px;
}

.table_border {
	background-color:#FFFFFF;
}

.table_border td {
	border-collapse:collapse;
	border-width:1px;
	border-color:#993333;
	border-style:solid;
	padding:4px;
}

.highlight {
	color: #993333;
	font-weight: bold;
}

.highlight_red {
	color: #FF0000;
	font-weight: bold;
}

.img_border {
	border-width: 2px;
	border-style: solid;
	border-color: #993333;
}

.titre_table {
	padding: 12px;
	text-align:center;
	font-weight:bold;
	font-size: 16px;
}

a {
	color: #0000FF;
	text-decoration: none;
}

a:hover {
	color: #0000FF;
	text-decoration: underline;
}

h2 {
	font-size: 18px;
	text-align: center;
}