/* 
    Document   : style_rdc
    Created on : 22 nov. 2009, 17:51:47
    Author     : bennnou
    Description:
        Purpose of the stylesheet follows.
*/

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

body {

    background-color:#fdf2ce;
    background-position:50% top;
    background-repeat:no-repeat;

}

#global {
    background:transparent;
}

/* En-tête */
#entete {
    height:237px;
    background:transparent;
}
