.thumbOuter,
.thumb{
	overflow: hidden;
	position: relative;
}
.thumbOuter a,
.thumb{
	display: block;
	border: 1px solid #8BA7E3;
	border: 1px solid #D3D3D3;
}
.thumbOuter a .thumb,
.thumbOuter .thumbComment a {
	border: none;
}
.thumbOuter a:hover{
	border-color: #FF6600;
	border-color: #017BB7;
}

.thumb{
	background-color: #fff;
	background-position: left center;
	background-image: url(../icons/thumbs/bg.png);
	/*
	border-radius: 5px;
	-o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
	*/
}

.thumb img,
a .thumb img{
	z-index: 1;
	width: 100%;
	display: block;
	min-height: 100%;
	position: relative;
	
	-webkit-transition: all 0.3s ease; /* Safari and Chrome */
    -moz-transition: all 0.3s ease; /* Firefox */
    -o-transition: all 0.3s ease; /* IE 9 */
    -ms-transition: all 0.3s ease; /* Opera */
    transition: all 0.3s ease;
}
a:hover .thumb img{
	-webkit-transform:scale(1.4); /* Safari and Chrome */
    -moz-transform:scale(1.4); /* Firefox */
    -ms-transform:scale(1.4); /* IE 9 */
    -o-transform:scale(1.4); /* Opera */
     transform:scale(1.4);
}
.thumb .layer,
a .thumb .layer{
	display: none;
}
a:hover .thumb .layer{
	display: block;
	z-index: 2;
	width: 100%;
	height: 100%;
	position: absolute;
}
a:hover .thumb .layer1{
	background-color: #FF6600;
}
a:hover .thumb .layer2{
	background-color: #003399;
}

.thumb .layerUp{
	display: block;
	z-index: 4;
	width: 151px;
	height: 151px;
	position: absolute;
	background-repeat: no-repeat;
	background-color: transparent;
	background-position: left bottom;
	background-image: url(../icons/thumbs/layers/1.png);
}
a:hover .thumb .layerUp{
	background-image: url(../icons/thumbs/layers/2.png);
}

a .thumb .zoom{
	z-index: 5;
	width: 40px;
	height: 40px;
	top: 50%;
	margin-top: -20px;
	position: absolute;
	background-size: 40px;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	
	display: none;
}

a .thumb .zoomLink{
	display: inline-block;
	display: none;
	background-image: url(../icons/thumbs/zoom/1.png);
}
a.current .thumb .zoomLink,
a:hover .thumb .zoomLink{
	display: inline-block;
	background-image: url(../icons/thumbs/zoom/2.png);
}

a .thumb .zoomImg{
	display: inline-block;
	display: none;
	background-image: url(../icons/thumbs/zoom/img-grey.png);
}
a:hover .thumb .zoomImg{
	display: inline-block;
	background-image: url(../icons/thumbs/zoom/img.png);
}
/*
a:hover .thumb .zoom{
	display: block;
}
*/
.thumbOuter .thumbCategory{
	display: block;
	max-width: 80%;
}
.thumbOuter .thumbLabel,
.thumbOuter .thumbCategory{
	z-index: 6;
	bottom: 30px;
	position: absolute;
}
.thumbOuter .thumbLabel,
.thumbOuter .thumbCategory a{
	padding: 0 5px;
}
.thumbOuter .thumbLabel,
.thumbOuter .thumbCategory a{
	display: inline-block;
	text-decoration: none;
	background-color: transparent;
}
.thumbOuter .thumbLabel .thumbLabelTitle,
.thumbOuter a .thumbLabel .thumbLabelTitle,
.thumbOuter .thumbCategory .thumbCategoryTitle,
.thumbOuter .thumbCategory a .thumbCategoryTitle{
	color: #fff;
	z-index: 2;
	position: relative;
}
.thumbOuter a:hover .thumbLabel .thumbLabelTitle,
.thumbOuter .thumbCategory a:hover .thumbCategoryTitle{
	color: #444;
	color: #eee;
}
.thumbOuter .thumbLabel .thumbLabelBg,
.thumbOuter a .thumbLabel .thumbLabelBg,
.thumbOuter .thumbCategory .thumbCategoryBg{
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #45474E;
}
.thumbOuter a:hover .thumbLabel .thumbLabelBg,
.thumbOuter .thumbCategory a:hover .thumbCategoryBg{
	background-color: #ECCF0F;
	background-color: #003399;
}

.thumbOuter a .thumbLabel .thumbLabelBg{
	z-index: 1;
	top: 0;
	width: 100%;
	height: 100%;
	position: absolute;
	background-color: #3B3B3B;
}
.thumbOuter a:hover .thumbLabel .thumbLabelBg{
	background-color: #CE0829;
}
.thumbOuter a .thumbLabel .thumbLabelTitle{
	margin: 0;
	color: #fff;
	z-index: 2;
	position: relative;
	text-align: center;
}
.thumbOuter a:hover .thumbLabel .thumbLabelTitle{
	color: #fff;
	text-decoration: underline;
}

.thumbOuter .thumbComment,
.thumbOuter a .thumbComment{
	margin: 0;
	height: 20px;
	padding: 5px 0;
	overflow: hidden;
	text-align: center;
}
.thumbOuter a:hover .thumbComment{
	text-decoration: underline;
}

/* Vidéos */
.thumb .starter{
	width: 50px;
	height: 30px;
	z-index: 3;
	left: 50%;
	top: 50%;
	margin-top: -15px;
	margin-left: -25px;
	position: absolute;
	background-size: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: transparent;
	background-image: url(../icons/thumbs/video/starter/red.png);
	
	transition: all .3s ease;
	-o-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-webkit-transition: all .3s ease;
}
.thumb .starterMedium{
	width: 32px;
	height: 24px;
	margin-top: -12px;
	margin-left: -16px;
}
.thumb .starterMini{
	width: 22px;
	height: 14px;
	margin-top: -7px;
	margin-left: -11px;
}
a:hover .thumb .starter{
	background-image: url(../icons/thumbs/video/starter/black.png);
}

/* Vidéo inline */
.vdoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.vdoWrapper iframe,
.vdoWrapper embed,
.vdoWrapper object,
.vdoWrapper video{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}