/* --------------------- ESPACE OFFRES (liste, détail) -------------------- */
/* on retrouve la surcharge de certains styles dans chaque feuille de style selon la filière */
div#offre {
}

div#offre h2 {
	font: normal 20px arial, verdana, helvetica, serif;
	color: #f7851d;
	text-align: left;
	margin: 0px 0px 10px 0px;
	padding-top: 5px;
	padding-left: 40px;
	background-image: url(images/blocorangeh.gif);
	background-repeat: no-repeat;	height: 40px;
}

div#offre table.listeoffre {
	border: 1px #f7851d solid;	/* orange */
}

div#offre thead, tfoot {
	font: bold 11px arial, verdana, helvetica, serif;
	color: #ffffff;
	background: #f7851d;		/* orange */
	height: 24px;
}

div#offre tfoot {
	text-align: left;
}

div#offre tr.pair, tr.impair {
	height: 20px;
}

div#offre tr.pair {
	background: #fed7b3;		/* orange clair */
}

div#offre tr.impair {
	background: #ffffff;
}

div#offre td.date, td.contrat, th.date, th.contrat, {
	text-align: center;
}

div#offre td.filiere, td.societe, td.reference, td.poste, td.region, td.duree, th.filiere, th.societe, th.reference, th.poste, th.region, th.duree {
	text-align: left;
}

div#offre td.totaloffres, th.description {
	padding-left: 5px;
	text-align: left;
}

div#offre td.desc_coffre {
	background: #fed7b3;		/* orange clair */
	padding: 5px 5px 5px 5px;
	text-align: justify;
}

div#offre td.pages {
	padding-right: 5px;
	text-align: right;
}

