@charset "utf-8";
#liens_administration {
	float: right;
	width: 200px;
	clear: right;
}
#liens_administration .interieur {
	padding: 15px;
	background-color: #dfd9d2;
	border-width: 1px;
	border-style: solid;
}
.administration {
	background-color: #dfd9d2;
	min-height: 500px;
	padding: 15px;
	border-width: 1px;
	border-style: solid;
}
.administration p {
	font-family: Arial, Helvetica, sans-serif;
	margin: 2px;
}
.nouvelle_galerie span.gauche {
	float: left;
	width: 120px;
	text-align: right;
}
.nouvelle_galerie span.droite {
	clear: left;
	width: 120px;
	text-align: right;
}
.editer_galerie span.gauche {
	float: left;
	width: 120px;
	text-align: right;
}
.editer_galerie img {
	max-height : 50px;
	max-width: 100px;
}
.nouveau_post span.gauche {
	float: left;
	width: 140px;
	text-align: right;
}
.editer_post span.gauche {
	float: left;
	width: 140px;
	text-align: right;
}
.editer_post img {
	max-height : 50px;
	max-width: 100px;
}