.x-viewport, .x-viewport body {
	background-color: #CCC;
}

.titreB {
	border: 4px solid #CCC;
	border-radius: 25px;
	padding: 20px 36px;
	background-color: #F5F5F5; 
}

.titreS {
	border: 2px solid #CCC;
	border-radius: 15px;
	padding: 20px 36px;
	background-color: #F5F5F5; 
}


/* Cards Scenario */
/* PP */
.ppTitre {
	text-align: center;
	font-size: 60px;
	width: 100%;
	bottom: 100px;
}

/* PA */
.paTitre {
	text-align: center;
	font-size: 48px;
}

.paLigPerc {
	text-align: center;
	font-size: 144px;
}
.paLigTop {
	text-align: center;
	font-size: 48px;
}

/* PH */
.phTitre {
	text-align: center;
	font-size: 40px;
}

.phLig {
	text-align: center;
	font-size: 100px;
	width: 400px;
}

/* PB */
.pbTitre {
	text-align: center;
	font-size: 36px;
}
.pbLig {
	text-align: left;
	font-size: 36px;

}
.pbLig span.perc {
	font-weight: bold;
}

.rgTBL {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #CFCFCF;
	background-color: #F5F5F5;
	border-spacing: 3px;
}



.pbTBL {
	width: 100%;
	border-collapse: collapse;
	border: 2px solid #CFCFCF;
	background-color: #F5F5F5;
	border-spacing: 3px;
}

.pbTBL td{
	padding: 5px;
}

.pbTr {
	/*border: 1px solid #CCC;*/
	margin: 5px;
}

.pbTdLeft {
	font-size: 24px;
	border-right: 2px solid #CFCFCF;
/*	border-bottom: 2px solid #999;
	border-right: 2px solid #999;*/
	padding: 10px;
	color: #000;
	margin-left: 10px;
}

.pbTdRight {
	font-size: 24px;
	/*border: 2px solid #CFCFCF;*/
/*	border-top: 2px solid #999;
	border-left: 2px solid #999;*/
	padding: 10px;
	color: #000;
	text-align: right;
}
/*tr:first-child td:first-child { border-top-left-radius: 10px; }
tr:first-child td:last-child { border-top-right-radius: 10px; }
tr:last-child td:first-child { border-bottom-left-radius: 10px; }
tr:last-child td:last-child { border-bottom-right-radius: 10px; }*/


/*.pbLeft {
	float: left;
	margin: 0 10px 0 0;
}
.pbRight {
	float: right;
}*/

/* PBG */
.pbgTitre {
	text-align: center;
	font-size: 36px;
}

.pbgLig {
	text-align: center;
	font-size: 26px;
}

/* PBG */
.pbhTitre {
	text-align: center;
	font-size: 36px;
}

.pbhLig {
	text-align: center;
	font-size: 36px;
}

/* PBG */
.pbhgTitre {
	text-align: center;
	font-size: 36px;
}

.pbhgLig {
	text-align: center;
	font-size: 36px;
}


/* Presentation */
.tableTitle {
	margin: auto;
	/*width: 100%;*/
	height: 100%;

}
.tableTitle td {
	vertical-align: middle;
}

.topMiddle {
	position: absolute;
	width: 100%;
	top: 10px;
}

.bottomMiddle {
	position: absolute;
	width: 100%;
	bottom: 10px;
}

/* PB Carte */
.pbcTitre {
	text-align: center;
	font-size: 28px;
}

.presTitreG {
	text-align: center;
	font-size: 36px;
	border: 4px solid #CCC;
	border-radius: 25px;
	padding: 5px 20px;
	background-color: #F5F5F5; 

}