/* CSS - GLOBALES */
@media screen {
    /* GENERIQUE */
    body {
        margin:0px;
        padding:0px;
        font-size:11px;
        color:#000000;
        font-family:Arial, Verdana, Helvetica, Sans-serif;
        background-image:none;
        background-color:#FFFFFF;
        text-align:center;
    }
    div, p, ul {
        margin:0px;
        padding:0px;
    }
    br {
        float:none;
        clear:both;
    }
    a {
    }
    a:hover {
        text-decoration:none;
    }
    img {
        border:0px;
        display:inline;
    }
    form, form fieldset, form fieldset label, form fieldset input, form fieldset select, form fieldset textarea {
        margin:0px;
        padding:0px;
    }
    /* CLASSES */
    .nofloat {
        clear:both;
        float:none;
    }
    br.nofloat {
        font-size:1px;
    }
    .txt-left {
        text-align:left;
    }
    .txt-center {
        text-align:center;
    }
    .txt-right {
        text-align:right;
    }
    .txt-justify {
        text-align:justify;
    }
    .txt-size-p {
        font-size:9px;
    }
    .txt-size-m {
        font-size:11px;
    }
    .txt-size-g {
        font-size:13px;
    }
    /* Filtre + Calque */
    #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:100%;
        height:100%;
        position:absolute;
        z-index:200000;
        color:#000000;
        overflow-y:hidden;
        overflow-x:hidden;
    }

    #calque.newsletter,
    #calque.sondage {
        background-color:#FFF;
    }
    #calque.newsletter #bloc_fermer,
    #calque.sondage #bloc_fermer {
        float:right;
        margin-bottom:6px;
        margin:0;
        top:0;
        right:0;
        position:absolute;       
    }
    #calque.newsletter #bloc_fermer IMG {
    	width:110px;
    	height:34px;
    }
    /* Hack IE6 PNG */
    /*
    * html img,
	* html .png {
		behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
this.src = "../images/static/1ptrans.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
this.runtimeStyle.backgroundImage = "none")),this.pngSet=true));
	}
	*/
}
@media print {
/* GENERIQUE */
/* STYLES */
}

