/** --------------------------------------------
 * bottom et ligne legale
 -----------------------------------------------*/
#sitebottom {
	z-index: 15;
	position: relative;
	padding: 0;
	margin: 0 0 20px 0;
	text-align: center;
	clear: both;
}
#imgbottom {
}

#legal {
	text-align: right;
	z-index: 10;
	position: relative;
	padding: 0 40px;
	height: 56px;
	margin-top: -6px;
	background: url('../imgs/web/fondlegal.gif') bottom center no-repeat;
}
/* IE */
#sitebottom > #legal {
	margin-top: -10px;
}
#legal p {
	font-size: smaller;
	color: #EEEEEE;
	padding: 20px 0 10px 0;
}
#legal a {
	color: #FFCC33;
	font-weight: bold;
	text-decoration: none;
}
#legal a:visited {
	color: #FFCC33;
}
#legal a:hover {
	color: #FFFFFF;
}



/** --------------------------------------------
 * Conten fullscreen
 -----------------------------------------------*/
.fullscreenVideo {
text-align: center;
display: block;
background-color: #EEEEEE;
border: 1px solid #CCCCCC;
padding: 1em;
}

.fullscreenVideo:hover {
background-color: #FFFFAA;
}

.videoShow {
text-align: center;
background-color: #EEEEEE;
border-top: 0;
width: 100%;
}
.videoShow td {
vertical-align: bottom;
}

.video3d, .video2d {
float: left;
width: 48%;
margin-right: 2px;
padding: 0;
padding-top: 53px;
cursor: pointer;
}
.video3d {
background: url('icon3d.png') top center no-repeat;
}
.video2d {
background: url('icon2d.png') top center no-repeat;
}
.videoDl2 {
display: block;
background-color: #EEEEEE;
border-bottom: 1px solid #CCCCCC;
background: url('iconDl2.png') top center no-repeat;
padding-top: 29px;
text-align: center;
}

.clear {
	clear: both;
}
