/* CSS Document */

body{
	/*background-color:#FF9900;*/
	color: #FF9900;
	margin:auto;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
        overflow: hidden;
}
a.navigation:link {
            color: #000000;
            text-decoration: none;
}
a.navigation:visited {
            text-decoration: none;
            color: #000000;
}
a.navigation:hover {
            text-decoration: none;
            color: #FFFFFF;
}
a.navigation:active {
            text-decoration: none;
            color: #000000;
}
.sytle1{
	color: #000000;
	font-weight:bold;
	font-size: 12px;
}
.style2{
	color:#FF0000;
	font-weight:bold;
	font-size:12px;
}
#container{
	position: absolute;
        top:0px;
        left:0px;
	width:1000px;
	height:690px;
	margin:auto;
}
#content{
	position:absolute;
	width:900px;
	height:410px;
	top:280px;
	left:100px;
	z-index:2;
}
div.menubackground{
	position:absolute;
	width:1000px;
	height:690px;
	left:0px;
	top:0px;
	z-index:1;
	background-image:url(images/menu_backgroung.png);
}
div.skiforeground1{
position:absolute;
width:402px;
height:298px;
top:0px;
left:0px;
z-index:8;
}
div.skiforeground2{
position:absolute;
width:256px;
height:254px;
top:200px;
left:766px;
z-index:1;
}
div.stages{
position : absolute;
top: 220px;
left: 415px;
z-index: 8;
}
div.tests{
position : absolute;
top: 270px;
left: 115px;
z-index: 8;
}
div.titleforeground{
	position:absolute;
	width:984px;
	height:420px;
	top:0px;
	left:0px;
	z-index:2;
	background-image:url(images/back_background.png);
}
div.logoimage{
	position:absolute;
	width:252px;
	height:252px;
	top:50px;
	left:490px;
	z-index:7;
}
div.ouvreur{
    width: 220px;
    height: 60px;
        position: absolute;
        color:#FF0000;
        font-weight:bold;
        font-size:24px;
        top: 10px;
        left: 50px;
        z-index:9;
        background-image: url(images/ouvreur.png);
        background-position: center center;
        background-repeat: no-repeat;
}
div.navigation{
	position:absolute;
	width:188px;
	height:420px;
	top:0px;
	left:792px;
	z-index:10;
	text-align:right;
}
div.contact{
	background-image:url(images/contact-background.png);
	position: absolute;
	top: 650px;
	left: 50px;
	height: 40px;
	width: 900px;
	z-index:10;
	font-family: Arial, Helvetica, sans-serif;
	font-style:italic;
	font-size:14px;
	text-align:center;
        opacity: 0.5;
        filter:alpha(opacity=50);
        -moz-opacity:0.5;
        -khtml-opacity:0.5;
}

