body{
 background: White;
 margin: 10px 10px 10px 10px;
}

A {
 text-decoration: none;
 color: Blue;
 background-color: transparent;
 font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
 font-size : 10pt;
 font-weight : bold;
}

A:Hover {
 font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
 text-decoration: underline;
 color: #DE6B21;
 background-color: transparent;
}

P,TD,TH,OL,LI {
 font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
 font-size : 10pt;
 color : Black;
}

.titre {
 font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
 font-size : 20pt;
 color : Black;
}

.stitre {
 font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
 font-size : 14pt;
 color : Black;
}

.white {
 font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
 font-size : 10pt;
 color : White;
 background-color: Black;
}

.decor {
 visibility: hidden;
 position:absolute;
}

.infos {
 position: absolute;
 top:0px;
 left:0px;
 width:1000px;
 padding:0px;
 margin:0px;
}

.cadre-vert {
 border-left-color: black;
 border-left-style: solid;
 border-left-width: 1px;
 border-right-color: black;
 border-right-style: solid;
 border-right-width: 1px;
 border-bottom-color: black;
 border-bottom-style: solid;
 border-bottom-width: 1px;
 border-top-color: black;
 border-top-style: solid;
 border-top-width: 1px;
}
