.page {	
	background-color: #F9F4DD;
	margin-top: 15px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
}

/*****************993269******************* les polices*/ 
.font-gros {
	font-family: arial, verdana ;
	font-size: 25px;
	color: #B41F24;
	font-weight: bold;
	text-decoration: none;
}

.font-gros-eng {
	font-family:  arial, verdana ;
	font-size: 25px;
	color: #9D9D0B;
	font-weight: bold;
	text-decoration: none;
}

.font-titre-fr {
	font-family: arial, georgia, verdana,  ;
	font-size: 16px;
	color: #B41F24;
	font-weight: medium;
	text-decoration: none;
}

.font-titre-eng {
	font-family: arial, georgia, verdana,  ;
	font-size: 16px;
	color: #9D9D0B;
	font-weight: none;
	text-decoration: none;
}

.font-titre-purple {
	font-family:  arial, georgia, verdana, ;
	font-size: 16px;
	color: #8c1756;
	font-weight: none;
	text-decoration: none;
}

.font-menu-fr {
	font-family: arial, verdana ;
	font-size: 12px;
	color: #B41F24;
	font-weight: medium;
	text-decoration: none;
}

.font-menu-eng {
	font-family: arial, verdana ;
	font-size: 12px;
	color: #9D9D0B;
	font-weight: none;
	text-decoration: none;
}

.font-txt-fr {
	font-family: verdana, arial ;
	font-size: 12px;
	color: #B41F24;
	font-weight: medium;
	text-decoration: none;
	line-height: 18px;
}

.font-txt-eng {
	font-family: verdana, arial ;
	font-size: 12px;
	color: #9D9D0B;
	font-weight: none;
	text-decoration: none;
	line-height: 18px;
}

.font-txt-purple {
	font-family: verdana, arial ;
	font-size: 12px;
	color: #8c1756;
	font-weight: medium;
	text-decoration: none;
	line-height: 18px;
}

.font-txt-pt {
	font-family: verdana, arial ;
	font-size: 11px;
	color: #B41F24;
	font-weight: medium;
	text-decoration: none;
	line-height: 15px;
}

.font-txt-s {
	font-family: verdana, arial ;
	font-size: 11px;
	color: #9D9D0B;
	font-weight: none;
	text-decoration: none;
	line-height: 15px;
}

.font-txt-purple {
	font-family:  verdana, arial, georgia, ;
	font-size: 3px;
	color: #8c1756;
	font-weight: none;
	text-decoration: none;
}

.font-ligne {
	font-family: verdana, arial ;
	font-size: 5px;
	color: #B41F24;
	font-weight: none;
	text-decoration: none;
}
/************************************ les tableaux */


.tbl-ligne2-rouge {
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 2px; 
	border-color: #B41F24; 
}

.tbl-ligne1-rouge {
	border-top: solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-width: 1px; 
	border-color: #B41F24; 
}

.tbl-ligne2-purple {
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 2px; 
	border-color: #8C1756; 
}

.tbl-ligne1-vert {
	border-top: solid;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-width: 1px; 
	border-color: #a9a914; 
}

.tbl-ligne2-vert {
	border-top: none;
	border-bottom: solid;
	border-left: none;
	border-right: none;
	border-width: 2px; 
	border-color: #9d9d0b; 
}

