/* CSS Document */

/* Bocs généraux */

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

.image
{
text-align: center;
background-image: url("img_wow01/bg_blocs.jpg");
border: 1px solid black;
position: relative;
top: 10px;
padding-bottom: 10px;
}

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

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

.titre
{
padding-top: 3px;
height: 24px;
background-image: url("img_wow01/top_bloc.jpg");
font-weight: bold; 
font-size: 14px;
color: #42100b;
margin-bottom: 10px;
}

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

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

/*  liens */

a
{
color: #42100b;
text-decoration: none;
}

a:hover
{
color: #42100b;
text-decoration: underline;
}
