.left,
.right,
.top,
.top_l,
.top_r,
.bottom,
.bottom_l,
.bottom_r,
.center{
	position:absolute;
	}

.left,
.center,
.right{
	top:50%;
	/*margin-top:-10px;*//*!! dpend des dimension du div*/
	}
.bottom,
.top,
.center{
	left:50%;
	/*margin-left:-400px;*//*!! dpend des dimension du div*/
	}
.right,
.top_r,
.bottom_r{
	right:0px;
	}
.bottom,
.bottom_l,
.bottom_r{
	bottom:0px;
	}