body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url("media/papier03.jpg");
   b ackground-color: #a2b139;
	/*background-color: #fcebc1;*/
	/*background-color: #a0522d;*/
   }
/* L'en-tête */
p
{
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: small;
   font-weight: bold;
   color: #4f4f4f;
	font-style: italic;
}
marquee
{
	/* color: #ee7600; */
	color: #ba080f;
}

#en_tete
{
   width: 1000px;
   height: 210px;
   background-image: url("media/ban202500.gif");
   background-repeat: no-repeat;
}

/* Le menu */

#menu
{
   float: left;
   wdth: 169px;
   width: 246px;
   hight: 5000px;
}

#menu
{
   
   background-color: #ffffff;
    background-image: url("media/papier03.jpg");
   p adding-top: 20px;
}
#menu p
{
	Text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: none;
   font-size: small;
   font-weight: bold;
}



#menu h3 /* Tous les titres de menus */
{    
   color: #ee7600;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

#menu ul/* Toutes les listes à puces se trouvant dans un menu */
{
   list-style-type: none; /* On supprime les puces */
   padding: 0px; /* Tous les côtés ont une marge intérieure de 0 pixels */
   padding-left: 60px; /* ... mais on modifie ensuite la marge de gauche, donc celle-là fera finalement 20 pixels */
   margin: 0px; /* Idem pour margin, ça nous évite d'avoir à en écrire 4 (margin-left, margin-right...) */
   margin-bottom: 5px; /* Même chose que tout à l'heure, on modifie ensuite juste margin-bottom, mais tous les autres sont à 0px */
}
#menu li
{
	color: #ee7600;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: small;
   font-weight: bold;
}

#menu a /* Tous les liens se trouvant dans un menu */
{
   color: #009800;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   text-decoration: none;
   font-size: small;
   font-weight: bold;
}

#menu a:hover /* Quand on pointe sur un lien du menu */
{
   /*background-color: #B3B3B3;*/
   color: #ee7600;
   text-decoration: underline;
}
 
 #menu p/*date de dernière mise à jour */
 {
	color: #ee7600;
	font-style: normal;
	font-size: small;
}
.centre
{
	margin-left: 20px;
	border-style: none;
}



#corps
{
   width: 714px;
   margin-left: 246px; /* Une marge à gauche pour pousser le corps, afin qu'il ne passe plus sous le menu */
   padding: 5px; /* Pour éviter que le texte à l'intérieur du corps ne colle trop à la bordure */
   padding-left: 20px;
   padding-right: 20px;
   background-color: #ffffff;
  
}
#corps h1
{
	color: #ee7600;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 25px;
	font-style: italic;
	font-weight: bold;
	text-align: center; 
}
#corps h3
{
	color: #ee7600;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	text-align: center; 
	letter-spacing: 5px;
}
#corps h4
{
	color: #ee7600;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: 30px;
	font-weight: bold;
	font-style: italic;
	letter-spacing: 5px;
}	
#corps h2
{
	color: #ba080f;
	text-align: center;
    font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight: Bold;
	font-style: italic;
	font-size: 15px;
}
#corps h5
{
	font-weight: bolder;
	text-decoration: underline;
}	

#corps a
{
	color: #009800;
	text-decoration: none;
}
#corps a:hover /* Quand on pointe sur un lien du tableau */
{
   color:  #ee7600;
   text-decoration: underline;
}
#corps li
{
	color: #4f4f4f;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-weight: Bold;
	font-style: italic;
}
caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #ee7600;
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
}
th
{
	color: #ee7600;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	padding: 5px;
	text-align: center;
}

td
{
	color: #4f4f4f;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-size: small;
	font-weight: bold;
	font-style: italic;
	padding: 5px;
	text-align: left;
}



#pied
{	
   width: 1000px;
   
}
#pied table
{
margin-left: 0px;
}
.fini
{
color: #a9a9a9;
}
/*
Theme Name: MACCACO
Theme URI: http://www.projekktor.com/downloads
Description: this theme is a screenr clone
Version: 2.2
Author: Michel Maillard
Author URI: http://www.porkhead.org
*/


/***************************************
general
***************************************/
.projekktor {
    background-color: #000; 
    font-family: 'Lucida Grande', 'Trebuchet MS', Arial, Sans-Serif;
    font-size: 12px;
    font-weight: bold;
    text-transform:uppercase;
    padding:0;
    display:block;
    position: relative;
    overflow: hidden;
    width: 300px;
}
.image
{
	border-style: inset;
	border-color: #484848;
	border-width: 6px;
}
.image:hover
{
	border-style: outset;
}
#horaires caption
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: 1.2em;
   color: #ee7600;
   margin-bottom: 10px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
}
#horaires table
{
	margin: auto; /* Centre le tableau */
   border-style: double;
   border-width: 3px;
   border-color: #009800;
   border-collapse: collapse;
}
#horaires th
{
	color: #687084;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: medium;
	font-weight: bold;
	padding: 5px;
	text-align: center;
	border-style: double;
   border-width: 3px;
   border-color: #009800;
}
#horaires td
{
	color: #687084;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-decoration: none;
	font-size: small;
	font-weight: bold;
	padding: 5px;
	text-align: left;
	border-style: double;
   border-width: 3px;
   border-color: #009800;
}

