/*
css_encyclopédie.css
---------
 
Par LeSingeAffame
Fichier créé le 11/2/2011

Merci Hordes \o/
*/


body
{
background-color: black;
background-image: url("images/zombies7ii.jpg");
}

p
{
color: white;
font-family: "Comic Sans MS", Arial, serif;
font-style: normal;
}

a
{
color: silver;
text-decoration: none;
background-color: black;
}

a:hover
{
text-decoration: underline;
color: gold;
}

.nouveau
{
color: red
}

h1
{
color: white;
font-family: Sylfaen;
background-color: black;
}

li
{
font-style: italic;
color: white;
background-color: black;
}

.souligner
{
text-decoration: underline;
}

.fond_noir
{
background:#000;
margin:auto;
padding:16px;
width:60%;
}

#en_tete
{
background-image: url("images/en_tete.png");
width: 760px;
height: 100px;
background-repeat: no-repeat;
margin-bottom: 10px;
background-position: center;
margin: auto;
}

#footer
{
background-image: url("images/footer.png");
width: 760px;
height: 31px;
background-repeat: no-repeat;
margin-bottom: 10px;
background-position: center;
margin: auto;
}