/*-----------------------------------------------------
Règles communes du site PDE
-----------------------------------------------------*/
.backPDE{background-color:#113c90}
.entetePDE{margin-top:2px !important;}
.footerPDE{background-color:#113c90; margin:0 !important;}

table.tablePDE{
	width:557px;
	margin:10px 0;
	}
table.tablePDE th{
	background:#6699cc;
	font-size:70%;
	font-weight:bold;
	color:#fff;
	text-align:center;
	padding:2px;
	}
table.tablePDE th a, table.tablePDE th a:visited, table.tablePDE th a:hover{
	color:#fff;
	text-decoration:underline;
}
table.tablePDE td{
	font-size:60%;
	color:#000;
	padding:2px;
	}
table.tablePDE tr.fonce{
	background:#ccc;
	}
table.tablePDE tr.clair{
	background:#e6e6e6;
	}

/* FICHES */

#fichePDE{margin:0 15px; width:557px;}
#fichePDE h1{background:#6699cc; margin: 15px 0; padding:0 10px; text-align:center; color:#fff; font-size:80%; font-weight:bold;}

#fichePDE h2.stitreFichePDE{font-size:60%; font-weight:bold; margin: 0 0 15px 0; text-transform:uppercase;}
#fichePDE h2.stitreFichePDE span{color:#113c90; border-bottom:2px solid #6699cc;}

.cadreFichePDE{
	padding:10px;
	margin:10px 0;
	border:1px solid #ccc;
}
div.lineFichePDE{	
	_width:535px; /* necessaire ie w-bord-padding parent*/
	clear:both; 
	margin-bottom:5px; 
	font-size:60%;
	background: url(/images/sitesACS/PDE/point_fiche_pde.gif) 0 6px repeat-x;
	}

div.critereFichePDE{float:left; width:49%;}
div.critereFichePDE span{font-weight:bold; color:#113c90; background-color:#fff; padding-right:5px;}

div.valeurFichePDE{float:right; width:49%; text-align:right;}
div.valeurFichePDE span{background-color:#fff; padding-left:10px;}