
/**************divisions principales*********************/

body {
background-color: #e8ff96;
}

#structurePage {
	width: 1000px;
	text-align: left;
	height:100%;
	height:auto;
	margin: auto;
	background: none;
	/*padding-left: 200px;*/
	background-color: #e8ff96;

}

#colCentre {
	margin-left: 0px;
}

#structureEntete, #bouton_utilitaire, #contenu #colGauche,#colGaucheBas, #colDroite, #sallePresse, #bannieres  {
	display:none;
}

#structureContenu {
	width: 600px;
	background: none;

}

#contenu {
	background: none;
}

#colCentre{
	width: 600px;
	display: table;
	padding-left:20px;

}

#structureBasPage {
	width: 600px;
	clear: both;
	background: none;
	padding-bottom: 20px;
}
	
#basPage #menuBasPage,
#basPage #liensUtiles {
	vertical-align: middle;
	display: block;
	clear: both;
	width: 600px;
	text-align:center;
	padding: 25px 0 0 0;
	
}

#basPage #dateModification {
 padding:25px 0 0 0;
 margin: 0;
 display:block;
 clear: both;
 vertical-align: middle;
 width: inherit;
}
#structureBasPage #basPage #logoQuebec {
	width: 90px;
	height: 19px;
	padding: 10px 42%;
}

#structureBasPage {
	display:none;
}

.basPageContenu{
  text-align: left;
	margin: 25px 25px 0px 25px;	
	color: #003399;
}

/*    cache le falsh de la section enfant */ 
#flashContent {
	display:none;
}

/* ******** Cacher les images titres **********/
.remplace, .remplace span {
	display:none;
}

/************** PAGE BREAK ************************/
.pageBreak{
	page-break-after: always;
}

/****************** SECTION IMPRESSION PERMIS *******************/

.permisTop{
    display:none;
}

.permisBottom{
    display:none
}

#permis{
    background-color:white;
    width:900px;
}

#permis table{
    border:3px solid black;
    border-collapse:collapse;
    text-align:center;
}
#permis table.tableau-couleur th{
    border:3px solid black;
    border-collapse:collapse;
}
#permis table.tableau-couleur{
    width:900px;
}

#permis table.tableau-couleur th.tableau-colonne-alt {
	vertical-align: top;
	color: #000;
}
#permis table.tableau-couleur th.tableau-titre-fonce {
        font-size:25px;
}
