@import url(_common_ficheblock.css);


body {
    font-size : medium;
    font-family: sans-serif;
  }

#corps {
    margin-left: 100px;
    margin-right: 180px;
  }

#sommaire {
    position: fixed;
    top: 60px;
    right: 20px;
    width: 140px;
    border-style: solid;
    border-width: 1px;
    border-color: blue;
  }

h1 {
margin-left:-50px;
text-align:center;
margin-bottom: 50px;
}

p {
text-align: justify;
}

.sommaire{
margin-top: 3px;
margin-bottom:3px;
font-size: small;
text-align: left;
margin-left: 3px;margin-bottom:3px;
}

.sommaire_titre{
font-size: x-small;
font-weight: bold;
text-align: center;
margin: 0;
padding-top: 5px;padding-bottom:5px;border-bottom-style:solid;
border-bottom-width: 1px;border-color:blue;
}

a {text-decoration:none;}

h2 {margin-left:-50px;margin-top:60px;margin-bottom:30px}

h3{font-size:medium;margin-top: 40px}

h4{font-size:x-small;margin-left:20px}