/*
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
{
	margin : 0 auto;
	padding:0;
	width : 1164px;
	background-color : #daffcc;
}

/* L'en-tête */

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

/* Logo */
#en_tete a img {
	border:0;
	margin : 50px 0 0 90px;
	padding :0;
	float : left;
}

#en_tete h1 {
	float : left;
	margin : 50px 0 0 5px;
	padding : 0;
	color: black;
    font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#en_tete p {
	float : left;
	margin : 90px 0 0 20px;
	padding : 0;
	color: black;
    font-family: Calibri, Arial, "Arial Black", "Times New Roman", Times, serif;
}

#en_tete a,#en_tete a:hover,#en_tete a:visited {	
	text-decoration :none;
	color : black;
}

/* Le menu */

#gauche
{
   float: left;
   width: 200px;
   margin : 0 0 0 100px;
   padding :0;
}


#droite
{
   float: right;
   width: 200px;
   margin : 0 103px 0 0;
   padding :0;
}


/* Le corps de la page */

#corps
{
   background-image: url("images/corps.png");
   width : 1164px;
   background-repeat: repeat-y;
   padding : 0;
   margin:0;
}

#centre {
	width : 500px;
	padding : 30px 0 0 0;
    margin:0 0 0 320px;
	min-height : 900px;
}

#centre p {
   padding : 0;
   margin:0;
}

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

#centre h2
{
   height: 30px;
   margin: 40px 0 10px 0;
   padding : 0;

   background-image: url("images/titre.png");
   background-repeat: no-repeat;
   color: #4a3e7a;
   text-align: left;
}


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

#pied_de_page {
   background-image: url("images/footer.png");
   background-repeat: no-repeat;
   width : 1164px;
   margin :0;
   padding:0;
}

#pied_de_page p {
   text-align: center;
   margin :0;
   padding:5px 0 0 0;
   color: #B3B3B3;
}
