p.nav {
	text-align: center;
	padding: 20px;
	margin: 2px;
	border-bottom: 1px dashed  #C3135D;
	border-top: 1px dashed  #C3135D;
}

table {
	margin-top: 0px;
	border-collapse: collapse;
	width: 100%;
}

table a {
	color:#C3135D;
	text-decoration: underline;
}

td {
	padding: 3px;
	border-bottom: 1px dotted #AFCCE0;
}

td, th { text-align: left; vertical-align: top; }

tr th {
	color : #132E7D;
	font-weight: bold;
	border-bottom: 1px dotted #132E7D;
}

tr.niveau td {
	border-top: 1px dotted #132E7D;
}

td.type_contrat, td.duree, td.periode, 
td.niveau {
	width: 22%;
}

td.intitule, td.sujet {
	width: 40%;
}

.en {
	font-style: italic;
}

h3.titre {
	margin-top: 1.4em;
	padding-top: 0.6em;
	border-top:1px dashed #C3135D;
}

h4 {
	margin-bottom: 1em;	
	border-bottom:1px dashed #C3135D;
	border-top:1px dashed #C3135D;
	padding: 1em 0;
}

h5 {
	font-size: 1em;
	font-style: normal;
	font-weight: normal;
	margin-bottom: 1em;	
	margin-top: 1em;	
	border-top:1px dashed #C3135D;
	padding: 1em 0;
}

.data a,
h5 a {
	color:#132E7D;
	text-decoration: underline;
}

.desc_offre .legend {
	display: block;
	float: left;
	clear: left;
	width: 18%;
	font-weight: bold;
	text-align: right;
	padding: 0.5%;
}

.desc_offre .data {
	display: block;
	width: 78%;
	float: left;
	margin-left: 1%;
	padding: 0.5%;
}

