.textNormal {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	text-align: justify;
}

.textNormalItalic {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #4B4F52;
	text-decoration: none;
	text-align: justify;
	font-style: italic;
}

.textNormalOrange {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #ff8b18;
	text-decoration: none;
	text-align: justify;
	font-style: italic;
}

.textNormalItalic2:hover {
	text-decoration: underline;
}

.textNormalBold {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #4B4F52;
	text-decoration : none ;
}
.textNormalBoldGreen {
	font-family:"Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #486E01;
	text-decoration : none ;
}

.textNormalBoldBlue {
	font-family: "Times New Roman";
	font-size: 10px;
	font-weight: bold;
	color: #273E8E;
	text-decoration : none ;
}

.textNormalBoldBlueMedium {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: bold;
	color: #273E8E;
	text-decoration : none ;
}

.textNormalRed {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #FC1612;
	text-decoration : none ;
}

.textNormalBlanc {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration : none ;
}

.textNormalBlancUnderline {
	font-family: "Times New Roman";
	font-size: 12px;
	font-weight: normal;
	color: #ffffff;
	text-decoration: underline;
}

.textNormalGrosBlanc {
	font-family: "Times New Roman";
	font-size: 16px;
	font-weight: bold;
	color: #ffffff;
	text-decoration : none ;
}

.textTitre {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #ff8b18;
	text-decoration : none ;
}

.textTitreBlack {
	font-family: "Times New Roman";
	font-size: 14px;
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-decoration : none ;
}
.textTitre2NoBold {
	font-family: "Times New Roman";
	font-size: 22px;
	font-weight: normal;
	font-weight: bold;
	color: #ffffff;
	text-decoration : none ;
}

.textTitre2NoBoldBlack {
	font-family: "Times New Roman";
	font-size: 22px;
	font-weight: normal;
	font-weight: bold;
	color: #000000;
	text-decoration : none ;
}

.textTitre2 {
	font-family: "Times New Roman";
	font-size: 28px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

.textTitre2Orange {
	font-family: "Times New Roman";
	font-size: 24px;
	font-weight: normal;
	color: #FC1612;
	text-decoration: none;
}

td img { display:block; }

#fullheight{height:100%}