text, textArea { text-overflow: ellipsis; }


.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; 
}

.lineStd {
	font-size: 48px;
}

.presTitre {
	text-align: center;
	font-size: 60px;
	bottom: 100px;
}

/* Cards Scenario */
/* Presentation */

td.presLeft{
	padding-top: 10px;
	text-align: left;
	font-size: 36px;
}
td.presRight {
	padding-top: 10px;
	text-align: right;
	font-size: 36px;
}

td.presLeft1{
	padding-top: 10px;
	text-align: left;
	font-size: 36px;
}

td.presRight1 {
	padding-top: 10px;
	text-align: right;
	font-size: 36px;
}

td.presLeft2{
	text-align: left;
	font-size: 24px;
}

td.presRight2 {
	text-align: right;
	font-size: 24px;
}

/* Depouillement */

table.tblDep {
	font-size: 18px;
	float: left;
	border: 3px solid grey;
	background-color: #F5F5F5;
	margin-left: 20px;
	/*margin: 0 10px;*/
	border-collapse: separate;
}

table.tblDep td {
	padding: 5px;
	border-width: 1px 0 0 0;
}


table.tblDep td.title {
	font-size: 24px;
	text-align: center;
	/*border: 3px solid grey;*/
	border-width: 0;
	background-color: grey;
	color: white;
}

td.tblDep {
	border: 1px solid #000;
}

/* Renseignement globaux*/ 

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

.rgTBL td{
	padding: 5px;
}


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

.rgTdTitle {
	font-size: 24px;
	border-right: 2px solid #CFCFCF;
	text-align: center;
	/*font-weight: bold;*/
	padding: 5px;
	color: #FFF;
	background-color: grey;
	margin-left: 10px;
	margin-bottom: 10px;
}

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

.rgTdRight {
	font-size: 24px;
	border-left: 2px solid #CFCFCF;
	/* padding: 5px 10px; */
	color: #000;
	text-align: right;
	padding: 0 30px !important;
}

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

/* Sieges */
.cmTitre {
	text-align: center;
	font-size: 36px;
}

/* */



/* Circonscriptions */
.cpgTBL {
	margin: auto;
}
.cpgTBL td { 
	/*padding: 10px;*/
}



/* Constitution */

.constTblPres {
	width: 100%;
	font-size: 24px;
}

.constTblPres td.left {
	padding-right: 20px;
}

.constTblPres td.right {

}


/* Head */ 
.constHead {
	width: 100%;
	/*border: 2px solid #CFCFCF;*/
	text-align: center;
	background-color: #F5F5F5;
	font-size: 24px;
}
.constHead td{	
	padding: 5px;
}

.constHead img {
	width: 100px; /* Will shrink image to 30% of its original width */
  	height: auto;  
}

/* Person array */
.constRight {
	float: right;
}

.constPerson {
	/*width: 100%;*/
	margin-right: 0;
	border-collapse: collapse;
	background-color: #F5F5F5;
	/*text-align: left;*/
}

.constPerson img {
	width: 100px;
	height: auto;
}

.constPerson tr {
	margin: 5px;
}

.constPerson td.constTdTitle {
	border-bottom: 2px solid #CFCFCF;
	text-align: center;
	font-weight: bold;
	padding: 5px;
	color: #000;
	margin-left: 10px;
}

.constPerson td.constTdLeft {
	border-bottom: 2px solid #CFCFCF;
	padding: 5px 10px;
	color: #000;
	margin-left: 10px;
}

.constPerson td.constTdRight {
	border-bottom: 2px solid #CFCFCF;
	padding: 5px 10px;
	color: #000;
	text-align: left;
}

/* Trombi */
/*.trombiPers {
	float: left;
	margin-left: 20px;
	width: 200px;
	height: 200px;
}
*/
.trombiTD {
	text-align: center;
	width: 200px;
	height: 250px;
	margin: 0 10px;
}

.trombiPersTable {
	width: 100%;
	height: 100%;
	border: 1px solid black;
	border-collapse: collapse;
	background-color: #F5F5F5;
}

.trombiPersTable img {
	width: 100px; 
  	height: auto;  
}

.trombiPersTable td {
	padding: 10px;
}

.trombiPersTable td.trombiPersTdImg {
	height: 60%;
}
.trombiPersTable td.trombiPersTdNom {
	height: 40%;
}
.trombiPersNum {
	position: absolute;
	/*color: grey;*/
	margin: 1px 0 0 2px;
	padding: 8px;
	background-color: #CFCFCF;
	border-bottom-right-radius: 10px;
	/*border: 1px solid black;*/
	border-bottom: 1px solid black;
	border-right: 1px solid black;
}

.trombiConstHead {
	width: 100%;
	text-align: center;
	/*background-color: #F5F5F5;*/
	font-size: 24px;
	/*border: 2px solid #CFCFCF;*/
	height: 250px;
	margin-bottom: 10px;
}

.trombiConstHead td{	
	padding: 5px;
}

.trombiConstHead img {
	width: 100px; 
  	height: auto;  
}

.trombiConstTblPres {
	width: 100%;
	height: 250px;
	margin-bottom: 10px;
	font-size: 24px;
	/*background-color: #F5F5F5;*/
}


/* Sieges */
.cmTitre {
	text-align: center;
	font-size: 36px;
}

/* Presentation */
.tableTitle {
	/*margin: auto;*/
	/*width: 100%;*/
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tableTitle td {
	vertical-align: middle;
}

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

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


.enAttenteDeResultat {
	text-align: center;
	font-size: 60px;
	bottom: 100px;
	border: 4px solid #CCC;
	border-radius: 25px;
	padding: 20px 36px;
	background-color: #F5F5F5; 
}


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

}

/* Trombi images */
.trombiImg {
	font-size: 24px;
	margin: 0 auto;
	/*width: 500px;*/
	border-collapse: collapse;
	border: 2px solid #CFCFCF;
	background-color: #F5F5F5;
	border-spacing: 3px;
}

.trombiImg td.picture{	
	text-align: center;
	padding: 20px;
	border-width: 0 2px;
	border-color: #CFCFCF;
	border-style: solid;
}

.trombiImg td.liste{	
	text-align: left;
	padding: 0 20px;
	border-width: 0 2px;
	border-color: #CFCFCF;
	border-style: solid;
	width: 300px;
}

.trombiImg td.valeur{	
	text-align: right;
	padding: 0 20px;
	border-width: 0 2px;
	border-color: #CFCFCF;
	border-style: solid;
}

.trombiImg img {
	width: 100px; 
  	height: auto;  
}

.trombiIimg { 
	margin-top: 20px;
}

.divListScroll {
	margin: 20px 0;

}

/* TABLE GROUP */ 

.text_group {
	width: 90%;
	margin: auto;
	font-size: 24px
}

.tblGroup {
	width: 90%;
	border-collapse: collapse;
	/*border: 2px solid #CFCFCF;*/
	/*background-color: #F5F5F5;*/
	border-spacing: 3px;
	margin: auto;
	font-size: 20px;
}

.tblGroup td{
	padding: 5px;
}


.tblGroupTr {
	border-bottom: 1px solid #CCC;
	margin: 5px;
}

.tblGroupTdTitleLeft {
	/*font-size: 24px;*/
	border-right: 2px solid transparent ;
	text-align: center;
	padding: 5px;
	color: transparent;
	background-color: transparent;
	margin-left: 10px;
	margin-bottom: 10px;
}

.tblGroupTdTitle {
	/*font-size: 24px;*/
	border-right: 2px solid #CFCFCF;
	text-align: center;
	/*font-weight: bold;*/
	padding: 5px;
	color: #FFF;
	background-color: grey;
	margin-left: 10px;
	margin-bottom: 10px;
}

.tblGroupTdLeft {
	/*font-size: 24px;*/
	color: #000;
	margin-left: 10px;
	background-color: #F5F5F5;
	border-left: 2px solid #CFCFCF;
	border-right: 2px solid #CFCFCF;
}

.tblGroupTdRight {
	/*font-size: 24px;*/
	border-left: 2px solid #CFCFCF;
	border-right: 2px solid #CFCFCF;
	/* padding: 5px 10px; */
	color: #000;
	text-align: right;
	padding: 0 10px !important;
	background-color: #F5F5F5;
}

/* */

