/* CSS Cresson */

body
{
	margin: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 800px;
	background-color: white;
	background-image:url(img/back.jpg);
	background-repeat:repeat;
}

#en_tete
{
   width: 800px;
   height: 100px;
   text-align: center;
   margin-bottom: 15px;
}

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

.element_menu
{
   background-image: url(img/stripe.png);
   background-repeat: repeat;
   border: 1px solid black;
   margin-bottom: 20px;
   font-size: 14px;
   padding: 1px;
   outline-style: ridge;
   outline-color: grey;
}

.element_menu h3
{    
   color: #009900;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

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

.element_menu a
{
   color: green;
}

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

#corps
{
   margin-left: 160px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   margin-bottom: 20px;
   padding: 15px;
   color: green;
   background-color: white;
   /*background-image: url("img/stripe.png");
   background-repeat: repeat;*/
   text-align: justify;
   border: 1px solid black;
   outline-color: grey;
   outline-style: ridge;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}

#pied_de_page
{
   padding: 5px;
   text-align: center;
   color: black;
   background-color: white;
   background-image: url("img/back.jpg");
   background-repeat: repeat;
   background-position:left;
   /*border: 2px solid black;*/
}

div.img
{
	text-align: center;
}

div.titre
{
	text-align: center;
	font-size: 36pt;
	padding: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	outline: dotted;
}

img
{
	border: hidden;
}

th
{
	text-align: center;
}

.col1
{
	width: 375px;
}

.col2
{
	width: 215px;
}

td.chiffre
{
	text-align: center;
}