/* CSS Document */

h2 a {
	color:#0066CC;
}

.fav_load {
	color:#000;
	font-size:18px;
	font-weight:bold;
	margin:80px;
	text-align:center;
}

.fav_item {
	background-image:url(/images/backgrounds/bgvideos.gif);
	height:70px;
	border-bottom:#CCC 1px solid;
	padding:10px;
}

.image {
	float:left;
	width:80px;
}

.texte {
	margin-left:5px;
	float:left;
	width:780px;
}

.icons {
	float:left;
	width:50px;
}

.icons a img {
	border:none;
}

#list_to_sort {
	padding:0;
	margin:0;
}

.list {
	margin:0;
	list-style:none;
	list-style-type:none;
	height:90px;
}

.list:hover {
	cursor:pointer;
}

.list img {
	border:#999 1px solid;
}

