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


#intro {
	float: center;
	text-align:left;
	height:768px;
	width:1366px;
	/*background-image:url(../images/intro3.jpg);
	background-repeat:no-repeat;
	background-position:center center;*/
	/*background-color:#CCCCCC;
	background-size: 100% 100%;*/
	z-index: 1;
	display:table;
}

#intro2 {
	float: left;
	position:absolute;
	height:768px;
	width:1366px;
	/*background-image:url(../images/intro3.jpg);
	background-repeat:no-repeat;
	background-position:center center;*/
	/*background-color:#CCCCCC;
	background-size: 100% 100%;*/	
}

#admin {
	float: left;
	position:absolute;
	width:265px;
	height:196px;
	margin-left:1070px;
	margin-top:542px;
	z-index:2000;
	/*background-color:#000000;*/
	border-radius:15px;
}

#touche0 {
	float: left;
	position:absolute;
	height:680px;
	width:900px;
	margin-top:45px;
	margin-left:146px;
	background-image:url(../images/main.png);
	padding-left:200px;
	}
	
#touche {
	float: left;
	position:absolute;
	height:680px;
	width:900px;
	margin-top:45px;
	margin-left:146px;
	/*background-color:#993300;*/
	padding-left:200px;
	z-index:1000;
	}
	
#touche a {
	/*background-image:url(../images/main.png);*/
	background-position: 50% 0%;
	background-repeat: no-repeat;
	background-origin: border-box;
	
	display: inline-block; width: 670px; height: 670px;
	border-width: 20px;
	border-color: rgba(0,0,0,0);
	border-radius: 100%;
	-moz-border-radius: 100%;
	-webkit-border-radius: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: 0.15s ease;
	-moz-transition: 0.15s ease;
	-ms-transition: 0.15s ease;
	-o-transition: 0.2s ease;
	transition: 0.15s ease;
}

#touche a:active {
	border-width: 0;
	border-color: rgba(217, 224, 237, 0.9);
	/*background-image:url(../images/main.png);*/
}

/*///////////*/