.DVD {
	padding: 4px;
	margin:0 0 10px 0;
	border: 1px dashed #CCCCCC;
}


.DVD h1 {
	color:#000;
	margin:0 0 4px 0;
	padding:0;
	text-align:left;
	font-weight: bold;
	text-transform: none;
	border:none;
}

.DVD img {
	float:left;
	border:1px solid #000;
	margin:0 8px 8px 0;
}

.DVD .Spacer {
	clear: both;
	visibility: hidden;
	line-height:0px;
	height:0px;
}

/*-------------------------- pour les photos --------------- */
a.BulleInfoA{
    position:relative;
    display:block;
    z-index:20;
    color:#000;
    text-decoration:none;
}
a.BulleInfoA img {
	border:solid 1px #666666;
	/*float:left;*/
	margin:0 4px 4px 0;
}

a.BulleInfoA:hover{
	z-index:121;
	background:none;
}

a.BulleInfoA span{
	display: none;
	z-index:100;
}

a.BulleInfoA:hover span{
	display:block;
	position:absolute;
	top:10px;
	left:20px;

	border:1px solid #666666;
	background-color:#FFFFCC;
	color:#333333;
	text-align: center;
	font-size: 11px;
	padding: 2px;
	z-index:100;
}

a.BulleInfoA:hover span img {
	margin:0;
}
