@CHARSET "UTF-8";

/*
 * CSS Reset
 */

html, body, div, span, applet, object, iframe,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, legend,
caption, tbody, tfoot, thead, th
{
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
}

html, body
{
    background-color: #b0006a;
    height: 100%;
    min-height: 100%;
}

body, div, th, td{
    font-family: Helvetica, Verdana, Geneva, Arial, sans-serif;
    font-size: 0.9em;
    background: url('images/fond_top.png') top repeat-x;

}

#page{
    width: 1000px;
    background: url('images/fond_page.html') repeat-y left top;
    margin: auto;
}

.clear{
    clear: both;
    height: 0;
}

/***************************************
  BLOC LEFT
***************************************/
#left{
    float: left;
    width: 300px;
    height: 700px;
}

#left_background{
    width: 300px;
    height: 650px;
    background: url('images/fond_left.png') no-repeat;
}

/***************************************
  BLOC MAIN
***************************************/
#main{
    float: left;
    width: 400px;
    height: 700px;
    vertical-align: top;
    background-color: #b0006a;
    padding: 0px;
    margin: 0px;
}

#description{
    padding: 10px 5px 0 5px;
    text-align: center;
    color: #FFFFFF;
    font-size: 13px;
}

/***************************************
  BLOC RIGHT
***************************************/
#right{
    float: left;
    width: 300px;
    height: 700px;
    vertical-align: top;
}

#right_background{
    height: 300px;
    text-align: center;
    padding-top: 320px;
    color: #FFFFFF;
    font-size: 16px;
    background: url('images/fond_right.png') no-repeat;
}

/***************************************
  FORMULAIRES
***************************************/
