@charset "utf-8";
/* CSS Document */
body {margin:0 auto; background-color:#004f8d; background-image: url(../../assets/img/common/front/common_bg.jpg); background-repeat:repeat-x; background-position:top;}

.Wraper{width:100%; height:100%; min-height:100%;}

/****************************************/
/*              HOME					*/
/****************************************/

.Top {position:relative; float:left; width:100%; /*background-image:url(../../assets/img/common/front/bg_star.jpg); background-repeat:repeat-x; background-position:top;*/}

.Inner{position:relative; width:900px; margin-left:-450px; left:50%;}

.ContainerTop {position:relative; float:left; width:900px; height:100%; z-index:20;}
.BlockLogo {position:relative; float:left; width:100%; text-align:center; z-index:30;}
.BlockSlogan {position:relative; float:left; width:100%; height:31px; text-align:center; z-index:40;}

.BlockListIco {position:relative; float:left; width:100%; margin-top:20px; z-index:50;}
.Icone {position:relative; float:left; width:200px; height:180px; text-align:center;}
.TextIcone {position:relative; float:left; width:180px; margin-left:-90px; left:50%; text-align:justify; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; margin-top:10px;}
.SeparatorIcone{position:relative; float:left; width:24px; height:180px; text-align:center;}

/****************************************/
/*              Footer					*/
/****************************************/

.Footer{
position:absolute;
width:100%;
height:299px;
bottom:0px;
left:0px;
clear:both;
background:none;
z-index:1;
}

.Earth_background
{
position:relative;
float:left;
width:900px;
margin-left:-450px;
left:50%;
height:299px;
background-repeat:no-repeat;
background-position:center;
filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../../assets/img/common/front/terre.png', sizingMethod='scale');
z-index:1;
}


body .Earth_background {
filter: none;
background: url('../../assets/img/common/front/terre.png');
background-repeat:no-repeat;
background-position:center;
}

* html .Earth_background {
	position:absolute;
    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 = "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));
	background-position:center;
}	


.ContentFooter
{
position:absolute;
float:left;
width:862px;
height:42px;
margin-left:-431px;
left:50%;
top:250px;
clear:both;
background:#002848;
/*
filter:alpha(opacity=70) ;
opacity: 0.7 ;
-moz opacity: 0.7 ;
*/
opacity:.70;
-moz-opacity:0.7;
filter:alpha(opacity=70);

}

.TextFooter {float:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:10px; color:#FFFFFF; text-align:left; vertical-align:middle;}
.LogoFooter {width:878px; height:48px; position:absolute; bottom: 0; left: 0; clear: both; background: none;}

