/* CSS Document */
html{
	height:100%;
}

body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	width:100%;
	height:100%;
	overflow:hidden;
	text-align: center;
	position: relative;
	z-index:15;
}
a:link {
	color:#CCCCCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color:#CCCCCC;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

#accueils {}
#btn{
	position:absolute;
	top:15%;
	height:70%;
	width:70%;
	z-index: 20;
}
#accueil_img {
	position:absolute;
	text-align:center;
	height:100%;
	width:100%;
	z-index: 15;
	vertical-align:middle;
	overflow:hidden;
	border: 1;
	border-color: #FFFFFF;
	
}
#fond_der {
	height:100%;
	width:100%;
	background-color:#000000;
	z-index:14;
	overflow:hidden;
	position: absolute;
	-moz-opacity:0.85;
	opacity:0.85;
	filter:alpha(opacity=85);
}
.bouton
{
        color:#000000;
        font-size:18px;
        cursor:pointer;
		
}
img {
	border: 1px solid #FFFFFF;
}
.txt
{
        color:#000000;
        font-size:15px;
		font-family:Verdana, Arial, Helvetica, sans-serif;
        
		
}
.bouton2
{
        color:#CCCCCC;
		text-decoration: none;
        cursor:pointer;
		
}
