/* Gallery Styles */

#motioncontainer {

width: 300px; 
height: 302px; 
position: absolute;
top: 407px;
left: 722px;
z-index: 100;
}

#motioncontainer a img {
border: 1px solid #cccccc; /* Set image border color */
}

#motioncontainer a:hover img {
border: 1px solid navy; /* Set image border hover color */
}

#statusdiv {
background-color: #000000;
border: 1px solid #000000;
padding: 2px;
position: absolute;
left: -300px;
top: -300px;
visibility: hidden;
}

#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* End Gallery Styles */

.legende {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.legende2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
	font-weight: normal;
	color: #FFFFFF;
}

.bordures_1 {
	border: 1px solid #cc3300;
}

.bordures_0 {
	border: 1px solid #FFFFFF;
}

