.normal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align:justify;
}

.normalFormulaire {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align:justify;
}

.normalFormulaireOver {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
	text-align:justify;
}

.normalNonJustifie {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
	text-align:left;
}

.normalBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
.normalItalic {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	font-style: italic;
}

.menuText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
}
a:hover{
	color: #999999;
	font-size: 11px;
}
a.menuText:hover {
	color: #999999;
	font-size: 10px;
}
.subTitle {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bolder;
	color: #333333;
	text-decoration: none;
}
.contourTable {
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: BEBEBE;
	border-left-color: BEBEBE;
	border-top-width: 1px;
	border-right-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-top-color: BEBEBE;
	border-right-color: BEBEBE;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.submitNormal {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: normal;
	color: #666666;
	text-decoration: none;
}

.submitBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #666666;
	text-decoration: none;
	text-align:justify;
}
.logoTitleBold {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}
.adminBlue {
	font-family: Tahoma;
	font-size: 11px;
	color: #7E8B96;
	font-weight: normal;
	text-decoration: none;

}
.adminBlueBold {
	color: #7E8B96;
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	text-decoration: none;

}
.genTableBg {
	background-attachment: fixed;
	background-image: url('img/table_bg.jpg');
	background-repeat: repeat-y;
	background-position: left top
}

tr.rollOn {
	background-color: #CFD8DF;
}

tr.rollOff {
	background-color: #f2f3f4;
}

tr.releaseRollOn {
	background-color: #E5E3D5;
}

tr.releaseRollOff {
	background-color: #EFEEE7;
}

.capTitle {
	font-family: Tahoma;
	font-size: 12px;
	font-weight: bold;
	font-variant: normal;
	text-transform: capitalize;
	text-decoration: none;
	color: #000000;

}

table.tblRollOn {
	background-color: #CFD8DF;
}

table.tblRollOff {
	background-color: #f2f3f4;
}

.hiddenBold {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #999999;
	text-decoration: none;
}

tr.hiddenOn {
	background-color: #EEEEEE;
}

tr.hiddenOff {
	background-color: #E8E8E8;
}

.adminBoxTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #868686;
	text-decoration: none;
}
.capButton {
	font-family: Tahoma;
	font-size: 10px;
	color: #000000;
	text-decoration: none;
}
.blueBold {
	font-family: Tahoma;
	font-weight: bold;
	color: #4B6F88;
	font-size: 11px;
	text-decoration: none;
}.tableauSplash {
	height: 100%;
	width: 100%;
}
.normalSplash {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #FFFFFF;
	text-decoration: none;
}
a.normalSplash:hover {
	font-family: Tahoma;
	font-size: 12px;
	font-style: normal;
	font-weight: bolder;
	text-transform: capitalize;
	color: #999999;
	text-decoration: none;
}
.whiteMsg {
	font-family: Tahoma;
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
.divAdmin{
	background:background-color;
	background-color:#EBEBEB;
	width:100%;
	padding-left: 10px;	
}
.divAdminPDF{
	background:background-color;
	background-color:#CCCCCC;
	width:100%;	
	padding-left: 10px;	
}
.divAdminGAL{
	background:background-color;
	background-color:#BEBEBE;
	width:100%;	
	padding-left: 10px;	
}
.divAdminTAB{
	background:background-color;
	background-color:#D6D6D6;
	width:100%;	
	padding-left: 10px;	
}
.divAdminCONTENU{
	background:background-color;
	background-color:#CAC9C9;
	width:100%;	
	padding-left: 10px;	
}