a 
{
   color: #800000;
   text-decoration: none;
}

a:hover, a:focus/* Quand on pointe sur un lien du menu */
{
   color: #006D00;
   text-decoration: none;
}

td
{
   vertical-align: middle;
   text-align: justify;
}

body
{
   width: 1200px;
   height: 100%;
   margin: auto; /* Pour centrer notre page */
   margin-top: 10px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur */
   margin-bottom: 10px;    /* Idem pour le bas du navigateur */
   background-color: #FBFDDD;
}

#en_tete
{
   width: 1200px;
   height: 104px;
   background-repeat: no-repeat;
   margin-bottom: 5px;
}

#en_tete a
{
   color: #FBFDDD;
}

#barre
{
   padding-left: 5px;
   margin-bottom: 15px;
}

#menu
{
   width: 300px;
   height: 845px;
   float: right;
   margin-top: 5px;
   margin-bottom: 20px;
}

.element_menu
{
   border: none;
   margin-bottom: 20px;
}

.element_menu ul
{    
   color: #800000;
   list-style-image: url(Images/Logos/pt_boulinette.png);
   background-image:url(Images/Fonds/menu_lascaux_quoi.png);
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-weight: bolder;
   text-align: left;
   padding-left: 40px;
   padding-top: 25px;
   padding-bottom: 25px;
}

#element_sous_menu li
{
   font-size: 15px;
   padding-bottom: 10px;
}

#direction
{
	width: 260px;
	padding-top: 0px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0px;
	color: #800000;
	text-decoration: none;
	border: none;
}

#photo_directeur
{
	width: 82px;
	height: 82px;
}

#legende
{
	width: 200px;
	height: 95px;
	text-align: center;
	padding-top: 0px;
}

.logo_credits
{
	width: 55px;
	height: 55px;
	padding-left: 20px;
	padding-top: 20px;
}

#credits
{
   text-align: center;
   padding: 10px;
   padding-top: 20px;
}

#credits a
{
   text-decoration: none;
   color: #FBFDDD;
}

#corps
{
	width: 880px;
	background-image: url(Images/Fonds/fond_corps.png);
	background-repeat: no-repeat;
	margin-bottom: 15px;
}

#corps h2
{
   color: #006D00;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-variant: small-caps;
   text-align: left;
   padding-left: 25px;
   padding-bottom: 15px;
}

#corps p
{
   first-letter: 
   text-indent: 15px;
   padding-left: 30px;
   padding-bottom: 10px;
   margin-right: 20px;
   text-align: justify;
}

#corps em
{
   font-style: italic;
}

#corps ul
{    
   list-style-image: url(Images/Logos/pt_boulinette.png);
   margin-bottom: 80px;
}

#corps li
{
   padding-bottom: 15px;
   padding-right: 15px;
   text-align: justify;
}

#corps h3
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
   padding-bottom: 10px;
}

#alpha
{
   font-weight: bolder;
   text-align: center;
}

#corps td
{
   padding: 15px;
   text-align: center;
}

#pied_de_page
{
   background-image: url(Images/Fonds/pied_de_page.png);
   background-repeat: no-repeat;
   text-align: center;
   font-weight: bold;
   border: none;
   margin-top: 20px;
   margin-bottom: 10px;
   padding-top: 15px;
   padding-bottom: 15px;
}

#pied_de_page a img
{
	border: none;
}

#pied_de_page p
{
   color: #800000;
}
