/*
 * POP UP
 */
.pop {
	background-image: url("../img/pop/fond.png");
	background-repeat: repeat;
	height: 100%;
	left: 0;
	overflow: hidden;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.pop .popCont {
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	height: auto;
	margin: auto;
	width: 495px;
	z-index: 1001;
	-moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}

.pop .popCont h3 {
	float: left;
	font-size: 16px;
	font-weight: normal;
	height: 34px;
	padding: 13px 0 0 13px;
	text-align: left;
	width: 431px;
}

.pop .popCont .popClose {
	cursor: pointer;
	float: right;
}

.pop .popCont .popContenu {
	clear: both;
	color: #787878;
	font-size: 12px;
	padding: 0 15px 0 13px;
	text-align: left;
}

.pop .popCont .popBottom {
	clear: both;
	height: 24px;
	padding: 5px 17px 17px 0;
}

.pop .popCont .popBottom * {
	float: right;
	cursor: pointer;
	margin-left: 5px;
}
/* video */
table {
    border-collapse: collapse;
    margin: auto;
}

.pop #bPopClose {
    cursor: pointer;
}

.pop td {
    text-align: center;
    padding: 0;
}

.pop td.top {
    background-image: url(/img/video/top.png);
    background-position: top left;
    height: 30px;
}

.pop td.topRight {
    background-image: url(/img/video/top_right.png);
    background-position: top left;
    height: 30px;
    width: 30px;
}

.pop td.left {
    background-image: url(/img/video/left.png);
    background-position: top left;
    width: 30px;
}

.pop td.right {
    background-image: url(/img/video/right.png);
    background-position: top left;
    width: 30px;
}

.pop td.botLeft {
    background-image: url(/img/video/bot_left.png);
    background-position: top left;
    width: 30px;
    height: 30px;
}

.pop td.bot {
    background-image: url(/img/video/bot.png);
    background-position: top left;
    height: 30px;
}

.pop td.botRight {
    background-image: url(/img/video/bot_right.png);
    background-position: top left;
    width: 30px;
    height: 30px;
}
