body{
margin: 0px;
padding: 0px;
height:100%;
overflow: scroll;
/*text-align:center;*/
}
.en_tete
{
/*position:fixed;*/
color: blue;
font-size: x-large;
border-bottom: 3px solid #CF0A1D;
width: 100%;
height:50px;
text-align:center;
padding-bottom: 40px;
margin-top:0px;
}
.en_tete_date
{
font-size:large;
}
#menu
{
width: 150px;
height: 450px;
margin-top:5px;
/*border-right: 3px solid #CF0A1D*/
}
.element_menu
{
margin-top: 150px;
margin-bottom:100px;
width:150px;
line-height:40px;
}
#corps
{
position:absolute;
margin-left:150px;
margin-right:30px;
top:90px;
height:100%;
padding-left:20px;
text-align: justify;
border-left: 3px solid #CF0A1D;
}
#corps h1
{
color: #C71585;
text-align:left;
}
.image_flot
{
float: right;
text-align: right;
}
p
{
text-indent: 20px;
}
