
h1
{
text-align:center;
font-size:small;
}

body
{
background-repeat:no-repeat;
background-position:center;
background-color:silver;
} 

blockquote
{
text-align: center;
font-size: small;
}

.journaux
{
width:170px;
text-align:justified;
background-color:#ebdfd3;
border: 3px groove #ddd5cb;
position:absolute;
right:5px;
top:120px;
font-size:small;
padding:4px;
}

.ennemi
{
width:170px;
text-align:justified;
background-color:#ebdfd3;
border: 3px groove #ddd5cb;
position:absolute;
right:5px;
top:500px;
font-size:small;
padding:4px;
}

.ong
{
width:170px;
text-align:justified;
background-color:#ebdfd3;
border: 3px groove #ddd5cb;
position:absolute;
left:5px;
top:120px;
font-size:small;
padding:4px;
}

.corps
{
font-size : small ;
border : 10px ridge #96a6aa ;
position:absolute;
top: 100px;
left:200px;
right: 200px;
text-align:justified;
background-color: #c6d3d6;
padding : 5px;
}

a:hover
{
font-style:italic;
font-size:large;
}