*,
*::before,
*::after{
    margin: 0;
    padding: 0;
}
body{
    background: url(/spiritofhack-img/fond_top.jpg) repeat-x #33484d;
    color: #faf0e6;
    font-family: Verdana, "Bitstream Vera Sans", sans-serif;
}
.main{
    width: 90%;
    margin: 0 auto;
    min-width: 780px;
    max-width: 1280px;
    background-color: #161719;
}
.header{
    height: 145px;
    background: url(/spiritofhack-img/header.jpg) no-repeat right top, url(/spiritofhack-img/bg_header.jpg) repeat-x #161719;
    position: relative;
}
.h-left{
    float: left;
    padding: 10px 0 0 5px;
}
.h-left p{
    padding-bottom: 20px;
}
.h-left .smaller,
.h-left .bigger{
    color: #594d4d;
}
.smaller{
    font-size: 10px;
}
.link{
    color: #0066cc;
    font-weight: bold;
    cursor: pointer;
}
.link:hover{
    color: #5b81a7;
    text-decoration: underline;
}
.bigger{
    font-size: 11px;
}
.search-box{
    padding-top: 10px;
}
.search-box input{
    padding: 1px;
    border: 2px inset #d2d4d8;
    background: #d2d4d8;
}
.search{
    width: 92px;
}
.menu{
    position: absolute;
    bottom: 5px;
    right: 0;
}
.wrapper{
    background: url(/spiritofhack-img/wave.jpg) no-repeat top center, url(/spiritofhack-img/bg_conteneur.jpg) repeat-x #000;
    padding-bottom: 15px;

}
.wrapper::before,
.wrapper::after{
    content: "";
    display: table;
    table-layout: fixed;
}
.wrapper::after{
    clear: both;
}
.wrapper p{
    color: #faf0e6;
}
.bread-crumbs{
    padding: 20px 0 30px 0;
}
.left{
    float: left;
    width: 205px;
}
.side-header{
    background-color: #161719;
    text-align: center;
    font-size: 14px;
    font-weight: bold;

}
.flux{
    background-color: #161719;
    color: #a4c0d0;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
}
.left ul{
    list-style: none;
}
.left li{
    width: 195px;
    color: #0066cc;
    padding: 4px 0 4px 10px;
    letter-spacing: 1px;
    border-top: 3px solid #161719;
    font-size: 11px;
    font-weight: bold;
}
.left li:hover{
    background-color: #a4c0d0;
    color: #5b81a7;
    cursor: pointer;
}
li img{
    padding: 0 17px;
}
ul.wid li{
        padding: 2px 5px;
}
.img-box{
    background-color: #161719;

}
.img-box img{
    cursor: pointer;
}
.right{
    margin-left: 210px;
    border-left: 2px solid #161719;
    border-right: 2px solid #161719;
    padding: 0 20px 0 12px;
    margin-right: 40px;
    line-height: 19px;
}
h2,h3,h4,h5,h6{
    color: #bcc4d9;
    padding: 5px 0;
}
h1{
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    padding-bottom: 12px;
}
h2{
    font-size: 15px;
}
.right p{
    font-size: 12px;
    padding: 10px 0;
}
h3{
    font-size: 13px;
}
p.align-right{
    text-align: right;
}
p.grey{
    color: #363d46;
}
footer{
    border-top: 1px solid #9A9A9A;
    text-align: center;
    background-color: #000;
    padding: 10px 0;
}
footer p{
    padding: 5px 0;
    color: #99a2a7;
    font-size: 10px;
}
.dashed{
    border-bottom: 1px dotted #fff;
}
