/* LISTE DES VIDEOS */
#Laterale{
float:right;
width:300px;
padding:0;
}

#Liste_Videos_top{
background:transparent url(/style/images/background_liste_videos_top.png) no-repeat scroll 0 0;
	height:8px;
}
#Liste_Videos_bottom{
background:transparent url(/style/images/background_liste_videos_bot.png) no-repeat scroll 0 0;
	height:7px;
	margin:0 0 10px 0;
}
#Liste_Videos{
	padding:10px;
	background:transparent url(/style/images/background_liste_videos.png) repeat-y scroll 0 0;
	width:280px;
	margin:0;
	white-space:compact;
	position:relative;
}
	#Liste_Videos li{
	list-style:none;
	}
	#Liste_Videos h1{
	font-size:12px;
	}
	#Liste_Videos a{
		text-decoration:none;
		border:0;
	}
	#Liste_Videos li{
		clear:both;
		padding:0 0 20px 0;
		margin:20px 0 0 0;
		border-bottom:1px dotted grey;
	}
	#Liste_Videos li img{
		border:0;
		text-decoration:none;
		float:left;
	}
	#Liste_Videos li h1{
		margin:0 0 0 120px;
		font-size:12px;
		font-weight:normal;
		color:#333333;
	}
	#Liste_Videos li p{
		margin:0 0 0 120px;
		font-size:12px;
		font-weight:normal;
		color:#666666;
	}
	#Liste_Videos li .langue{
		margin:0;
		font-size:12px;
		font-weight:normal;
		color:#666666;
	}
		#Liste_Videos li .langue img{
			float:none !important;
			margin:0 0 0 5px;
		}
	#Liste_Videos li .vues{
		margin:0 0 0 120px;
		font-size:11px;
		font-weight:normal;
		color:#666666;
	}
	#Liste_Videos li #Votes{
		margin:0 0 0 120px;
	}
		#Liste_Videos li #Votes h1{
			margin:3px 0 3px 0 !important;
		}

/* /// DERNIERS COMMENTAIRES */
#Derniers_Commentaires{
	padding:10px;
	background:transparent url(/style/images/background_liste_videos.png) repeat-y scroll 0 0;
	width:280px;
	margin:0;
	white-space:compact;
	position:relative;
}
	#Derniers_Commentaires li{
	list-style:none;
	}
	#Derniers_Commentaires h1{
	font-size:12px;
	}
	#Derniers_Commentaires a{
		text-decoration:none;
		border:0;
	}
	#Derniers_Commentaires li{
		clear:both;
		padding:0 0 10px 0;
		margin:0 0 10px 0;
		border-bottom:1px dotted grey;
	}
	#Derniers_Commentaires li h1{
		margin:0;
		font-size:12px;
		font-weight:normal;
		color:#333333;
	}
	#Derniers_Commentaires li p{
		margin:0;
		font-size:12px;
		font-weight:normal;
		color:#333333;
	}
#Derniers_Commentaires_top{
background:transparent url(/style/images/background_liste_videos_top.png) no-repeat scroll 0 0;
	height:8px;
}
#Derniers_Commentaires_bottom{
background:transparent url(/style/images/background_liste_videos_bot.png) no-repeat scroll 0 0;
	height:7px;
	margin:0 0 10px 0;
}

/*M E N US*/
	#Laterale .menus{
		background:transparent url(/style/images/menus_liste_videos.png) no-repeat scroll 0 0;
		width:300px;
		height:23px;
	}
		#Laterale .menus span{ display:none; }
		#Laterale .menus .dernieres{
			background:transparent url(/style/images/menus_liste_videos.png) no-repeat scroll 0 0;
			width:92px;
			height:23px;
			display:block;
			float:left;
		}
			#Laterale .menus .dernieres:hover{
				background:transparent url(/style/images/menus_liste_videos.png) no-repeat scroll 0 -23px;
			}
		#Laterale .menus .plus_vues{
			background:transparent url(/style/images/menus_liste_videos.png) no-repeat scroll -93px 0;
			width:100px;
			height:23px;
			display:block;
			float:left;
		}
			#Laterale .menus .plus_vues:hover{
				background:transparent url(/style/images/menus_liste_videos.png) no-repeat scroll -93px -23px;
			}
		#Laterale .menus .mieux_notes{
			background:transparent url(/style/images/menus_liste_videos.png) no-repeat scroll -194px 0;
			width:108px;
			height:23px;
			display:block;
			float:left;
		}
			#Laterale .menus .mieux_notes:hover{
				background:transparent url(/style/images/menus_liste_videos.png) no-repeat scroll -194px -23px;
			}
/* R E C H E R C H E */
#Recherche{
	background:transparent url(/style/images/background_recherche.png) no-repeat scroll 0 0;
	width:300px;
	height:49px;
	margin:0;
	padding:0;
	position:relative;
}
#Champ_Recherche{
position:absolute;
width:163px;
height:13px;
border:0;
margin:0;
padding:0;
left:71px;
top:18px;
font-size:11px;
}
#supprimer_champ{
position:absolute;
display:block;
width:9px;
height:9px;
border:0;
margin:0;
padding:0;
left:234px;
top:18px;
}
#supprimer_champ span{
display:none;
}


/*######### SIDE BAR HOME ###########*/
#sidebar{
	float:right;
	width:440px;
}
	#sidebar >div{
		width:450px;
		margin-bottom:20px;
	}
	#sidebar div h1{
		background-color:#74A00A;
		color:#FFF;
		padding:5px 0 5px 10px;
		font-family: 'Coustard', serif !important;
		font-weight:normal !important;
		margin:0 0 10px 0;
	}
	
	
	#sidebar ul{
		padding:0;
		margin:0
	}
	#sidebar li{
		clear:left;
		height:80px;
		margin:0 10px 0 10px;
		overflow:hidden;
	}
		#sidebar li .image{
			float:left;
			margin:0;
			width:110px;
			text-align:center;
		}
		#sidebar li .infos{
			margin:0 0 0 120px;
		}
		#sidebar li h2{
			color:#404040;
			font-size:14px;
			margin:5px 0 0 120px;
		}
			#sidebar li h2 a{
				color:#404040;
				text-decoration:none;
			}
			#sidebar li h2 a:hover{
				color:#74A00A;
			}
#derniers_commentaires{
}
	#derniers_commentaires li{
		margin:0 0 20px 10px;
		height:auto !important;
	}
	#derniers_commentaires li a{
		color:#404040;
		text-decoration:none;
	}
		#derniers_commentaires li a:hover{
			text-decoration:underline;
		}
	#derniers_commentaires li div{
		padding:10px;
		background-color:#F0F0F0
	}
	#derniers_commentaires li .head{
		font-family: 'Coustard', serif !important;
		font-size:13px;
		font-weight:100;
	}
		#derniers_commentaires li .head b{
			text-decoration:underline;
		}
	#derniers_commentaires .more{
		text-decoration:none;
		display:block;
		font-family: 'Coustard', serif !important;
		text-align:right;
		color:#74A00A;
		font-size:14px;
	}
		#derniers_commentaires .more:hover{
			text-decoration:underline;
		}

