/*-----------------  DIV GENERAUX -----------------*/
/*style global de la balise body*/
body {
	margin: 0;
	padding: 0;
	background: black;
	background-image: url(../images/fond.jpg);
	background-repeat: repeat-x;
	font: georgia;
}
body a:link {
	text-decoration: underline;
	color: #540500;
}
body a:visited {
	text-decoration: underline;
	color: #540500;
}
body a:hover {
	text-decoration: underline;
	font-weight: bolder;
	color: #540500;
}
/*div général de page*/
#general {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 680px;
}
/*style du titre graphique*/
#titre_gr {
	position: relative;
	width: auto;
	height: auto;
	text-align: center;
}
/*div de l'entête*/
#header {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 80px;
}
/*div du bloc gauche*/
#gauche {
	float: left;
	width: 140px;
	height: 680px;
	margin: 0px;
}
/*div contenant la ligne au dessus du footer*/
#footer_line {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 6px;
	clear: both;
	background-image: url(../images/line_footer.png);
	background-repeat: no-repeat;
}
/*div du bloc de bas de page*/
#footer {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 960px;
	height: 34px;
	clear: both;
}
/*style de la balise <p> contenue dans #footer*/
#footer p {
	font-size: 11px;
	margin-left: 20px;
	margin-right: 20px;
	padding: 5px;
	font-style: italic;
	text-align: center;
	color: #FFFFFF;
}
/*div du bloc droite*/
#droite {
	float: left;
	width: 200px;
	height: 680px;
	margin: 0px;
}
/*style de la balise <p> contenu dans #droite*/
#droite p {
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	padding-left: 15px;
	padding-right: 15px;
	color: #000000;
}
.page_en_cours {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: bolder;
	color: #540500;
}


