@charset "UTF-8";
/* CSS Document */

#listing_plugins {
	float:left;
	width:250px;
	height:400px;
	background-color:#FFF;
	border:dashed 1px #CCCCCC;
	padding:10px;
	text-align:justify;
	z-index:20;
	margin-right:50px;
	margin-top:50px;
	line-height:25px;
}
#cadre_blanc { 
	position:relative;
	background-color:#FFF;
	padding:8px;
	border:dashed 1px #CCCCCC;
	margin-top:20px; 
	width:750px;
}
#note_ss {
	background-color:#FFF; 
	width:auto; 
	float:right; 
	text-align:center; 
	padding:15px; 
	box-shadow: 0px 5px 5px 0px #656565;
}
