
#panneau {
text-align:center;
height: 400px;
width:230px;
overflow: auto;
}

#photo {
	width:600px;
	height:400px;
	background-color : #000000;
}
#divGalerie{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	width:840px;
	text-align:center;
	background-color:#000000;
}
#tableGalerie{
	text-align:center;
	vertical-align:middle;
	width:100%;
}

.vignettePub{
	height:100px;
	cursor:pointer;
}
#divGaleriePub{
	position:relative;
	margin-left:auto;
	margin-right:auto;
	top:100px;
	width:840px;
	text-align:center;
	
}
#tableGaleriePub{
	text-align:center;
	vertical-align:top;
	width:100%;
}

#imgPhotoPub{
	width:500px;
	cursor:pointer;
	
}
#panneauPublication {
text-align:center;
height: 400px;
width:230px;
overflow: auto;
}

#arborescence{
	font-weight:bold;
	cursor: pointer;
	color:#808080;
	
}

#divDossiers{
	position:relative;
	top:100px;
	margin-left:auto;
	margin-right:auto;
	text-align:center;
	
}
.divLienDossier{
	cursor: pointer;
	color:#808080;
	
	
}

.vignetteDossier{
	width:200px;
}

.celPub{
	text-align:center;
	vertical-align:top;
	
}
.texteDescription{
	font-style: italic;	
}