/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
http://www.siteduzero.com
*/

body
{
   width: 860px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   /*background-image: url("fond.jpg"); */
   background-color: #AC008E;
}



/* L'en-tête */

#en_tete
{
   width: 860px;
   height: 100px;
   margin-bottom: 10px;
 

}

a img /* Toutes les images contenues dans un lien */
{
   border: 1px solid black;
}

/* Le menu */
#menu
{
   float: left;
   width: 140px;
}

.element_menu
{
   background-color: #8E008E; 
  /* background-image: url("fondM.jpg"); 
   background-repeat: repeat-x;*/
   border: 1px solid black; 
   margin-bottom: 10px;
}


/* Quelques effets sur les menus */


.element_menu h3
{   
   
   color: #FFE139;
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   text-align: center;
}

.element_menu ul
{
   font-size: small;
   font-family:  Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   color: #ACE560;
   list-style-position: outside;
   list-style-type: none;
   padding: 0px;
   padding-left: 10px;
   margin: 0px;
   margin-bottom: 5px;
   
}
.element_menu a
{
	color: #ACE560;
}


.element_menu a:hover
{
   font-style: italic;
   text-decoration: none; 
   color: blue; 
}


/* Le corps de la page */

#corps
{
   margin-left: 150px;
   margin-bottom: 0px;
   padding: 60px;
   padding-top: 5px;
   padding-bottom: 0px;
   font-family:  Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: small;
   /*color: #ACE560;*/
   color: WHITE;
   background-color: #8E008E;
/*    background-image: url("asiat.gif");
   background-position:bottom; */
   
   border: 1px solid black;
   border-bottom: none;
}

#corps h1
{
   color: #FFE139;
   text-align: center;
}

#corps h2
{
   height: 30px;
   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   padding-left: 30px;
   color: #FFD1FF;
   text-align: left;
}

#corps ul
{
   color: #ACE560;
   list-style-position: outside;
   list-style-type: none;
   font-size: small;
}

#corps ul a
{
	color: lime;
}

#corps  ul a:hover
{
	color: blue;

}
#corps p a
{
	color: #ACE560;
}

#corps  p a:hover
{
	color: blue;
	text-decoration: none;
	font-style: italic;

}
#corps fieldset a
{
	color: #ACE560;
}

#corps  fieldset a:hover
{
	color: blue;
	text-decoration: none;
	font-style: italic;

}

#corps p
{
	padding: 20px;
}
.info
{
   color: lime;
   font-size: medium;
   text-decoration: underline;
}
.plat 
{
   color: lime;
   font-size: x-large;
   text-decoration: underline;
}

.imageflottante
{
   float: right;
   padding-right: 20px;
   padding-left: 20px;
}
.imageflottanteGauche
{
   float: left;
   padding-right: 20px;
   padding-left: 20px;
}

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

#pied_de_page
{
   padding: 3px;
   margin-left: 150px;
   text-align: center;
   font-family: Verdana, Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: small;
   color: #ACE560;
   background-color: #8E008E;
/*    background-image: url("images/motif.png");
   background-repeat: repeat-x; */
   
   border: 1px solid black;
}
#pied_de_page a
{
	 color: #ACE560;
	 text-decoration: none;
}
#pied_de_page a:hover
{
   font-style: italic;
   color: blue; 
}

fieldset
{
   margin-bottom: 15px; /* Une marge pour séparer les fieldset */
   background-color: #8E008E;
   border: 2px groove #ACE560; 
}
legend /* On met un peu plus en valeur les titres des fieldset */
{
   font-family:  Verdana, Arial, "Arial Black", Georgia, "Times New Roman", Times, serif;
   color: #FF9933;
   font-weight: bold;
}
