/*************** AFFICHAGE DE LA GALERIE **********************/


/*************** PAGINATION **********************/
.pagenumbers, .pagenumbers a {
	text-align: center;
	font-size: 11px;
}
.ManageButton{
	margin: 20px 0 0 0; 
}
.ManageButton input{
	background-color:#c9e787;
}



/*************** INTERFACE DE GESTION **********************/
td p {
	text-align:center;
}

.managepicturecontainer {
	margin: 0 0 20px 0; padding: 10px;
	border: dotted 1px  #eeb326;
	font-size : 13px;  font-weight: bold;
}
.managepicturecontainer textarea {
	background:#ffefd0;
	height : 50px;
}

.managepicture {
	float:left;
	margin : 0 10px 0 0;
}

.shortfields {
	float:left;
	margin : 0 40px 0 0;
	height : 130px;
}

.shortfields input {
	background:#ffefd0;	
}



