@charset "utf-8";
/* CSS Document */

html, #intro{
	width:100%;
	height:100%;
	position:relative;
	padding:0px;
	margin:0px;
	cursor:default;
}


a{
	outline:none;
}

#background_black{
	height:100%;
	width:50%;
	min-width:450px;
	position:absolute;
	left:0px;
	top:0px;
	background-color:#101010;
	z-index:0;
}

#selection_area{
	height:100%;
	width:900px;
	height:550px;
	position:absolute;
	margin-left:auto;
	margin-right:auto;
	z-index:5;
	right:-450px;
}

#header{
	background-image:url(../images/intropage_header.png);
	background-repeat:no-repeat;
	background-position:center;
	width:430px;
	height:133px;
	margin-left:auto;
	margin-right:auto;
	padding-top:50px;
	margin-bottom:30px;
	position:absolute;
	right:-215px;
	top:10px;
}

#choice{
	width:900px;
	height:186px;
	padding-top:200px;
	margin-bottom:50px;
}

#choice.hidden{
	display:none;
}

#choice a{
	display:block;
	width:300px;
	height:186px;
	margin:auto;
}

#choice_cuistot{
	width:450px;
	float:left;
}

#choice_petitcuistot{
	width:450px;
	float:left;
}

#choice_petitcuistot a img, #choice_cuistot a img{
	border:none;
}