.tab_result{
	font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003399;
	padding: 2px;
	margin: 0px;
}
	.tab_result tr th{
		font-weight:bold;
		font-size:14px;
		padding-bottom:10px;
	}
/*
.bleu{
border:#003399 2px solid;
background-color:#BFD5FF;
padding:10px;
margin:auto; 
}
.orange{
border:#F08600 2px solid;
padding:10px;
background-color:#FFD59F;
width:600px;
margin:auto;
}
*/
.btn_delete{
background-color:#F30;
border:#C00 1px solid;
font-weight:bold;
color:#FFF;
}




#liste_societes{
}
	#liste_societes input{
		width:90%;
	}
	#liste_societes textarea{
		width:90%;
	}
	
.ERPbleu{
border:#003399 2px solid;
background-color:#BFD5FF;
padding:10px;
margin:auto; 
}
.ERPorange{
border:#F08600 2px solid;
padding:10px;
background-color:#FFD59F;
}

.ERPJustificatif{
width:95%;
margin:auto;
border:#FFD59F 2px solid;
margin-bottom:10px;
background-color:#FFD59F;
}
	.ERPJustificatif .titreJ{
	text-align:right;
	color:#003399;
	padding:2px;
	}
	.ERPJustificatif .voirJ{
	padding:2px;
	background-color:#FFD59F;
	font-weight:bold;
	text-align:center;
	}
		.ERPJustificatif .voirJ input{
		background-color:#FFC06F;
		border:#003399 1px solid;
		}
		
.ERPCompteRendu{
width:95%;
margin:auto;
border:#FFD59F 2px solid;
background-color:#FFFFFF;
margin-bottom:10px;
}
	.ERPCompteRendu .titreCR{
	text-align:right;
	color:#003399;
	padding:2px;
	background-color:#FFD59F;
	font-weight:bold;
	}
	.ERPCompteRendu .texteCR{
	padding:5px;
	text-align:justify;
	}
.ERP_tr_1{
background-color:#DFEBFF;
}
.ERP_tr_0{
background-color:#CFE2FF;
}

/* ---------------------------- CALENDRIER DE SAISIE ---------------------------------- */
.ds_box {
	background-color: #FFF;
	border: 1px solid #000;
	position: absolute;
	z-index: 32767;
	margin-left:0px;
}

.ds_tbl {
	background-color: #FFF;
}

.ds_head {
	background-color: #333;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 2px;
}

.ds_subhead {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	width: 20px;
	font-size: 10px;
}

.ds_cell {
	background-color: #EEE;
	color: #000;
	font-size: 10px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	padding: 5px;
	cursor: pointer;
}

.ds_cell:hover {
	background-color: #F3F3F3;
} /* This hover code won't work for IE */
/* ---------------------------- /CALENDRIER DE SAISIE ---------------------------------- */


#calendrierResumeERP{
border:#1A427F 2px solid;
background-color:#DFE9F5;
padding:5px;
}

#calendrierResumeERP th{
width:75px;
text-align:center;
}

#calendrierResumeERP td{
text-align:center;
padding:2px;
}

#calendrierResumeERP .tdJour:hover{
border:#009966 1px solid;
padding:0px;
}
#calendrierResumeERP .classToday{
font-weight:bold;
}
#calendrierResumeERP div{
display:none;
}

#calendrierResumeERP td.rdv{
background-color:#FFCCCC;
cursor:pointer;
}

#calendrierResumeERPCible{
margin:auto;
width:500px;
border:#1A427F 2px solid;
background-color:#DFE9F5;
margin-top:40px;
padding:10px;
}
	#calendrierResumeERPCibleTitle{
	text-align:center;
	font-weight:bold;
	font-size:14px;
	}
	
	#calendrierResumeERPCible .rdv {
	width:75%;
	margin:auto;
	padding:5px;
	margin-top:10px;
	border:#1A427F 1px solid;
	}
		#calendrierResumeERPCible .rdv .label{
		width:75px;
		font-weight:bold;
		float:left
		}
#table_liste_candidatures .bordure{
border:#5F95FF 1px solid;
padding-top:2px;
padding-bottom:2px;
font-size:9px;
}