* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
	background: #fff url(../img/maquette-background-WL2010_PARIS.jpg) no-repeat top center;
}
#header {

}
#header-helper {
    width: 954px;
    margin: 0 auto;
}
#global {
    margin: 0 auto;
    width: 954px;
    background-color: #fff;
    overflow: auto;
	text-align: left;
}

#left {
    float: left;
    width: 176px;
    background-color: #fff;
}

#middle {
    width: 590px;
    float: left;
    margin: 0 4px 0 4px;
    background-color: #fff;
}
#right {
    float: left;
    width: 176px;
    background-color: #fff;
}

#footer {
    clear: both;
    
}
#footer-top {
    padding-top: 75px;
    margin: 0 auto;
    width: 954px;
    text-align: center;
    background-color: #fff;
}

#menu {
    display: none;
}