.categorie_container{
	height:16%;
	width:94%;
	padding:3%;
}
.categorie_container .source_preview{
	width:9.4%;
	height:18.8%;
	position:absolute;
	overflow:hidden;
	min-height:120px;
}
.categorie_container .source_preview > .source_content{
	color:#bbb;
	width:18.8%;
	position:absolute;
	top:50%;
	white-space:nowrap;
	line-height:0.6em;
}
.categorie_container .source_preview > .source_content > code{
	font-size:80%;
}
.categorie_container .source_preview > .source_type{
	font-family:Latolight;
	font-size:310%;
	opacity:0.6;
	height:18%;
	text-align:center;
	text-shadow: 0px 1px 0px #666;
	font-weight:bold;
	color:rgb(0,0,0);
	margin-top:5%;
}
.categorie_container .source_preview#js{
	background:rgb(50,110,60);
}
.categorie_container .source_preview#php{
	background:rgb(50,60,110);
}
.categorie_container .source_preview#as3{
	background:rgb(110,50,60);
}
.categorie_container .source_preview#java{
	background:rgb(160,90,40);
}
.categorie_documents{
	margin-left:23%;
	height:100%;
}
.categorie_documents .boiteContainer{
	height:74%
}