body
{
	width: 1000px;
	margin: auto;
	margin-top: 10px;
	background: black url("images/fond3.jpg") no-repeat fixed top left;
}

#en_tete
{
	width: 840px;
	height: 100px;
	text-align: center;
	margin-left: 160px;
	/*background: white;*/
}

.container_menu
{
	float: left;
	width: 150px;
}

.menu
{
	width: 150px;
	margin-bottom: 10px;
	text-align: center;
	font-family: Arial, "Times New Roman", Times, serif;
	color: white;
	padding-top: 10px;
	border: 2px outset #555555;
	background: url("images/milieu_menu.png") repeat-y;
}

.menu p
{
	font-size: 12px;
}

.menu a
{
	display: block;
	height: 12px;
	text-decoration: none;
	color: white;
	font-size: 12px;
}

.menu a.rouge
{
	color: #ff0000; /* Rouge */
}

.menu a:hover
{
	display: block;
	color: #ff0000; /* Rouge */
	background: url("images/droite.png") no-repeat;
}

.menu h1
{
	font-size: 20px;
	text-decoration: underline;
}

.centrer
{
	text-align: center;
}

#corps
{
	width: 840px;
	margin-left: 160px;
	color: white;
	border: 2px outset #555555;
	background: black/*url("images/milieu_menu.png") repeat*/;
}

#corps h1
{
	height: 41px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 20px;
	text-align: center;
	/*border: 2px outset #555555;*/
	padding-top: 18px;
	margin-left: 20px;
	margin-right: 20px;
	background: url("images/titre.gif") no-repeat center;
}

#corps h2
{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	text-align: left;
	margin-left: 5px;
	color: #78a6f4;
	font-style: italic;
	padding-left: 5px;
}

#corps h3
{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 14px;
	text-align: left;
	margin-left: 5px;
	color: white;
	font-style: italic;
	padding-left: 5px;
}

#corps p
{
	
	padding-left: 10px;
	padding-right: 10px;
	text-align: justify;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}

#corps p.centrer
{
	text-align: center;
}

#corps a
{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	color: white;
	/*margin-left: 10px;*/
}

#corps a:hover
{
	color: red;
	/*padding-right: 40px;
	background: url("images/go.png") no-repeat right;*/
}

.droite
{
	text-align: right;
}

.col_gauche
{
	float: left;
	width: 272px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}

.col_droite
{
	float: right;
	width: 272px;
	margin-left: 5px;
	margin-right: 5px;
	text-align: justify;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
}

.rouge
{
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 16px;
	color: red;
}

#bas
{
	width: 840px;
	height: 100px;
	text-align: center;
	margin-left: 160px;
	margin-top: 10px;
	padding-top: 5px;
	font-family: Arial, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style: italic;
	color: #8e8e8e; /* Gris */
}

table 
{
   margin: auto; 
   border: 4px outset #699fff; 
   border-collapse: collapse; 
}

th 
{
   border: 1px solid white;
   background-color: #699fff;
   padding: 10px;
   color: white;
   font-size: 12px;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td 
{
   border: 1px solid white;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   font-size: 12px;
   text-align: center; 
   padding: 5px; 
}