/*
LAYOUT: Three-Column (Right)
DESCRIPTION: Three-column 950px fixed layout with two sidebars right of content
*/

body {
    min-width:1060px;
}
#header {
    position:relative;
}
#main {
    width:1060px;
    margin:0 auto;
    overflow:hidden;
    position:relative;
}
#container {
    width:580px;
    float:left;
    margin:0;
}
#content {
    overflow:hidden;
}
#primary {
    width:300px;
    float:right;
    margin:0 0 0 10px;
}
#secondary {
    width: 170px; /*enlevé 54px*/
    float:right;
    margin:0;
	text-align:center
}
#footer {    
    clear:both;
}
#subsidiary {
    width:1060px;
    margin:0 auto;
    overflow:hidden;
}
#subsidiary .aside {
    width:400px;
    float:left;
    margin:0 10px 0 10px;
}
#subsidiary #third {
    margin:0 0 0 10px;
}
.fixed {
	width:1060px; 
	margin:0 auto;
}

