body{
    background-image: url(images/background.jpg);
    background-position:center center;
    background-attachment:fixed;
    margin:0px;
    padding:0px;
    color:white;
    font-family:arial;
    font-size:10pt;
}
.page{
    width:766px;
    margin-left:auto;
    margin-right:auto;
    margin-top:15px;
    margin-bottom:35px;
}
.box_contenu{
    width:760px;
    border-left: solid 3px white;
    border-right: solid 3px white;
    border-bottom: solid 3px white;
    height:580px;
    background-color:Black;
}
a{
    color:#ef1c21;
}
p {margin: 0; padding: 0;}
.fontSize1
{
    font-size:8pt;
}
.fontSize2
{
    font-size:10pt;
}
.fontSize3
{
    font-size:12pt;
}
.fontSize4
{
   font-size:14pt;
}
.fontSize5
{
   font-size:18pt;
}
.fontSize6
{
   font-size:24pt;
}
.fontSize7
{
   font-size:36pt;
}
.BorderImage
{
    border: solid 1px black;
}