body{
 margin:0 0 0 0;
 background-color:#FFFFFF;
 background-image:url('pics/decor.png');
 background-attachment:fixed;
 background-position:top left;
 background-repeat:no-repeat;

 font-family:Futura, Helvetica, Arial, Geneva;
 font-size:14px;
 font-weight:normal;
 text-decoration:none;
 color:#000000;
}

#conteneur {
 visibility: visible;
 /*overflow: hidden;*/
 position:absolute;
 left: 50%; 
 top: 50%;
 width: 500px;
 height: 320px;
 margin-top: -200px;
 margin-left: -350px;
 border: 1px solid #000000;
 background-color: #FFFFFF;
}

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;
}

.fond {
 background-color: #F5F5DC;
}

.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;
}

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

.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;
}

.red {
 font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
 font-size: 10pt;
 color: Red;
}

.redbull {
 font-family: Arial, Helvetica, Verdana, Geneva, "Sans Serif";
 font-size: 10pt;
 font-weight: bold;
 color: Red;
}

.cadre {
 border: solid;
 border-width: 1px;
 border-color: #DC143C;
}

