
#header{
    position:relative;
    width:866px;
    height:160px;
    
    
}

#sport {
    position: relative;
    margin-top:10px;
    width:550px;
    height:145px;
    float:left;
    z-index:10;
    
    
}
#logo_madewis {
    position: absolute;
    top:0px;
    left: 540px;
    width:336px;
    height:206px;
    float:left;
    z-index:9;
    background-image:url(/charte/satellite/logo_madewis.png);
    cursor:pointer;
}
#sport .logo {
    position: relative;
    margin-left:4px;
    margin-top:3px;
    height:150px;
    width:546px;
    z-index:10;
    background-image:url(/charte/satellite/bandeau_titre_fond.png);
    
    
    
}

.logo .titre{
    position: absolute;
    left:20px;
    top:20px;
    height:30px;
    width:440px;
    z-index:11;
    line-height: 30px;
    color:#000000;
    font-size:20px;
    font-weight: bold;
    
    
    
}
.logo .modele{
    position: absolute;
    left:20px;
    top:95px;
    height:47px;
    width:440px;
    z-index:11;
    line-height: 34px;
    color:#00aeef;
    font-size:20px;
    font-weight: bold;
    
    float: left;
}
.modele .cible {
    position: absolute;
    left:13px;
    top:0px;
    width:47px;
    height:34px;
    background-image:url(/charte/satellite/cible.png);
}
.modele .nom_modele {
    position: absolute;
    left:60px;
    top:0px;
    width:380px;
    height:34px;
    font-size:20px;
    font-weight: bold;
    letter-spacing:1px
    
    }
.logo .infos{
    position: absolute;
    left:60px;
    top:125px;
    height:20px;
    width:400px;
    z-index:11;
    line-height: 20px;
    color:#ffffff;
    font-size:12px;
    font-weight: bold;
    
    float: left;
}
#contenu{
    position:relative;
    margin-left: 12px;
    margin-top:0px;
    width:850px;
    
    float: left;
    color: #ffffff;
}


