/* CSS Document */

/* style index.php */
body{
  background-color: black;
  margin-top: 0px;
  /*width: 90%;*/
  height: 100%;
  
}
div#global{
  position: absolute;
  width: 900px;
  left: 50%;
  margin-left: -450px;
  background: url('./img/fond2.jpg') repeat-y center;
  font-family: Arial;
  font-size: 12px;
}
div#gauche{
  float: left;
  width: 188px;
  height: 386px;
  background: url('./img/gauche.jpg') no-repeat center;
  text-align: left;
}
div#corps_accueil{
  float: left;
  width: 365px;
  padding-top: 20px;
  padding-left: 20px;
  text-align: justify;
}
div#corps_page{
  float: left;
  width: 670px;
  padding-top: 20px;
  padding-left: 20px;
  text-align: justify;
  padding-right: 20px;
}
div#droite{
  float: right;
  width: 318px;
  height: 395px;
  background: url('./img/droite.jpg') no-repeat center;
}
div#pied_de_page{
  clear: both;
  text-align: center;
}
p#date_gauche{
  font-size: 18px;
  color: rgb(249,249,0);
  font-family: Lucida Handwriting, Arial;
  text-align: center;
}
/*-----------------------------------------------------------------*/

/* style page_contact.php */
table#formulaire_contact tr td{
	width: 710px;
	text-align: center;
	padding: 15px;
	font-family: Lucida Handwriting, Arial;
}
/*-----------------------------------------------------------------*/

/* style génrique pour toutes les pages ayant un titre en haut */
div.titre_page{
  font-size: 30px;
  font-weight: bold;
  color: #00662F;
  font-family: Lucida Handwriting, Arial;
  padding-bottom: 10px;
}
/*-----------------------------------------------------------------*/

/* style pour la fonction affiche_actualites_parchemin dans le fichier fonctions.php */
div#actualites_parchemin_global{
  padding-left: 30px;
  margin-top: 95px;
  width: 230px;
  font-size: 10px;
}
div#actualites_parchemin{
  margin-top: 10px;
}
/*-----------------------------------------------------------------*/

/* style des fonction dans fonction.php */
a#lien_parchemin{
  font-size: xx-small;
  text-decoration: none;
  color: rgb(51,153,255);
  font-style: italic;
}
div.dateParchemin{
  font-size: 11px;
  font-weight: bolder;
}
div.texteParchemin{
  font-size: x-small;
}
div.titreParchemin{
  font-size: 10px;
  text-transform: uppercase;
}
/*-----------------------------------------------------------------*/

/*Style des autre pages*/
td 
{
  vertical-align: top;
}
td.part{
  vertical-align: middle;
}
table#diaporama{
   background-color: #FFFEE5;
}
td.diapo{
  padding: 5px;
  text-align: center;
  border: 1px #444444 dotted;
}
div#date_actualites{
  font-size: 17px;
  color: #DA1CBD;
  padding-bottom: 3px;
}
ul{
  margin: 0px;
  padding-left: 20px;
}
form#liste{
  text-align: right;
  padding-right: 10px;
}
td#photo_haut{
  padding: 5px; 
  text-align: center;
  background-color: #FFFEF9;
}
img#image:hover{
  cursor: pointer;
}
td.actus_fond{
  background-color: #FFFEF9;
  padding: 10px;  
}

.numero{
  font-size: 18px;
  color: #D80000;
  font-weight: bold;
}
.titre_maison{
  color: #007F00;
  font-weight: bold;
  cursor: pointer;
}
a.menu_prog{
  text-decoration: none;
  color: white;
  font-weight: bold;
}
a.menu_prog:hover{
  text-decoration: underline;
  color: #D6C911;
}
ul#menu_prog_liste{
  color: white;
  font-size: 12px;
}
ul#menu_prog_liste li{
  padding-bottom: 5px;
}

