#div_ancre_videos
{
	position: relative;
	top: -48px;
}

#container_all_video
{
	width: 1000px;
	margin: auto;
}

.link_nav:hover
{
	cursor: pointer;
	text-decoration: underline;
}

#div_nav_prec
{
	float: left;
}

#div_nav_next
{
	float: right;
}

.img_arrow_link
{
	margin-left: 10px;
	margin-right: 10px;
	width: 17px;
}

.icon_image
{
	width: 25px;
}

.icon_image:hover
{
	cursor: pointer;
}

#div_add_video
{
	width: 150px;
	margin: auto;
	text-align: center;
}

#icon_add_video
{
	width: 50px;
	margin: auto;
}

.full_box_video
{
	width: 1000px;
	border-bottom: 3px solid black;
	border-right: 1px solid black;
	border-radius: 20px;
	margin-bottom: 40px;
	padding-left: 20px;
	padding-right: 20px;
	text-align: center;
}

.box_video_data_even
{
	width: 1000px;
	text-align:justify;
}

.box_video_data_odd
{
	width: 1000px;
	text-align:justify;
	direction:rtl;
}

.object_video_odd
{
	width: 520px;
	height: 312px;
	margin: 0px 0px 20px 30px;
	float: right;
	vertical-align: top;
}

.object_video_even
{
	width:520px;
	height: 312px;
	margin: 0px 30px 20px 0px;
	float: left;
	vertical-align: top;
}

.span_title
{
	font-size: 20px;
	font-weight: bold;
}

.span_date
{
	font-size: 14px;
	font-style: italic;
}

.p_nbr_com
{
	font-size: 10px;
}

/***** COMMENTS ******/
.div_comments_in_video
{
	display: none;
	margin-bottom: 20px;
}

.div_single_comment_even
{
	text-align: justify;
}

.div_single_comment_odd
{
	text-align: justify;
	direction: rtl;
}

.span_name_in_comment
{
	font-size: 18px;
	font-weight: bold;
}

.div_date_in_comment
{
	font-style: italic;
	font-size: 12px;
}


/***********************************************************************************************************************************/
/********************************************************** CSS MINI ***************************************************************/
/***********************************************************************************************************************************/
@media screen and (max-width: 720px)
{
	#container_all_video
	{
		width: 100%;
		padding-bottom: 20px;
	}
	
	.full_box_video
	{
		width: 100%;
		padding: 0;
		margin: 0px 0px 30px 0px;
		border-right: none;
		border-left: none;
	}
	
	.box_video_data_even, .box_video_data_odd
	{
		width: 100%;
		direction: ltr;
		margin-bottom: -50px;
	}
	
	.object_video_even, .object_video_odd
	{
		height: auto;
		width: 90%;
		float: none;
		padding-left: 5%;
		padding-right: 5%;
		margin: 0;
	}
	
	.span_title
	{
		display: block;
		width: 90%;
		margin: auto;
		margin-top: 10px;
		margin-bottom: -20px;
	}
	
	.span_date
	{
		display: block;
		width: 90%;
		margin: auto;
		margin-bottom: -20px;
	}
	
	.span_message
	{
		display: block;
		width: 90%;
		margin: auto;
	}
	
	.div_comments_in_video
	{
		width: 90%;
		margin-left: 5%;
	}
	
	.input_message
	{
		width: 90%;
	}
	
	.div_single_comment_odd
	{
		direction: ltr;
	}
}