/* CSS Document */

/*
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");
}

/* L'en-tête */

#en_tete
{
   width: 760px;
   height: 200px;
   background-image:url(../images/header.png);
   background-repeat: no-repeat;
   
}


/* Le corps de la page */

#corps
{
   padding: 5px;
   background-image:url(../images/fond_corps_index.png);
   background-repeat: repeat-x;
   padding-left: 180px;
   padding-right: 20px;

}

#menu {
	margin-top: 10px;
	width: 155px;
	border-size: 1px;
	margin-left: 5px;
	position: absolute;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9D358B;
	height: 215px;
}
#menu ul {
list-style: none;
margin: 0;
padding: 0;
}
#menu li a {
height: 32px;
voice-family: "\"}\"";
voice-family: inherit;
height: 24px;
text-decoration: none;
}

/* N'oubliez pas de renseigner l'adresse desiamges que vous avez téléchargé */
#menu li a:link, #menu li a:visited {
color: #9D358B;
font-weight:bold;
font-family:Verdana, Arial, Helvetica, sans-serif;
display: block;
background:url(../images/menu.gif);
padding: 8px 0 0 30px;
}

#menu li a:hover {
color: #FFFFFF;
background:url(../images/menu.gif) 0 -32px;
padding: 8px 0 0 30px;
}

#menu li a:active {
color: #fff;
background:url(../images/menu17.gif) 0 -64px;
padding: 8px 0 0 30px;
}

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

#pied_de_page
{
	padding: 5px;
	background-image:url(../images/pied_page.png);
	background-repeat:repeat-x;
	text-align: center;
	color: #000000;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
}

