body
{
    background: #FFFFFF;
    margin: auto;
    height: 350px;
    width: 350px;
}

#central
{
    height: 300px;
    width: 350px;
    background: url("images/banniere.png") 90px 80px no-repeat;
}

#text
{
    text-align: center;
    height: 30px;
    width: 350px;
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-size: 12px;
    font-style: italic;
    margin-top: 130px;
}

#flagfr
{
    height: 30px;
    width: 53px;
    float: left;
    margin-top: 30px;
    text-align:center;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    padding-top: 35px;
    margin-left: 45px;
    background: url("images/fr.png") 17px 0px  no-repeat;
}

#flagen
{
    height: 30px;
    width: 53px;
    float: left;
    margin-top: 30px;
    margin-left: 48px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    padding-top: 35px;
    background: url("images/eng.png") 16px 0px  no-repeat;
}

#flagde
{
    height: 30px;
    width: 53px;
    float: left;
    margin-top: 30px;
    margin-left: 48px;
    font-family: Arial, Helvetica, sans-serif;
    color: #000000;
    font-style: italic;
    font-weight: bold;
    font-size: 13px;
    padding-top: 35px;
    background: url("images/deutch.png") 16px 0px  no-repeat;
}


#logo
{
    height: 150px;
    width: 350px;
    background: url("images/logo_vg.png") 90px 0px no-repeat;
}

