/* CSS Document */

/* Bocs généraux */

body
{
width: 930px;
margin: auto;
height: 100%;
font-family: Arial, Helvetica, Times New Roman;
background-color: #5a797b;
}

.image
{
text-align: center;
border: solid 1px #210101;
position: relative;
top: 10px;
padding-bottom: 10px;
background-image: url("img_undead/bg_corps.jpg");
}

.article
{
width: 700 px;
margin-left: 50px;
margin-right: 50px;
text-align: center;
border: solid 1px #210101;
position: relative;
top: 10px;
padding-bottom: 10px;
background-image: url("img_undead/bg_corps.jpg");
}

.image img 
{
border: 1px solid black;
margin-top: 10px;
margin-bottom: 10px;
}

.titre
{
padding-top: 3px;
height: 24px;
font-weight: bold; 
font-size: 14px;
color: #f8f9f3;
margin-bottom: 10px;
}

.contenu
{
margin: 10px;
padding-left: 20px;
padding-right: 20px;
border: solid 1px black;
background-color: #f8f9f3;
font-size: 12px;
text-align: justify;
}

.bas
{
border: solid 1px black;
margin: auto;
font-size: 12px;
padding: 3px;
margin-left: 10px;
margin-right: 10px;
background-color: #f8f9f3;
}

/*  liens */

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

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

.titre a
{
color: #f8f9f3;
text-decoration: none;
}

.titre a:hover
{
color: #f8f9f3;
text-decoration: underline;
}
