

/* CSS Document */

body
{
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	width: 760px;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
}

/* L'en-t�te */

#en_tete
{
	width: 820px;
	height: 150px;
	background-image: url("images-Paris/paris-logo-haut.jpg");
	background-repeat: no-repeat;
	margin-bottom: 10px;
	border: 2px solid black;
}

/* Le menu */

#menu
{
	float: left;
	width: 200px;
}

.element_menu
{
   background-color: #626262;
   
   background-repeat: repeat-x;
   
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


.element_menu h3
{    
   color: #B3B3B3;
  
   text-align: center;
}

.element_menu ul
{
	list-style-image: url("images/puce.png");
	padding: 0px;
	padding-left: 20px;
	margin: 0px;
	margin-bottom: 5px;
	font-size: small;
}

.element_menu a
{
   color: #B3B3B3;
}

.element_menu a:hover
{
	background-color: #B3B3B3;
	color: black;
}


/* Le corps de la page */

#corps
{
	width: 600px;
	margin-left: 210px;
	margin-bottom: 20px;
	padding: 5px;
	color: #000000;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	border: 2px solid black;
}

/* Le corps de la page */

#pied_de_page
{
	width: 800px;
	font-size: xx-small;
}
