/* CSS - GLOBALES */
@media screen {
/* GENERIQUE */
body {
    margin:0px;
    padding:0px;
    font-size:11px;
    color:#242424;
    font-family:Arial, Verdana, Helvetica, Sans-serif;
    background-color:#FFFFFF;
}
div, p, ul, dl {
    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:560px;
    height:577px;
    position:absolute;
    z-index:200000;
    color:#000000;
    overflow-y:hidden;
    overflow-x:hidden;
}

#calque .close{
	position : absolute;
	top : 5px;
	right : 5px;
}
/* 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 */
}

#bloc_fermer{
	position : absolute;
	top : 17px;
	right : 40px;
}
