@charset "utf-8";
/* CSS Document */

.hidden {
    display: none;
}
.clear {
    clear: both;
}
.fl {
    float: left;
}
.fr {
    float: right;
}
.fc {
    margin: 0px auto;
}
.no-border {
    border: 0px;
}
.spacer-10 {
    height: 10px;
}
.spacer-15 {
    height: 15px;
}
.spacer-20 {
    height: 20px;
}
.spacer-30 {
    height: 30px;
}
.spacer-40 {
    height: 40px;
}
.spacer-70 {
    height: 70px;
}
.box-645 {
    width: 645px;
}
.box-620 {
    width: 620px;
}
.box-300 {
    /*width: 300px;*/
    width: 301px;
    /*border-right: 1px solid #e5e5e5;*/
}
.box-320 {
    width: 320px;
    /*border-right: 1px solid #e5e5e5;*/
}
.box-295 {
    width: 295px;
}
.box-820 {
    width: 820px;
}
.push-25 {
    margin-top: 25px;
}
.pull-5 {
    margin-top: -5px;
}
.pull-15 {
    margin-top: -15px;
}
.border-right-40 {
    border-right: 40px solid #333333;
}
.width-20 {
    width: 20px;
}
.width-290 {
    width: 290px;
}
.border-top-1 {
    clear: both;
    border-top: 1px solid #E5E5E5;
    width: 435px;
    margin: 0px auto;
}
.barre_horizontale {
    margin: 0px 7px;
    width: 10px;
    height: 285px;
    background-image: url(../images/fond_barre-horizontale.png);
    background-repeat: repeat-y;
    background-position: center center;
}
