/* les paneaux de taille fixe */
.panel_portfolio_container {
	width: 1000px;
	height: auto;
}

.panel_portfolio_container ._H{
	width: 970px;
}

.panel_portfolio_container ._V{
	height: auto;
}

.portfolio_category_images img{
	width: 50px;
	height: 50px;
	margin: 10px;
	margin-right: 5px;
	margin-left: 0px;
	border: #000000 thin solid;
}

.portfolio_category_images img:hover{
	border: #444444 thin solid;
}

.panel_categorie {
	width: 900px;
	height: auto;
}

.panel_categorie ._H{
	width: 870px;
}

.panel_categorie ._V{
	height: auto;
}

.texte_titre {
	padding-top: 5px;
	color: #e0d4a4;
	font-size:large;
	font-weight:bold;
}
