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;
}

#menu
{
   width: 300px;
   height: 845px;
   float: right;
   margin-top: 10px;
}

.element_menu
{
   border: none;
   margin-bottom: 15px;
}

.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: 30px;
   padding-bottom: 30px;
}

#moteur
{
	height: auto;
	margin-bottom: 10px;
}

#photo
{
	width: 300px;
	height: 300px;
	background-image: url(Images/Fonds/fond_photo_mois.png);
	text-align: center;
}


#photo a img
{
	padding-left: 40px;
	padding-bottom: 10px;
	border: none;
}

#direction
{
	width: 260px;
	padding-top: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 40px;
	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: 10px;
}

#credits a
{
   text-decoration: none;
   color: #FBFDDD;
}

#corps
{
	width: 885px;
	margin-top: 10px;
	margin-bottom: 35px;
    background-image:url(Images/Fonds/corps_fond3.png);
	background-repeat: no-repeat;
}

#edito_1
{
	width: 540px;
	color: #006D00;
	font-variant: small-caps;
	text-align: center;
} 

#edito_2
{
	width: 540px;
	height: 445px;
	overflow: scroll;
	text-align: justify;
}

#edito_2 p
{
	padding-left: 10px;
	padding: 4px;
	font-weight: normal;
	margin: 5px;
}


#edito_2 img
{
	float: right;
	padding-left: 10px;
}

#agenda_1
{
	width: 330px;
	color: #006D00;
	font-variant: small-caps;
	text-align: center;
} 

.agenda_2
{
	width: 330px;
	height: 145px;
	color: #006D00;
	font-weight: lighter;
	text-align: left;
}

.agenda_2 a img
{
	border: none;
}

.agenda_2 img
{
	float: left;
	padding-right: 10px;	
}

#agenda_3
{
	width: 330px;
	height: 290px;
	color: #006D00;
	font-weight: lighter;
}

#agenda_3 a img
{
	border: none;
}

#agenda_3 img
{
	float: right;
	padding-left: 15px;	
}


#actu
{
	width: 600px;
	color: #006D00;
	font-variant: small-caps;
	text-align: center;
}

#actu_2 td
{
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: left;
}

.image_actu
{
	width: 150px;
	height: 150px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:20px;
	text-align: center;
}

.image_actu a img
{
	border: none;	
}

.texte_actu
{
	width: 240px;
	height: 150px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom:20px;
	font-size: 15px;
	font-weight: normal;
}

.texte_actu a img
{
	border: none;	
}


#actus_express
{
   padding-left: 15px;
   height: 170px;
   font-size: x-small;
}


#pied_de_page
{
   width: 1200px;
   height: 80px;
   margin-bottom: 10px;
   margin-top: 20px;
   background-image: url(Images/Fonds/pied_de_page.png);
   background-repeat: no-repeat;
   border: none;
}

#pied_de_page a img
{
	border: none;
}


#pied_de_page p
{
   font-weight: bold;
   color: #800000;
   text-align: center;
}

