/* 
    Document   : global_site
    Created on : 11 sept. 2009, 10:14:53
    Author     : ANSM
    Description:
        Global CSS
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

body {
    margin: 0px;
    padding: 0px;
    font-family: Arial;
    font-size: 11px;
    color: #000000;
    background-color: #000000;
    background-image: url('../images/fond_site.jpg');
    background-position: top left;
    background-repeat: repeat-x;
}

form, select, input, texteara, div, table, tr, td, ul, ol, li, hr, h1, h2, h3, h4, h5, h6, p, a, img, span {
    margin: 0px;
    padding: 0px;
}

h1 {
    font-size: 16px;
}

h2 {
    font-size: 15px;
}

h3 {
    font-size: 14px;
}

h4 {
    font-size: 13px;
}

h5 {
    font-size: 12px;
}

h6 {
    font-size: 11px;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

hr.separation {
    clear: both;
    width: 98%;
    height: 1px;
    border: 0px solid #FFFFFF;
    background-color: #FFFFFF;
    color: #FFFFFF;
}

.clear_both {
    clear: both;
}
