body{
	background-color:#332a59;
	font-family:arial;
	margin:0;
	padding:0;
}

#conteneur{
	position:absolute;
	width:100%;
	min-width:600px;
	height:100%;
	min-height:430px;
	/*left:50%;
	margin-left:-250px;*/
}

#menu{
	position:absolute;
	width:500px;
	height:300px;
	top:50%;
	margin-top:-138px;
	left:50%;
	margin-left:-250px;
	text-align:center;
}

#bouton {
	text-align:center;
	display:block;
	width:60px;
	height:25px;
	background-color:#332a59;
	color:#ccffff;
	text-decoration:none;
	border:none;
	
	float:left;
	margin-right:10px;
	border:1px solid #ccffff;
	
	cursor:pointer;
	
	margin-left:155px;
}

a{
	text-align:center;
	
	width:120px;
	height:19px;
	
	text-decoration:none;
	border:none;
	color:#ccffff;
	
	font-size:14px;
	padding-top:4px;
	float:left;
	margin-top:-16px;
	border:1px solid #ccffff;
}

#bouton:hover, a:hover{
	background-color:#ccffff;
	color:#332a59;
}

img{
	margin-bottom:20px;
}

footer{
	position:fixed;
	width:114px;
	height:30px;
	padding:3px 0 0 5px;
	bottom:30px;
	left:30px;
	border:1px solid #9995AC;
	
	color:#9995AC;
	font-size:10px;
}

/*footer{
	position:absolute;
	bottom:30px;
	right:30px;
	
	color:#9995AC;
	font-size:10px;
}*/