/**** Dcoration texte noir ****/
.txt_noir_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
}
.txt_noir_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #333333;
	font-weight: bold;
}
.txt_noir_11 {

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}
.txt_noir_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	font-weight: bold;
}
.txt_noir_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
}
.txt_noir_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	font-weight: bold;
}
.txt_noir_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #333333;
}

/**** Dcoration texte rose ****/
.txt_rose_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc66cc;
}
.txt_rose_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #cc66cc;
	font-weight: bold;
}
.txt_rose_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc66cc;
}
.txt_rose_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #cc66cc;
	font-weight: bold;
}
.txt_rose_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc66cc;
}
.txt_rose_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #cc66cc;
	font-weight: bold;
}
.txt_rose_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc66cc;
}


/**** Dcoration texte blanc ****/
.txt_blanc_10 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.txt_blanc_10_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
	font-weight: bold;
}
.txt_blanc_11 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
}
.txt_blanc_11_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ffffff;
	font-weight: bold;
}
.txt_blanc_12 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
}
.txt_blanc_12_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #ffffff;
	font-weight: bold;
}
.txt_blanc_14 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ffffff;
}

.txt_rose_14_bold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #cc66cc;
	font-weight: bold;
}
/*****  Calque de position ****/
.pos_txt_centre{
	position: relative;
	width: 270px;
	top: 40px;
	left: 175px;
}
.pos_txt_gauche {
	position: relative;
	width: 400px;
	top: 40px;
	left: 50px;
	height: 420;
}

.pos_txt_zero {
	position: relative;
	width: 100%;
	top: 0px;
	left: 0px;
	visibility:hidden;
}
