/* CSS Document */
body, table {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: White;
}
a, a:link, a:visited {color: black}
a:hover {color: yellow}
ul {
	padding-left: 16px;
	margin-left: 16px;
	text-align: justify;
}
dt {
	font-weight: bold;
	margin: 12px 0 2px;
	border-bottom: 1px white dashed;
}
.heure {
	font-weight: normal;
	font-size: smaller;
	font-style: italic;
	text-align: center;
	padding: 4px;
}

img.trait {
	margin-top: 8px; 
	margin-bottom: 8px;
	display: block;
}
h3 {
	margin-bottom: 0px;
}
li {
	margin-bottom: 8px;
	text-align: left;
}

#chemin_nav {
	margin: 8px 0px;
	border-bottom: 1px dotted blue;
}
#chemin_nav a {
	color: blue;
	text-decoration: none;
	font-weight:bold;
}
#chemin_nav a:hover {
	color: #d1db6a;
}

/* nouveaux: liste des nouveaux salariés */
#nouveaux {
  padding: 0px 3px;
  border-left: 1px white dotted;
}
#nouveaux blink {
	color :#33FF00;
	font-style: normal;
	font-weight: normal;
}
#nouveaux a, #nouveaux a:visited {
	color: white;
	font-weight: normal;
	text-decoration: none;
}
#nouveaux a:hover { color: silver;}
#nouveaux p {
	font-size: 10px;
	font-weight: normal;
	font-style: normal;
	margin: 0px;
}

/* Sites à l'honneur */
#honneur{
	margin: 0px;
}
#honneur h4{
	margin: 0px;
}
#honneur img {
	border: none;
}
#honneur li {
	font-size: 8pt;
}

/* Surcharge SPIP */
form{ margin: 0px; }
.formulaire_recherche { padding: 4px; }
.formulaire_recherche label {
	display: block;
	font-size: 10px;
}
.formulaire_recherche .forml {
   width: 90%;
   padding: 1px;
   border: 1px solid #666;
   font-family: Verdana;
   font-size: 11px;
}
.spip_logos {
	margin: 4px;
}
.spip_surligne {
	color: blue;
}

/* Formulaires */
div.spip_forms {width:500px;text-align:left;border:1px white dotted;color:white;}
div.spip_forms fieldset{ border:none; }
div.spip_form_champ {}
span.spip_form_label {display:block;font-weight:bold;margin-top:4px;}
span.spip_form_label_obligatoire {color:red;}
span.spip_form_choix_multiple {display:block; }
div.spip_forms span.erreur {display:block;font-weight:bold;color:red;}
/* Bas de page */
#footer {
	width:760px;
	margin: 10px;
	color: white;
}
#footer a {
  color: white;
  text-decoration: none;
  font-weight: bold;
}
#footer a:hover {
  color: silver;
}

/* liste de métiers (2 ou3 cols) */
.lstmetiers {
	width:764px;
	margin: 4px;
}
.lstmetiers a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	display: block;
}
.lstmetiers a:hover { color: silver; }
.lstmetiers i { display: block}
.lstmetiers h3 {}
.lstmetiers table {
	width: 100%;
	border: 1px white dotted;
	padding: 8px;
}
.lstmetiers td {
	font-size: 8pt;
	vertical-align: top;
}

/* Photo des sites salariés */
#sites_salaries { }
#sites_salaries ul { width: 130px; margin: 0 auto; padding: 0; list-style: none; }
#sites_salaries ul li { margin: 0; padding: 0; list-style: none; text-align: center; }
#sites_salaries ul li img { width: 120px; height: 90px; margin: 0 auto; background: #eeeeec ; border: 3px solid #babdb6; }
