/* CSS Document */
@import url("reset.css");
@import url("global.css");

* 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/transparent.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)
);
}

#body, #body_maintenance{
background:#FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}


#corps{
width:100%;
padding-top:150px;
}

a{
color:#0072BC;
text-decoration:none;
}

a:hover{
color:#CFD51C;
/*font-weight:600;*/
}

#centrer{
margin:0 auto;
width:808px;
height:303px;
}
#flash_bckg_masque{
background: url(../images/banner-bcg-intro.png) no-repeat;
width:486px;
height:243px;
float:right;
z-index:1;
position:relative;
margin-top:-229px;}
#flash_bckg{
float:left;
width:436px;
height:229px;
z-index:0;
margin-left:25px;

}

#logo_langues{
float:left;
}

#logo{
width:322px;

}

#logo span{
display:none;
}

#langues{
text-align:center;
color:#0072BC;
margin-top:20px;
font-weight:600;
font-size:14px;
border:0px solid #000000;
width:240px;
}

#langues li{
display:inline;
line-height:150%;
}

#keywords{
clear:both;
color:#EFEFEF;
margin:0 auto;
margin-top:5em;
width:806px;
}

/* ******************************************** */
/* Maintenance									*/
/* ******************************************** */

#corps_maintenance{
width:700px;
margin:0 auto;
text-align:center;
padding-top:150px;
line-height:1.5em;
}

#logo_maintenance{
padding:55px 0 20px 0;
}

h2{
color:#0072BC;
font-size:1.5em;
padding-bottom:0.5em;
}