/* AUTEUR: Pascal Schirrmann 
 DATE DE CREATION: 09/05/2002 
 A cause de la marge verte, 50 pixels d'écart par rapport ŕ la gauche
   pour toute la partie basse du document */
BODY
{
    font-family : helvetica , sans-serif;
    background-image : url("images/fongauch.png");
    margin-left : 50px;
    margin-right : 15px;
    background-repeat : repeat-y;
    margin-top : 150px;
    margin-bottom : 15px;
}
div#coin
{
    background-image : url("images/supgauche.png");
    background-repeat : no-repeat;
    width : 150px;
    height : 150px;
    padding : 0px;
    position : absolute;
    top : 0px;
    left : 0px;
    text-align : center;
    padding-top : 55px;
}
div#haut
{
    /* Alignement ŕ droite pour plaire ŕ IE et aux autres */
background-image : url("images/fondsup.png");
    height : 38px;
    position : absolute;
    right : 0px;
    top : 0px;
    width : 100%;
}
div#phplang
{
    width : 120px;
    height : 20px;
    padding : 0px;
    text-align : right;
    position : absolute;
    top : 40px;
    right : 0px;
}
div#pslogo
{
    width : 95%;
    height : 50px;
    padding : 0px;
    text-align : center;
    position : absolute;
    top : 60px;
    right : 0px;
}
.footer
{
    font-size : 0.8em;
    font-family : courier , monospace;
    text-align : center;
    color : maroon;
    font-style : italic;
    margin-left : 10%;
    margin-right : 10%;
}
hr#footerline
{
    color : rgb(0 , 128 , 0);
    background-color : rgb(0 , 128 , 0);
    height : 3px;
}
p:first-letter
{
    Font-weight : bold;
    Font-size : 1.5em;
}
B
{
    font-family : courier , monospace;
}
h1, h2, h3, h4
{
    color : green;
    background-color : white;
}
h1
{
    font-weight : bold;
    font-family : helvetica , sans-serif;
    font-style : normal;
    text-align : center;
}
em
{
    text-align : center;
}
PRE
{
    border-width : 5px;
    border : solid;
    background-color : black;
    color : white;
}
.button
{
    margin : 0;
    width : 10em;
    font-family : helvetica , arial , sans-serif;
    font-size : 70%;
    font-weight : bold;
}
.button a
{
    display : block;
    width : 100%;
}
.button a:link, .button a:visited, .button a:hover
{
    color : rgb(0 , 0 , 0);
    text-align : center;
    text-decoration : none;
}
.button a:link, .button a:visited
{
    background-color : rgb(161 , 255 , 109);
    border-top : 1px solid rgb(206 , 206 , 206);
    border-bottom : 2px solid rgb(74 , 74 , 74);
    border-left : 1px solid rgb(206 , 206 , 206);
    border-right : 2px solid rgb(74 , 74 , 74);
}
.button a:hover
{
    background-color : rgb(61 , 172 , 0);
    border-top : 2px solid rgb(74 , 74 , 74);
    border-bottom : 1px solid rgb(206 , 206 , 206);
    border-left : 2px solid rgb(74 , 74 , 74);
    border-right : 1px solid rgb(206 , 206 , 206);
}
.corps
{
    margin-left : 50px;
    margin-right : 15px;
}
.saisie
{
    color : rgb(0 , 255 , 255);
    font-weight : bold;
}
.warning
{
    font-weight : bold;
    margin-left : 40px;
    margin-right : 40px;
    text-align : justify;
}
TABLE#HowToT
{
    border : medium solid rgb(68 , 136 , 0);
}
/* border:outset 8pt;border-spacing:0pt;border-color:#66CC00; */
TD.HowTo, TR.HowTo
{
    border : 1px solid rgb(102 , 204 , 0);
}
table.list
{
    Padding : 4px;
    Border : 0;
    Margin : 5px;
}
tr.list
{
    Vertical-align : top;
    Background-color : rgb(208 , 240 , 208);
}
