/* CSS Document */

/* Bocs généraux */

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

.image
{
text-align: center;
border: solid 1px #051E04;
position: relative;
top: 10px;
padding-bottom: 10px;
background-color: #81B080;
}

.article
{
width: 700 px;
margin-left: 50px;
margin-right: 50px;
text-align: center;
border: solid 1px #051E04;
position: relative;
top: 10px;
padding-bottom: 10px;
background-color: #81B080;
}

.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: #051E04;
margin-bottom: 10px;
}

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

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

/*  liens */

a
{
color: #051E04;
text-decoration: none;
}

a:hover
{
color: #051E04;
text-decoration: underline;
}