/* ---------------------- Prehome.css ---------------------- */
html {
    height:100%;
}
body {
    margin: 0;
    padding: 0;
    height:100%;
    font-family: Arial, Helvetica, Verdana, Sans-serif;
    font-size: 11px;
    color: #333333;
    background-color: #333333;
}
body img {
    border: 0;
}
body form, p {
    margin: 0;
    padding: 0;
}
body a {
    margin: 0;
    padding: 0;
    color: #333333;
    text-decoration: none;
    cursor: pointer;
    outline:none;
}
body span.clear-both {
    clear: both;
    display: block;
    width: 0;
    height: 0;
    border: 0;
    font-size: 0;
}
#globalconteneur {
    text-align:left;
    width:977px;
    height:620px;
    left:50%;
    margin-left:-488px;
    top:50%;
    margin-top:-310px;
    position:absolute;
    border:0px;
    background:url(../images/noflash.jpg) no-repeat;
}
#footer {
    font-size:9px;
    padding:0 5px 0 20px;
    width:952px;
    color:#666666;
    font-weight:normal;
    background: none;
    position: absolute;
    z-index:10;
}
.copyright {
    color:#666666;
    font-size:9px;
    text-align:right;
    display:block;
    position:relative;
    float:right;
    padding-bottom:40px;
    width:947px;    
}
.thema {
    width:947px;  
    float:left;
}
#visuel {
    width:977px;
    height: 445px;
    padding:0;
    margin:0;
    position:relative;
}
#flash {
    margin:0;
    padding:0;
    z-index:1;
    height:470px;
    width:977px;
    position:absolute;
}
#flash #flash-erreur{
    width:600px;
    margin:150px 0 0 350px;
    float:left;
    color:#333;
    font-size:12px;
}
#flash #flash-erreur span{
    color:#FF9900;
}
#flash #flash-erreur a{
    float:left;
    clear:both;
    margin-top:5px;
}

/* --- blocs sur le swf --- */
#coll-droite {
    z-index:9;
    margin:10px 0 0 740px;
    text-align:left;
    position:absolute
}
#coll-gauche {
    z-index:8;
    margin:150px 0 0 50px;
    color : #999999;
    text-align:center;
    position:absolute
}
.bloc-gauche1 {
    background-image: url(../images/static/prehome-countrychoice.gif);
    background-repeat: no-repeat;
    background-position: top left;
    color : #999999;
    text-align:left;
    width:280px;
    height:90px;
    padding: 60px 0 0 0;
    margin:0;
}
.bloc-gauche2 {
    background-repeat: no-repeat;
    background-position: top left;
    text-align:left;
    color : #999999;
    width:280px;
    height:70px;
    padding:0;
    margin:0;
}
.bloc-gauche3 {
    background-repeat: no-repeat;
    background-position: top left;
    text-align:left;
    color : #999999;
    width:280px;
    height:50px;
    padding:0;
    margin:0;
}


/* STYLE CALQUE + FILTRE */
#filtre {
    float:left;
    background-color:#666666;
    display: none;
    position:absolute;
    filter:alpha(opacity=50);
    VISIBILITY: visible;
    WIDTH: 1260px;
    HEIGHT: 863px;
    opacity: 0.7;
    MozOpacity: 0.7;
    KhtmlOpacity: 0.7;
    top:0;
    left:0;
    z-index:110000;
}
#calque {
    display:none;
    width:560px;
    height:577px;
    position:absolute;
    z-index:200000;
    color:#000000;
    overflow-y:hidden;
    overflow-x:hidden;
}
#calquecontainer #bloc_fermer {
    background-color:#FFFFFF;
    color:#FFFFFF;
    font-weight:bold;
    height:20px;
    margin:0;
    padding:8px 10px 8px 0;
    text-align:right;
    width:auto;
}
#calque.newsletter {
    background-color:#FFFFFF;
}
#calque.newsletter #bloc_fermer {
    float:right;
    height:auto;
    margin:0;
    padding:0;
    position:absolute;
    right:0;
}