.liste
{

}
.listeparent
{
	position: absolute;
	right: 5px;
	top: 100px;
	width: 150px;
	text-align: center;
	padding: 2px;
	background-color: #A0A0A0;
	border: #707070 1px solid;
	cursor: pointer;
}
.listeparent:hover
{
	background-color: #B0B0B0;
}

.load
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: #707070;
	z-index: 1000;
}
.loadimg
{
	position: absolute;
	z-index: 2000;
}

.boutton
{
	margin: 5px;
	float: left;
	cursor: pointer;
	background-color: #A0A0A0;
	border: #A0A0A0 3px solid;
}
.boutton:hover
{
	background-color: #B0B0B0;
}
.bouttontitre
{
	height: 20px;
	font-size: 90%;
	text-align: center;
	font-weight: bold;
}
.bouttonimg
{
	background-color: #B0B0B0;
}

.big
{
	position: absolute;
	top: 10px;
	z-index: 3000;
	background-color: #A0A0A0;
	border: #A0A0A0 3px solid;
}
.bigtitre
{
}
.bigname
{
	text-align: center;
	font-weight: bold;
	padding: 3px;
}
.bigclose
{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 80%;
	padding: 2px;
	background-color: #A0A0A0;
	border: #707070 1px solid;
	cursor: pointer;
}
.bigclose:hover
{
	background-color: #B0B0B0;
}
.biglink
{
	background-color: #B0B0B0;
	text-align: center;
	color: #707070;
	font-size: 80%;
}
.bigimg
{
	background-color: #B0B0B0;
}
.bigcomment
{
	background-color: #B0B0B0;
	text-align: center;
}
.bp_prev
{
	position: absolute;
	left: 0px;
	top: 400px;
	font-size: 150%;
	font-weight: bold;
	padding: 2px;
	background-color: #A0A0A0;
	opacity: 0.7;
	cursor: pointer;
}
.bp_prev:hover
{
	opacity: 1;
}
.bp_next
{
	position: absolute;
	right: 0px;
	top: 400px;
	font-size: 150%;
	font-weight: bold;
	padding: 2px;
	background-color: #A0A0A0;
	opacity: 0.7;
	cursor: pointer;
}
.bp_next:hover
{
	opacity: 1;
}