.cadre-galerie1 {
	float: left;
	height: 272px;
	width: 577px;
	padding-top: 3px;
	padding-left: 3px;
	background-color: #003366;
	padding-right: 3px;
	padding-bottom: 3px;
	margin-left: 90px;
	left: 10px;
	margin-top: 0px;
	background-repeat: no-repeat;
	background-position: center center;
	z-index: 500;
}
.cadre-galerie_e {
	float: left;
	height: 272px;
	width: 408px;
	padding-top: 8px;
	padding-left: 42px;
	background-color: #003366;
	padding-right: 42px;
	margin-left: 68px;
	margin-top: 85px;
	overflow: hidden;
	padding-bottom: 1px;
}
#sousgalerie {
	float: left;
	height: 11px;
	width: 492px;
	background-color: #003366;
	padding-bottom: 0px;
	margin-left: 68px;
	overflow: hidden;
	border-top-color: #FFF;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
}

/* debut de la Galerie defilante */
#motioncontainer {
	/*margin:0 auto;  Uncomment this line if you wish to center the gallery on page */
    width: 577px; /* Set to gallery width, in px or percentage */
	height: 272px; /* Set to gallery height */
	background-color: #000000;
	vertical-align: middle;
	display: block;
	clip: rect(auto,auto,auto,auto);
}

#motioncontainer a img {
	border: 1px solid; /* Set image border color */
	border-top-color: #009999;
	border-right-color: #009999;
	border-bottom-color: #009999;
	border-left-color: #009999;
}

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

#statusdiv {
	background-color: lightyellow;
	border: 1px solid gray;
	padding: 2px;
	position: absolute; /* Stop Editing Gallery Styles */
	left: -300px;
	visibility: hidden;
}
#motioncontainer a:hover {
color: red; /* Dummy definition to overcome IE bug */
}
/* fin de la galerie defilante */

