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

body
{
   width: 1OO%;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;   
   background-image: url("jaumont2.jpg");
   font-family: "Times New Roman", Arial, "Arial Black", Times, serif;
}

/* L'en-tête */

#banniere
{

   
   position: absolute;
		left: 2.5%;
		top: 25px;
   width: 96%; 
   height: 10%;

   
 
   
   text-align: center;
  color: #0e2a69;
 
}


/* Le menu */

#menu
{
   position: absolute;
		left: 2.5%;
		top: 135px;
   
   
   width: 15%;
   
}

.element_menu
{
   background-color: #9ca9de;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   color: #0e2a69;
   border: 2px solid black;
   
   margin-bottom: 20px;
}


/* Quelques effets sur les menus */


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

.element_menu ul
{
   list-style-image: url("images/puce.png");
   padding: 0px;
   padding-left: 20px;
   margin: 0px;
   margin-bottom: 5px;
}



.element_menu a:hover
{
   background-color: #B3B3B3;
   color: black;
}


/* Le corps de la page */

#bienvenue
{

	position: absolute;
		left: 18%;
		top: 135px;

   width: 47%;
   padding-top: 50px;
   padding: 10px;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
   font-size: 0.7em;
   color: #0e2a69;
   background-color: #dcecfe;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

#retour-haut
{
text-align: center;
}

#corps h1
{
   color: #B3B3B3;
   text-align: center;
   font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
}

#corps h2
{
   height: 30px;

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


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

#nouvelles
{
position: absolute;
   left: 68%;
   top: 135px;

    width: 29.5%;
   
   padding: 5px;

   text-align: center;

   color: #0e2a69;
   background-color:  #9ca9de;
   background-image: url("images/motif.png");
   background-repeat: repeat-x;
   
   border: 2px solid black;
}

strong
{
color: #a43000;
text-align: center;
}

.compteur
{
background-color:  #9ca9de;
  
   position: absolute;
		left: 4%;
		top: 320%;
		
}

.prem
{
font-weight: bold;
}

em
{
font-weight: bold;
}