/* --- headers specifiques */
body#entreprise #header {
	background-image: url("../images/fonds/entreprise_header.jpg");
}
h3.titre {
	background-image: url("../images/fonds/entreprise_titre.gif");
}

/* --- footers specifiques */
body#entreprise #footer {
	background-image: url("../images/fonds/entreprise_footer.jpg");
}


/* --- menu */
#menu li.entreprise {
	padding-left: 6px;
	border-left: 1px solid #aeafb1;
	border-bottom: 1px solid #aeafb1;
	height: 58px;
	padding-right: 5px;
}
#menu li.entreprise a {
	color: #4c75af;
}
#menu li.entreprise div ul {
	border-left: 1px solid #aeafb1;
}
#menu ul li.entreprise div ul li a {
	color: #888;
}
#menu ul li.entreprise div ul li a:hover {
	color: #4C75AF;
}



/* --- entreprise > carriere */

/*
body#entreprise.carriere #contenu, body#entreprise.valeurs #contenu{
	width: 680px;
	border-right: 0;
}
body#entreprise.carriere #contenu p {
	width: 580px;
	border-right: 0;
}
*/

body#entreprise.carriere #contenu ul li {
	width: auto;
}
body#entreprise.carriere #contenu table {
	width: 528px;
}
body#entreprise.carriere #contenu table th {
	border-bottom: 1px dashed #ccc;
	text-align: center;
	font-size: 1.2em;
	color: #359;
}
body#entreprise.carriere #contenu table td {
	width: 156px;
	text-align: center;
	padding: 5px 10px;
	font-weight: bold;
}
body#entreprise.carriere #contenu table td span {
	font-weight: normal;
	font-size: 0.95em;
}


body#entreprise.metiers #contenu dt {
	background: transparent url("../images/fonds/liste_fleche.gif") top left no-repeat;
	margin: 15px 20px 0 0;
	padding-left: 20px;
	font-variant: small-caps;
	font-weight: bold;
	clear: both;
}
body#entreprise.metiers #contenu dd {
	margin: 10px 20px 0px 20px;
	clear: both;
}


/* --- interview */

dl.interview {
	_width: 526px;
}
dl.interview dt {
	padding-left: 20px;
	font-weight: bold;
	font-size: 1.0em;
	margin-top: 1em;
	margin-bottom: 0;
	width: auto;
}
dl.interview dd {
	font-style: italic;
	width: auto;
}
dl.interview dd p {
	margin: 0.4em 0;
	color: #579;
	width: auto;
}



/* revue de presse */

body#entreprise.presse #contenu{
	width: 680px;
	border-right: 0;
	background: transparent url("../images/fonds/generique/fausse_colonne.gif") top left repeat-y;
}
body#entreprise.presse h5 {
	width: 500px;
}
table.revuedepresse {
	border-collapse: collapse;
}
table.revuedepresse th {
	width: 296px;
	background: transparent url("../images/fonds/liste_fleche.gif") left center no-repeat;
	font-weight: bold;
	text-align: left;
	padding: 1em 20px;
}
table.revuedepresse td {
	width: 100px;
	padding: 1em 0;
	text-align: center;
}
table.revuedepresse span.date {
	color: #aeafb1;
}
table.revuedepresse td.dl a {
	padding-left: 16px;
	background-image: url("../images/fonds/entreprise/fleche_telechargement.gif");
	background-position: left center;
	background-repeat: no-repeat;
	color: #4c75af;
	font-weight: bold;
}



/* lexique et questions-reponses */

body.lexique #contenu h4 {
}
body.lexique #contenu dl {
	margin-top: -2.8em;
	clear: none;
}
body.lexique #contenu dt {
	font-weight: bold;
	margin-top: 1em;
	background-color: transparent;
	background-image: url("../images/fonds/entreprise/flechouille_exergue.gif");
	background-position: left center;
	background-repeat: no-repeat;
	padding-left: 20px;
}
body.lexique #contenu dt:first-letter {
	color: #ca2029;
}
body.lexique #contenu dd, body.questions-reponses dd {
	padding-left: 20px;
}

body.lexique #contenu h4 {
	position: relative;
	margin: 0.5em;
	margin-left: -110px;
	width: 108px;
	text-align: center;
	font-weight: bold;
	padding: 0;
	font-size: 2em;
	line-height: 1em;
	padding-right: 9px;
	text-align: center;
	background-color: transparent;
	background-image: url("../images/fonds/entreprise/flechouille_exergue.gif");
	background-position: right center;
	background-repeat: no-repeat;
}

body.lexique #index ul {
	/* position: fixed; */
	width: 100px;
	padding: 10px 0 0 10px;
	_padding-top: 30px;
}
body.lexique #index li {
	float: left;
	margin: 8px 10px;
	list-style-type: none;
}
body.lexique #index li a {
	color: #6487ba;
	font-weight: bold;
	font-size: 13px;
	text-decoration: none;
}
body.lexique #index li a:hover {
	text-decoration: underline;
}

body.questions-reponses dl {
}

body.questions-reponses dt {
	position: relative;
	margin: 1em 10px 0.5em -3px;
	padding-left: 23px;
	font-size: 1.3em;
	font-weight: bold;
	font-variant: small-caps;
	background-image: url("../images/fonds/generique/carre_bleu.gif");
	background-position: left center;
	background-repeat: no-repeat;
	clear: both;
}
body.questions-reponses dd ul {
	margin-top: 1em;
}

body.questions-reponses #menu .entreprise, body.lexique #menu .entreprise {
	border-left: 0px;
	padding-left: 7px;
}
body.questions-reponses #menu .entreprise a,
body.lexique #menu .entreprise a {
	color: inherit;
}
body.questions-reponses #menu li.entreprise div ul li a,
body.lexique #menu li.entreprise div ul li a
{
	color: #888;
}