html, body {
width: 100%;
height: 100%;
background-color: #FFF;
background-image: url('../images/i_layout/2882_bg-html.jpg');
background-repeat: repeat-x;
}

body {
margin: 0;
padding: 0;
height: 100%;
}

#centering {
margin: auto;
width: 770px;
background-image: url('../images/i_layout/2882_bg-center.jpg');
background-repeat: no-repeat;
}

#container {
margin: 0px 25px 0px 25px;
width: 720px;
background-image: url('../images/i_layout/2882_bg-container.jpg');
background-repeat: repeat-y;
height: 100%;
}

#header {
width: 770px;
height: 149px;
background-image: url('../images/i_layout/2882_header.jpg');
background-repeat: no-repeat;
}

#header-float-lang {
float: right;
position: relative;
top: 5px;
right: 60px;
}

#header-float-menu {
float: left;
width: 510px;
height: 18px;
position: relative;
top: 126px;
left: 190px;
}

#menu-top-container {
width: 635px;
height: 35px;
}

#menu-top-spacer {
width: 490px;
height: 90px;
}

#menu-top-inner {
height: 30px;
}

#floatholder {
width: 770px;
margin: 0px 0px 0px 0px; /* NE PAS METTRE DE LA MARGIN-BOTTOM DANS LE FLOATHOLDER SINON IGNORÉ PAR FIREFOX */
}

#col-left {
float: left;
width: 162px;
/* POUR MÉMOIRE: METTRE DE LA MARGIN-BOTTOM = HAUTEUR FIXED-FOOTER + MARGE */
background-image: url('../images/i_layout/2882_bg-col-left.jpg');
background-repeat: no-repeat;
min-height: 350px;
}

#group-right {
float: left;
width: 557px;
}

#col-center {
float: left;
width: 456px;
margin: 0;
padding: 0;
}

.BodyContent {
background-color: #FFF;
background-image: url('../images/i_layout/2882_bg-BodyContent.jpg');
background-repeat: no-repeat;
background-position: 0px 0px;
margin: 0px 0px 0px 0px;
padding: 20px 25px 20px 25px;
}

.BodyLayoutLine {
margin: 0px 0px 10px 0px;
padding: 0px 0px 0px 0px;
border-top: dotted 1px #808080;
}

#col-right {
float: left;
width: 100px;
/* POUR MÉMOIRE: METTRE DE LA MARGIN-BOTTOM = HAUTEUR FIXED-FOOTER + MARGE */
}

#footer {
width: 490px;
height: 40px;
padding: 20px 95px 0px 145px;
text-align: center;
}

#footer-fixed {
position: absolute;
bottom: 0;
width: 770px;
height: 50px;
}

#clear, .clear {
clear: both;
}

#ColLeftNav {
margin: 50px 0px 0px 0px;
padding: 0px 0px 0px 0px;
}

#ColLeftSwf {
margin: 10px 0px 0px 4px;
padding: 0px 0px 0px 0px;
}


