@charset "utf-8";
/* CLASSES PERSOS */
/* MARGIN */
.top-margin-small {
	margin-top:2em;
}

.bottom-margin-small {
	margin-bottom:2em;
}

.top-margin-medium {
	margin-top:4em;
}

.bottom-margin-medium {
	margin-bottom:4em;
}

.top-margin-large {
	margin-top:8em;
}

.bottom-margin-large {
	margin-bottom:8em;
}
/* ALIGNEMENT */
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.center {
	text-align:center;
}
/* LIENS */
.no_effect {
	text-decoration:none;
}

.no_effect:hover {
	text-decoration:none;
}

.no_effect:visited {
}
/* ACTION */
.action:hover {
	cursor:pointer;
}

.neutral:hover {
	color:#d35400;
}

.add:hover {
	color:#27ae60;
}

.del:hover {
	color:#c0392b;
}