/*
Design d'exemple du Site du Zér0
Réalisé par zaz, venom et mateo21
<lien url="http://www.siteduzero.com">http://www.siteduzero.com</lien>
*/

body
{
   width: 1000px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-image: url("images/fond.png");
}

/* L'en-tête */

#en_tete
{
   width: 1000px;
   height: 253px;
   background-image: url("images/banniere.png");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   

}


/* Le menu */

#menu
{
   float: left;
   width: 190px;
   
}

.element_menu
{
	/*background-color: #626262; */
    height: 250px;
	background-image: url("images/grappe.png");
	background-repeat: no-repeat;
	border: 0px solid black;
	margin-bottom: 20px;
	background-position: center;
}


/* Quelques effets sur les menus */


.element_menu h3
{
	color: #000;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	text-align: center;
}

.element_menu ul
{
	/*list-style-image: url("images/menu_puce.png");*/
	list-style-type: none;
	padding: 0px;
	padding-left: 0px;
	margin: 2em;
	line-height: 40px;
	text-align:center;
	
}

.element_menu a
{
	color: #000;
	font-size:20px;
		
}

.element_menu a:hover
{
	background-color: #39F;
	color: #D6D6D6;
}


/* Le corps de la page */

#corps
{
	margin-left: 200px;
	margin-bottom: 20px;
	padding: 5px;
	/*color: #B3B3B3; */
    background-color: #FFF;
	border: 0px solid black;
}

/*Position Image*/

img.centered 
{    display: block;    margin-left: auto;    margin-right: auto }

/*Tableau Carte */

table.centered /*Position*/
{    display: block;    margin-left: auto;    margin-right: auto }

.carteplus {
	font-size:20px
 }
 
.cartetva {
	font-size:20px;
	text-decoration: line-through;
}

.blue {
 border:1px solid blue; 
 }
.none {
 border-style:none;
 }  
 

#corps h1
{
	color: #F00;
	text-align: center;
	font-family: Arial, "Arial Black", "Times New Roman", Times, serif;
	font-style: italic;
	text-decoration:underline;
	}

#corps h2
{
	height: 30px;
	color: #B3B3B3;
	text-align: center;
   
}


/* Le pied de page (qui se trouve tout en bas, en général pour les copyrights) */

#pied_de_page
{
	padding: 5px;
	clear: both;
	text-align: center;
	color: #B3B3B3;
	background-color: #FFF;
	background-image: url("images/motif.png");
	background-repeat: repeat-x;
	border: 2px solid black;
}
