@import "fonts.css";
@import "facebox.css";

#loadingScreen{
position:absolute;
z-index:9999;
width:100%;
height:100%;
background-color:white;
vertical-align:middle;
text-align:center;
display:none;
}

.loadingContent{
position:relative;
top:100px;
}

#loadingScreen #header{
margin:10px auto;
position:relative;
}


body{
	margin:0;
	padding:0;
}

.bg{
position:absolute;
left: 0;
top:0;
width:100%;
}

.fix{
position:fixed;
}


.all{
width:100%;
height:100%;
margin:0;
padding:0;
}

.centered{
margin-left:auto;
margin-right:auto;
}

.fond{
    background: none repeat scroll 0 0 #FFFFFF;
    border-radius: 10px 10px 10px 10px;
    box-shadow: 0 0 10px #000000;
    height: 100%;
    width: 100%;
	opacity:0.6;
	/*filter:alpha(opacity=60); /* For IE8 and earlier */
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#000000', Direction=135, Strength=5);
	zoom:1;*/
	filter:alpha(opacity=60);
	z-index:2;
	position:relative;
	/*position:absolute;
	top:0;
	width:970px;*/
	/*behavior: url(css/PIE.htc);*/
}

#contenu{
	margin: 0px auto 0;
	height: 1200px;
    width: 970px;
}

#header {
    color: #D4B424;
    font-family: mariage;
    font-size: 70px;
    font-weight: bold;
    height: 100px;
    position: absolute;
    text-align: center;
    width: 970px;
    z-index: 200;
	line-height:40px;
	text-shadow: 2px 2px 2px #555555;
	/*filter:progid:DXImageTransform.Microsoft.Shadow(color='#55555', Direction=305, Strength=1);*/
	zoom: 1;
}

.header_text{
	filter:progid:DXImageTransform.Microsoft.Shadow(color='#55555', Direction=305, Strength=1);
	padding-top: 20px;
}



#header span{
	font-size:30px;
	text-shadow: 1px 1px 1px #000000;

	text-align: right;
}

.align_left{
float:left
}
.align_right{
float: right;
}
.figurine{
   /* left: -50px;
    position: absolute;
    top: -100px;
    width: 0;
    z-index: 200;*/
	    bottom: 80%;
    left: -50px;
    position: absolute;
    z-index: 200;
}

.figurine img{
height:160px;
/*width: 35%;*/
}

.ombre{
    background: url("../img/ombre_droite.png") no-repeat scroll 0 0 transparent;
    bottom: -10px;
    height: 10px;
    position: absolute;
    right: -10px;
    width: 150px;
	
}

.fond_menu{
background:url("../img/fond_bande_menu.png") no-repeat scroll 0 0 transparent;
width:100%;
height:150px;
position:absolute;
margin-top: 120px;
}

#menu_items a{
text-decoration:none !important;
}
#menu_items{
    background: url("../img/bande_menu_mini.png") no-repeat scroll center top transparent;
    color: black;
    font-family: arial;
    font-size: 12px;
    height: 120px;
    position: absolute;
    margin-top: 120px;
	left:0;
    z-index: 200;
	width: 100%;
}
 #menu_items ul{
    height: 100px;
    list-style-type: none;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
    top: 120px;
    width: 840px;
    z-index: 180;
}
 #menu_items li{
    display: inline;
    float: left;
    margin-left: 30px;
    margin-right: 30px;
    overflow: hidden;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: 150px;
 }
 
 #menu_items li h3{
	background-color:#0c192d;
    background: none repeat scroll 0 0 rgba(12, 25, 45, 0.5);
    bottom: -20px;
    color: white;
    height: 0px;
    position: absolute;
    width: 100%;
	z-index:500;
	/*opacity:0.6;*/
	filter:alpha(opacity=90); /* For IE8 and earlier */
	text-shadow: 2px 2px 2px black;
	border-radius: 25px 25px 0 0;
}
 
 #menu_items img{
 height:100px;
 border:none;
 }
 
.selector{
    background: none;
    min-height: 100px;
    position: absolute;
    top: 0;
	left: 20px;
    min-width: 100px;
    z-index: 999;
	text-decoration:none;
	padding:10px;
}

.center{
text-align:center;
}

/* all image has same property, uncomment icon and icon_medium if pb */
img{
 vertical-align:middle;
 padding-right:10px;
}

.icon{
 height:30px !important;
 /*vertical-align:middle;
 padding-right:10px;*/
}

.icon_medium{
 height:50px !important;
 /*vertical-align:middle;
 padding-right:10px;*/
}

a img {
  border: none;
}

a:visited{
 color:black;
}

a {
text-decoration: none;
color:black;
}

a:hover{
text-decoration: underline;
}

.news{
position: absolute;
    right: 0em;
    top: 0;
}

.news img{
width : 1.5em;

}