/* @override http://wwwtest.biologie.ens.fr/~gaie/bones/js/class/style.css */
#box{
	position:absolute;
}
#box div{
	width: 500px;
	float:left;
}
#box .buttons{
	cursor: pointer;
}
#box .next{
	float:right;
}

.tourniquet {
	text-align: center;
	width: 500px;
	height: 300px;
	margin: 6px auto 50px;
}
.tourniquet .cache{
}

.cache{
	position: relative;
	width:500px;
	height: 300px;
	overflow:hidden;
}

#content .tourniquet img {
	text-align: center;
	margin-bottom: 10px;
}

#content .tourniquet h3 {
	font-size: 20px;
	padding-right: 0;
	padding-top: 0;
	padding-left: 0;
	margin: 5px 0 5px 5px;
	padding: 0;
}

#content .tourniquet div p {
	text-align: justify;
	margin-left: 10px;
	margin-right: 10px;
}

#content .tourniquet p.buttons {
	text-align: center;
	margin-top: 10px;
}
