body{
    background:black url(../_img/dotpattern.png) top left;
    background:black;
    font-family: helvetica, "Trebuchet MS", arial, sans-serif;
    height:auto;
    margin:0;
    padding:0;
    overflow:auto;
}
h1{
    background:transparent url(../_img/moulure.jpg) top left no-repeat;
    width:400px;
    width:739px;
    height:190px;
    margin:0;
    padding:0;
}
h1 i {
    font-size: x-small;
    color:black;
    display:none;
}
fieldset{
    background: #F7F7F7;
    background:white;
    border-width:0;
    border-top:1px dotted black;
    width:80%;
    margin:auto;
    margin-top:40px;
}

legend{
    font-size:x-small;
    color:black;
}
p{
    font-size:x-small;

}
#page{
    background-color:white;
    text-align:center;
    margin-left: -370px;
    position: absolute;
    top: 0;
    left: 50%;
    width: 400px;
    width:739px;
    height: auto;
}
a:link, a:visited{
    background:black;
    font-weight:bold;
    padding-left:10px;
    padding-right:10px;
    color:white;
    text-decoration:none;
}
fieldset p{
    text-align:justify;
    line-height:1.5em;
}
a:hover, a:active{
    background:white;
    color:black;
}
strong{
    color:black;
    text-transform: uppercase;
    font-size:small;
    font-weight:normal;
    margin:20px auto;
    display:block;
}