body
{
   width: 760px;
   margin: auto;
   margin-top: 10px;
   background-image: url("images/fond.jpg");
   font-family:   "Times New Roman", Arial, "Arial Black", Times, serif;
}

#en_tete
{
   width: 760px;
   height: 100px;
   background-image: url("images/bandeau_1.png");
   background-repeat: no-repeat;
   margin-bottom: 40px;
}

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

.element_menu
{
   padding: 0px;
   padding-top: 2px;   
   padding-bottom: 6px;
   background-color: #e5e5e5;
   background-image: url("images/degrade.png");
   background-repeat: repeat-y;
}

.element_menu h3
{   
   color: black;
   text-align: left;
   padding-left: 25px;
}

.element_menu ul
{
   list-style-image: url("images/puce_1.gif");
   padding: 0px;
   padding-left: 50px;
   margin: 0px;
   margin-bottom: 5px;
}

.element_menu a
{
   color: black;
   font-weight: bold;
}

.element_menu a:hover /* Quand on pointe sur un lien du menu */
{
   background-color: #B3B3B3;
   color: black;
}

#corps
{
   margin-left: 150px;
   margin-bottom: 25px;
   padding-left: 15px;
   padding-right: 2px;
   font-size: 1.3em;
   text-align: left;
   text-indent: 25px;
   color: black;
}

h3
{
	color: blue;
	text-decoration: underline;
}
h1
{
	color: blue;
	text-align: center;
	margin-top: 75px;
}

.photo_index p 
{
float: right;
}
.photo_index img 
{
width: 160px;
height: 241px;
}
.photo_index img:hover 
{
width: 399px;
height: 600px;
}


.promo
{
	float: left;
	width: 100px;
	margin-left: 25px;
	border: none;
}

.tableaux 
{
   border: 3px;
   border-collapse: collapse;
}

td
{
	height: 50px;
	width: 130px;
	background-image: url("images/fond-tab.gif");
	border-left: 3px solid black;
	border-right: 3px solid black;
	border-top: 3px solid black;
	border-bottom: 3px solid black;
	text-align: center;
	padding: 4px;
}

.frappant
{
	color: blue;
	font-weight: bold;
}

#pied_de_page
{
    background-color: #e5e5e5;
	background-image: url("images/degrade.png");
	background-repeat: repeat-y;
	padding: 0px;
	margin-bottom: 15px;
}

#pied_de_page p
{
	font-size: 0.8em;
	color: black;
	text-align: center;
}
