#videos_liste_notees
{
	margin: 4px;
	padding: 2px;
	border: 1px solid #BDBDBD;
	-moz-border-radius: 6px;
	overflow: hidden;
	width: 139px;
}

#videos_liste_gauche
{
	float: left;
}

.videos_liste_mini
{
	width: 100px;
	margin-right: 5px;
	text-align: center;
	border: 1px solid gray;
}

.videos_liste_item
{
	font-size: 0.85em;
	color: #333333;
	margin-bottom: 12px;
	width: 110px;
}

.videos_liste_item h3
{
	text-align: center;
	text-decoration: none;
	font-size: 1.0em;
}

.videos_liste_ligne
{
	overflow: hidden;
}

#videos_prop_cont
{
	float: right;
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 5px;
	border: 1px solid #2bc144;
	background-image: url("./img/bout_prop_video.png");
	height: 24px;
	-moz-border-radius: 7px;
	padding: 3px;
}

#videos_prop_cont a
{
	color: white;
	font-weight: bold;
	font-size: 1.2em;
}

#videos_prop_cont a :hover
{
	text-decoration: underline;
}

#video_info
{
	float: right;
	width: 200px;
	border: 1px solid #BDBDBD;
	-moz-border-radius: 7px;
	padding: 3px;
}

#video_mini
{
	width: 100px;
	float: left;
	margin-right: 3px;
}

#video_desc
{
	clear: both;
	border-top: 1px solid #BDBDBD;
	margin-top: 3px;
}

#video_note
{
	border-top: 1px solid #BDBDBD;
	margin-top: 3px;
	padding-top: 3px;
}

#video_signal
{
	border-top: 1px solid #BDBDBD;
	margin-top: 3px;
	padding-top: 3px;
}

#video_gauche
{
	float: left;
}

#video_comments
{
	margin-top: 10px;
	padding-bottom: 30px;
	border-bottom: 1px solid #DBDBDB;
}

#video_textarea
{
	height: 100px;
	width: 640px;
}

.video_label
{
	text-align: left;
	width: 40px;
	padding-top: 3px;
}

#videos_recherche
{
	width: 455px;
	margin: auto;
	border: 1px solid #DBDBDB;
	-moz-border-radius: 3px;
	padding: 2px;
	text-align: center;
	background-color: #EDEDED;
	margin-top: 7px;
	margin-bottom: 7px;
}

.videos_res_infos
{
	padding-top: 2px;
	text-align: left;
	font-style: italic;
	margin-top: 7px;
}

.videos_res_item
{
	text-align: left;
	border: 1px solid #DEDEDE;
	overflow: hidden;
	margin-top: 9px;
	padding: 2px;
}

.videos_res_item h3
{
	text-align: left;
}


