body
{
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url("image/fond_2.jpg");
	background-position: center;
	background-repeat: no-repeat;
}
#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("image/entete.jpg");
   background-repeat: no-repeat;
   margin-bottom: 40px;
   border: 2px solid black;
}
#menu_tete
{
   width: 760px;
   height: 20px;
   margin: auto;
   margin-bottom: 40px;
   border: 1px solid black;
   background-color: #cccccc;
   text-align: center;
   font-size: 14px;
}
#menu_tete a
{
	color:#000000;
	text-decoration:none;
}
#menu_tete a:visited
{
	color:#000000;
	text-decoration:none;
}
#menu_tete a:hover
{
	color:#333399;
	text-decoration:none;
}
#menu_tete a:active
{
	color:#000000;
	text-decoration:none;
}
#menu_pied
{
   width: 760px;
   height: 30px;
   margin: auto;
   margin-bottom: 40px;
   border: 1px solid black;
   background-color: #cccccc;
   font-size: 14px;
   display: none;
}
#menu
{
	float: left;
	width: 200px;
	border: 1px solid black;
	background-color: #cccccc;
	padding: 7px;
	opacity: 0.9;
	font-size: 12px;
}
.element_menu
{
	margin-bottom: 10px;
}
.lien_menu
{
	padding-left: 20px;
}
#menu a
{
	color:#000000;
	text-decoration:none;
}
#menu a:visited
{
	color:#000000;
	text-decoration:none;
}
#menu a:hover
{
	color:#333399;
	text-decoration:none;
}
#menu a:active
{
	color:#000000;
	text-decoration:none;
}
#corps
{
	margin-left: 240px;
	margin-bottom: 40px;
	padding: 7px;
	background-color: #cccccc;
	color: #000000;
	opacity: 0.9;
	background-image: url("bande.jpg");
	background-repeat: repeat-x;
	border: 2px solid black;
	text-align: center;
	font-size: 14px;
}
#corps h6
{
	color: #B3B3B3;
	text-align: center;
	font-size: 10px;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}
#corps a
{
	color:#333399;
	text-decoration:none;
}
#corps a:visited
{
	color:#333399;
	text-decoration:none;
}
#corps a:hover
{
	color:#333399;
	text-decoration:underline;
}
#corps a:active
{
	color:#333399;
	text-decoration:underline;
}
.remarque
{
	font-size: 12px;
	font-style:	italic;
}
#pied_de_page
{
	padding: 5px;
	text-align: center;
	font-size: 8px;
	color: #A0A0A0;
	background-color: #FFFFFF;
	background-image: url("bande.jpg");
	background-repeat: repeat-x;
	border: 0px solid black;
}