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

body
{
   width: 760px;
  /* margin: auto;*/
   margin-top: 20px;
   margin-bottom: 20px;    
   /*background-image: url("images/fond.png");*/
   background-color: #FFFFD2;
   font-weight: bold;
}

/* L'en-tête */

#en_tete
{
   width: 100%;
   height: 80px;
   background-color: gold;
   background-image: url("images/banniere1.jpg");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   background-position: 50% 50%;  
}


/* Le menu */

#menu
{
   float: left;
   width: 130px;
}

.element_menu
{
   background-color: #626262;
   /*background-image: url("images/");*/
   /*background-repeat: repeat-x;*/
   
   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
{
   color: #B3B3B3;
}

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


/* Le corps de la page */

#corps
{
   margin-left: 140px;
   margin-bottom: 20px;
   padding: 5px;
   /*color: #B3B3B3;*/
   color: black;
   /*background-color: #E5FCF5;*/
   background-image: url("images/gris_022.jpg");
   background-repeat: repeat;
   
   border: 2px solid black;
}

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

#corps h2
{
   height: 30px;

   /*background-image: url("images/titre.png");*/
  /* background-repeat: no-repeat;*/
   
   padding-left: 30px;
   color: #B3B3B3;
   text-align: left;
}
#corps p
{
width: 500px;
text-align: left;
text-indent: 15%;
padding-left: 30px;
}
.jaune
{
background-color: #ffff00;
  float: right;
  width: 100px;
  hight: 100px;
  margin: 20px;

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

#pied_de_page
{
   clear: both;
   padding: 5px;
   text-align: center;
   
   color: #B3B3B3;
   background-color: #626262;
   /*background-image: url("images/motif.png");*/
   /*background-repeat: repeat-x;*/
   
   border: 2px solid black;
}
div#galerie
{
	width: 610px ;
	background: #eed ;
	border: 1px solid #dcb ;
	padding: 15px ;
	margin: 15px 30px ;
	text-align: center ;
	font: 0.9em Georgia, serif ;
}

ul#galerie_mini
{
	margin: 0 ;
	padding: 0 ;
	list-style-type: none ;
}

ul#galerie_mini li
{
	float: left ;
}

ul#galerie_mini li a img
{
	margin: 2px 1px ;
	border: 1px solid #dcb ;
}

dl#photo
{
	clear: both ;
	margin: 0 auto ;
}

dl#photo dt
{
	font: italic 2.5em/1.5em Georgia, serif ;
	color: #dcb ;
}

dl#photo dd
{
	margin: 0 ;
}

dl#photo img
{
	border: 1px solid #dcb ;
}
#droite
{
   float: right;
   width: 400px;
   background-color: ;
} 
#plop
{
    text-decoration: blink;
}