@CHARSET "ISO-8859-1";
bold
{
font-weight: bold;
font-family: Times New Roman;
font-size: 40px;
}
styl
{
font-size: 25px;
}
petit
{
font-size: 15px;
}
moyen
{
font-size: 17px;
}
boldred
{
font-weight: bold;
font-family: Monotype Corsiva;
color: red;
font-size: 30px;
}
red
{
color: red;
}
blue
{
color: blue;
}
green
{
color: green;
}
retrait
{
position:relative;
left:100px;
top:0px;
}
retrait150
{
position:relative;
left:150px;
top:0px;
}
retrait50
{
position:relative;
left:50px;
top:0px;
}
retrait20
{
position:relative;
left:20px;
top:0px;
}
fix
{
position:fixed;
left:1100px;
top:2px;
}
souligne
{
    text-decoration: underline;
}

