body {
	background:black;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


a, a:active{
color: white;
text-decoration: none;
}
#cajon {
	background-color: black;
	width: 800px;
	height: 600px;
	position: relative;
	text-align: center;
	color: green;
}



.radio {
	
	float:left;
	width: 250px;
	height:300px;
	position: relative;
	margin-left:150px;
	
	
}
.afiche{
	position: relative;
	float:left;
	width: 350px;
	
	
	
	
	
	
}

.boton{
	background-color:black;
	width: 20px;
	height: 20px;
	margin-left: 50px;
	position: relative;
	float: left;
	
}
