/* 
    Document   : layout
    Created on : 17 août 2009, 10:52:42
    Author     : sebastien caille
    Description:
        Purpose of the stylesheet follows.
*/
/* ----------container to center the layout-------------- */


/*
    Document   : layout
    Created on : 17 août 2009, 10:52:42
    Author     : sebastien caille
    Description:
        Purpose of the stylesheet follows.
*/
/* ----------container to center the layout-------------- */


#container {

    width: 955px;
    margin:10px auto;

}

#menusup {
   
    width: 955px;
    height : 75px;

}

#left_side_menu {

    width: 180px;
    height: 640px;
    float:left;
}

#main_content {

    width: 775px;   /*  pour IE6 => 772 ! */
    height: 640px;
    margin-left: 180px;
    overflow:auto;

}

#primary_content{

    margin-left : 258px;
    margin-right:8px;
    

}


#secondary_content{

    float:left;
    width:250px;


}

#footer{

    width: 935px;
    height : 30px;
    background-color:#666666;
    line-height:30px;
    padding: 0 10px 0 10px;
}

#book_holder{

    width:955px;
    height : 640px;
    text-align:center;


}