/*------------------------------------------TITRE PAGE------------------------------------------------------- */

.titre_page{
position: relative;
top: 0;
left: 0;
width: 694px;
height: 21px;
border: 0;
margin: 0;
padding: 0;
}

.fond_simple{
position: relative;
top: 0;
left: 0;
width: 694px;
height: 669px;
border: 0;
margin: 0;
padding: 0;
background-image: url('../IMG/STATIC/fond_simple.png');
}
.fond_vierge{
position: relative;
top: 0;
left: 0;
width: 694px;
height: 669px;
border: 0;
margin: 0;
padding: 0;
background-image: url('../IMG/STATIC/fond_vierge.png');
}

/*------------------------------------------MENU------------------------------------------------------- */

.fond_simple .centre{
position: absolute;
top: 30px;
left: 5px;
width: 700px;
height: 450px;
border: 0;
margin: 0;
padding: 0;
overflow: auto;
}
