/* 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:url(../images/fond-index.jpg) no-repeat center top;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}

#corps{
width:100%;
padding-top:150px;
}

a{
text-decoration:none;
color:#999999;
}

a:hover{
color:#a4cbff;
/*font-weight:600;*/
}

#centrer{
margin:0 auto;
width:650px;
}

#flash_bckg{
background:url(../images/flash_bcg.png) no-repeat;
padding:10px 0 0 10px;
width:650px;
height:233px;
}

#logo{
margin:0px 0 20px 0px;
}

#logo span{
display:none;
}

#langues{
float:right;
font-size:18px;
color:#a4cbff;
}

#langues li{
display:inline;
line-height:150%;
}

#keywords{
clear:both;
color:#e9e9e9;
margin-top:15em;
}

/* ******************************************** */
/* Maintenance									*/
/* ******************************************** */

#corps_maintenance{
width:700px;
margin:0 auto;
padding-top:150px;
line-height:1.5em;
}

#maintenance-txt{
background:url(../images/flash_bcg.png) no-repeat;
width:660px;
height:243px;
padding-left:1em;
padding-top:1em;
}

h2{
color:#003366;
font-size:1.5em;
padding-bottom:0.5em;
}
