
html, body {
width: 356px;
height: 100%;
}
body {
margin: 0;
padding: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size: 0.9em;
background-color: #fff;
text-align:justify;
line-height:12pt;
}

a img {
  border:  none ;
}

a{
color : black;
}
a:visited{
color : black;
} 

.conteneur { /*le conteneur global*/
width: 356px;
height: 100%;
position: absolute;
background-color: white;
}

.text{
margin-top:2px;
margin-left:6px;
margin-right:4px;
text-align:justify;
}

.header {
height: 46px;
background-color: white;
vertical-align:text-top;
}
.header a img {
/*border-bottom: 1px solid black;*/
}

.bar{
margin-top : -10px;
}

.link {
width: 226px;
margin-left:132px;
margin-top:-43px;
text-align:center;
}

.frame {
width: auto;
/*height: 80%;  */
/*height: 280px;  */
border: 0px solid black;
background-color:white;
overflow: auto;
line-height:1em;
}
p {margin: 0 0 10px 0;}



</style>
