/* 
    Document   : style
    Created on : 2009-08-17, 15:24:11
    Author     : francis
    Description:
        Purpose of the stylesheet follows.
*/

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

.header {

    background-image:url("images/header_background_cedre.jpg");
    background-repeat:repeat-x;
    background-position:top left;
	float:right;

}

body {
        background-color:#ceceb7;
        
}

.logo{
    float:left;
    padding: 10px 0 0 30px;
}


