
#container {
    width: 1020px;
    margin-left: auto; 
    margin-right: auto; 
}

#container_haut {
    width: 1020px;
    height: 18px;
	background-image:url('../img/container/bg_container_haut.jpg');
    background-repeat: no-repeat;
}

#container_bas {
    width: 1020px;
    height: 18px;
	background-image:url('../img/container/bg_container_bas.jpg'); 
    background-repeat: no-repeat;
}

#container_milieu {
    width: 1020px;
    background-image:url('../img/container/bg_container_milieu.jpg');
    background-repeat:repeat-y;

}

#main {
    width: 984px;
    background-color: white;
    margin-left: 18px;
    margin-right: 18px;
}

#header{
	float: right;
	width: 727px;
}
#logo{
	float: left;
}

#header_liens {
	position:absolute;
    width:150px;
    height:32px;
    right: 50%; 
    top: 105px;
    margin-right:-485px;
    /*background-color: red;*/
    
    text-align: right;
}

.clr {
    clear: both;
}

