@charset "utf-8";
/* CSS Document */

/*------------------------------*/

/*********************************************
 * POSITIONNEMENT TITRES
 *********************************************/
.pos-top-left{
	position: fixed;
	left:2%;
	top:6%;
	text-align: left;
}
.pos-top-left-2{
	position: fixed;
	left:2%;
	top:12%;
	text-align: left;
}
.pos-top-center{
	position: fixed;
	top:6%;
	width: 100%;
	text-align: center;
}
.pos-top-center-2{
	position: fixed;
	top:12%;
	width: 100%;
	text-align: center;
}

.pos-top-right{
	position: fixed;
	right:2%;
	top:6%;
	text-align: right;
}
.pos-top-right-2{
	position: fixed;
	right:2%;
	top:12%;
	text-align: right;
}
.pos-bottom-left{
	position: fixed;
	left:2%;
	bottom:6%;
	text-align: left;
}
.pos-bottom-left-2{
	position: fixed;
	left:2%;
	bottom:12%;
	text-align: left;
}
.pos-bottom-center{
	position: fixed;
	bottom:6%;
	width: 100%;
	text-align: center;
}
.pos-bottom-center-2{
	position: fixed;
	bottom:12%;
	width: 100%;
	text-align: center;
}
.pos-bottom-right{
	position: fixed;
	right:2%;
	bottom:6%;
	text-align: right;
}
.pos-bottom-right-2{
	position: fixed;
	right:2%;
	bottom:12%;
	text-align: right;
}
