﻿body
{
    text-align: center;
    background-color: White;
    color: #550088;
}

form
{
    width: 1100px;
    background-color: White;
    margin-left: auto;
    margin-right: auto;
    padding-left: 5px;
    padding-right: 5px;
}

table
{
    border: solid 0px black;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-collapse: collapse;
    width: 544px;
}

body
{
    font-size: 16px;
    font-weight: normal;
    font-family: Verdana;
}

input, textarea, select
{
    color: #000000;
    font-size: 17px;
    font-weight: normal;
    font-family: Verdana;
}

input
{
}

legend
{
    color: Red;
}

em
{
    font-weight: bold;
    color: #99ffff;
}

a
{
    color: Black;
}

a.image
{
    display: block;
    border: solid 1px black;
}

a:hover
{
    color: red;
}

a.image:hover
{
    border: solid 1px red;
}

h1
{
    margin-bottom: 10px;
    text-align: center;
    padding: 0px;
    font-size: 40px;
    color: red;
}

h2
{
    margin-bottom: 5px;
    font-size: 20px;
    color: #000099;
}

h3
{
    margin-bottom: 0px;
    padding-bottom: 0px;
    font-size: 16px;
}

img
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    border: solid 0px black;
}

table img
{
    margin-bottom: 0px;
}


table.TablePartenaires
{
}

table.TablePartenaires td
{
    padding: 5px;
}


table.TableTrade
{
    text-align: center;
    font-size: 14px;
}

table.TableTrade input
{
    width: 600px;
}

table.TableTrade img
{
    display: block;
    border: solid 1px white;
    margin-bottom: 0px;
    width: 200px;
    height: 150px;
}


table.TableTrade a
{
    font-size: 16px;
    text-decoration: none;
    font-weight: bold;
}

table.TableTrade a:hover
{
    color: Red;
}

table.TableTrade a.image
{
    margin-bottom: 0px;
    width: 200;
    height: 150px;
    margin-top: 4px;
}

table.TableTrade td
{
    padding: 5px;
    padding-bottom: 10px;
}

table.TableVideos
{
    width: 800px;
}

table.TableVideos td
{
    border: solid 0px blue;
    border-collapse: collapse;
    padding: 10px;
    vertical-align: top;
}

table.TableVideos a.titre
{
    color: Red;
    font-size: 15px;
}

.NumericButtonCssClass
{
    font-size: 18px;
}

.frameLeft
{
    width: 150px;
    border: solid 1px black;
    vertical-align: top;
    padding-top: 30px;
    text-align: left;
}

.frameLeft a
{
    display: block;
    margin-bottom: 5px;
    padding: 0px;
    font-size: 13px;
    font-weight: bold;
}

table.TableStats
{
    text-align: left;
    width: 100%;
}


