/*
CSS Design des villages
Réalisé par Morgan
*/

body
{
   width: 1000px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0px; /* Pour éviter de coller avec le haut de la fenêtre du navigateur*/
   margin-bottom: 20px;    /* Idem pour le bas du navigateur */
   background-image: url("");
   background-color: white;
     
   
}

/* L'en-tête */

#en_tete
{
   width: 990px;
   height: 150px;
   background-image: url("../images/general/banniere2.png");
   background-repeat: no-repeat;
   margin: auto;
}

/* Le corps de la page */

#corps
{
   margin-left: 30px;
   margin-right: 30px;
   margin-bottom: 10px;
   padding: 5px;
   
   color: black;
   background-color: white;
   background-image: url("");
   background-repeat: repeat-x;
   border: 0px solid black;
   
}

#corps h1
{
   color: rgb(245,86,6);
   text-align: center;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   font-family: "Comic Sans MS", Arial, "Arial Black", "Times New Roman", Times, serif;
   padding-left: 150px;
   color: rgb(245,86,6);
   text-align: left;
}

#corps ul
{
   list-style-position: inside;
}

#corps a /* Lien normal  (.element_corps)*/
{
   color: rgb(15,148,2); /*#0F9402;*/
   /*font-weight: bolt;*/
}

#corps a:hover /* Quand le visiteur pointe sur le lien (element_corps°*/
{
   background-color: white;
   color: rgb(15,148,2); /*#0F9402;*/
   font-weight: ;
}

.element_corps li
{
   list-style-position: outside;
   list-style-type: none;
   text-indent: 300px;
}


/* signature exposants ou artistes */

#signature
{
	text-indent: 300px;
	
}

/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
   padding: 5px;

   text-align: center;

   color: black;
   background-color: white;
   background-image: url("");
   background-repeat: repeat-x;
   
   border: 0px solid black;
}

