/*@font-face {
    font-family: 'MangalRegular';
    src: url('../font/mangal-webfont.eot');
    src: url('../font/mangal-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/mangal-webfont.woff') format('woff'),
         url('../font/mangal-webfont.ttf') format('truetype'),
         url('../font/mangal-webfont.svg#MangalRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}*/
@font-face {
    font-family: 'MyriadProBoldSemiExtended';
    src: url('../font/myriadpro-boldsemiext-webfont.eot');
    src: url('../font/myriadpro-boldsemiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/myriadpro-boldsemiext-webfont.woff') format('woff'),
         url('../font/myriadpro-boldsemiext-webfont.ttf') format('truetype'),
         url('../font/myriadpro-boldsemiext-webfont.svg#MyriadProBoldSemiExtended') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'MyriadProSemiExtended';
    src: url('../font/myriadpro-semiext-webfont.eot');
    src: url('../font/myriadpro-semiext-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/myriadpro-semiext-webfont.woff') format('woff'),
         url('../font/myriadpro-semiext-webfont.ttf') format('truetype'),
         url('../font/myriadpro-semiext-webfont.svg#MyriadProSemiExtended') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MyriadProSemiExtendedItalic';
    src: url('../font/myriadpro-semiextit-webfont.eot');
    src: url('../font/myriadpro-semiextit-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/myriadpro-semiextit-webfont.woff') format('woff'),
         url('../font/myriadpro-semiextit-webfont.ttf') format('truetype'),
         url('../font/myriadpro-semiextit-webfont.svg#MyriadProSemiExtendedItalic') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
	font-family: "MyriadP8";
	src: url('../font/MyriadP8.otf');
}
@font-face {
	font-family: "MyriadPE";
	src: url('../font/MyriadPE.otf');
}
body{
background: white url(../images/splash/image_back.jpg) no-repeat top;
}
.choix_lang{
text-decoration: underline;
color: black;
font-family: MyriadPE, sans-serif;
}
a{
text-decoration:none;
}
#ecran{
position:absolute;
left:0;
top:0;
height:100%;
width:100%;
background-color:white;
z-index:1000;
}
#contenu{
position:relative;
width:1000px;
min-height:900px;
margin:0 auto 0 auto;
}

#logo{
position:absolute;
top:349px;
left:-225px;;
background: url(../images/splash/blang_logo.png) no-repeat;
width:300px;
height:98px;
display: none;
z-index: 300;
}

#lang_choix_conteneur{
position:absolute;
left:330px;
top:100px;
font-size: 40px;
display: none;
}
#content_container
{
	width: 300px;
	position: absolute;
	left: 50%;
}
#texte_message{
position:absolute;
top: 250px;
height: 300px;
left:-150px;
width:300px;
display: none;
background: url("../images/splash/menu_splash_carre.png") no-repeat;
}
#texte_message:HOVER
{
	background-image: url("../images/splash/menu_splash_carre_over.png");
}
#texte_message_conteneur
{
	position: relative;
	height: 300px;
	width: 300px;
}
#lang_choix_fr
{
	position: absolute;
	left: 20px;
	top: 35px;
	color: white;
	font-family: MyriadP8, sans-serif;
	font-size:25px;
	cursor: pointer; 
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index: 300;
}
#lang_text_fr
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/splash/menu_splash_tx_fr.png") no-repeat;
	height: 300px;
	width: 300px;
	opacity:0;
	filter:alpha(opacity=0);
	display: none;
}
#lang_choix_en
{
	position: absolute;
	left: 20px;
	bottom: 50px;
	color: white;
	font-family: MyriadP8, sans-serif;
	font-size:25px;
	cursor: pointer; 
	opacity:0.5;
	filter:alpha(opacity=50);
	z-index: 300;
}
#lang_text_en
{
	position: absolute;
	left: 0px;
	top: 0px;
	background: url("../images/splash/menu_splash_tx_eng.png") no-repeat;
	height: 300px;
	width: 300px;
	opacity:0;
	filter:alpha(opacity=0);
	display: none;
}
.text_font
{
	font-family: MyriadP8, sans-serif;
}
#separator
{
	height: 75px;
}
#counter
{
	position: absolute;
	bottom: 0px;
	left: 75px;
	color: white;
	font-weight: bold;
}