root { 
    display: block;
}

body {
    background:#1D6BB6;
    margin:0;
    padding:0;
    width:100%;
    color:white;
    font-family:Arial;
    font-size:.8em;
}

#container {
    border-collapse:collapse;
    margin:0;
    padding:0;
    position:absolute;
    width:100%;
}

td.left {
    background:url(http://www.ski-france.fr/images/bg-left-home.jpg) top right no-repeat;
}

td.content {
    background:url(http://www.ski-france.fr/images/bg-center.jpg) top center no-repeat;
    width:990px;
    padding:0;
}

td.right {
    background:url(http://www.ski-france.fr/images/bg-right.jpg) top left no-repeat;
}

div#header {
    position:relative;
    height:85px;
    margin:0;
    padding:0;
}

div#main {
    padding-left:133px;
    background:#A10303 url(http://www.ski-france.fr/images/bg-main-home.jpg) top left no-repeat;
}

div#footer {
    /*background:#A10303;*/
    background:url(http://www.ski-france.fr/images/footer.png) no-repeat;
    width:990px;
    height:153px;
    margin-left:-133px;
    text-align:center;
}
#sp_moteur {
    background:url(http://www.ski-france.fr/images/bg-moteur.png) top left no-repeat;
    margin:5px 0px 5px 5px;
    float:left;
    color:white;
    width:320px;
    height:250px;
    padding-left:25px;
    margin-left:-50px;
}
#sp_moteur div.titre {
    margin-left:-20px;
    font-weight:bold;
    color:#2458A4;
    margin-bottom:5px;
}
#sp_prestige {
clear:both;
}
#sp_prestige .titre a {
font-weight:bold;
font-size:1.2em;
color:white;
text-decoration:none;
}
#sp_prestige div {
float:left;
margin-left:10px;
width:130px;
}
#sp_prestige img {
border:1px solid yellow;
}

#sp_promo {
float:left;
width:385px;
margin-top:-40px;
}
#sp_promo div {
float:left;
margin-left:5px;
margin-bottom:5px;
width:185px;
}
#sp_promo img {
border:1px solid white;
float:left;
}
#sp_promo .promo {
background:url(http://www.ski-france.fr/images/etiquette.png) no-repeat;
font-size:.8em;
padding: 1px 10px 10px 15px;
width:50px;
height:25px;
margin-left:-7px;
}
#sp_promo .toutes {
    font-size:1.2em;
    width:210px;
    margin:0 115px 0 115px;
}
#sp_promo .toutes a {
    color:white;
    font-weight:bold;
    text-decoration:none;
}

#sp_thematique_promo {
float:right;
width:470px;
margin-right:90px;
}
#sp_thematique_promo ul {
    padding:0;
    margin:0;
}
#sp_thematique_promo li {
display:inline;
}
#sp_thematique_promo img {
margin-bottom:10px;
margin-left:10px;
border:none;
}
#sp_thematique_vacances {
float:right;
padding-right:5px;
color:white;
text-align:right;
}
#sp_thematique_vacances a {
    color:white;
    font-weight:bold;
    text-decoration:none;
}
#sp_thematique_vacances ul {
    line-style: none outside none;
}

#sp_thematique_autre {
float:left;
}
.zone_vacances {
    display:none;
    background:rgba(0,0,0,0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#CC000000,endColorstr=#CC000000);
    padding:2px;
    position:absolute;
    border:1px solid white;
    margin-left:-40px;
    text-align:left;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
    clear:both;
}


