/* CSS Document */
* {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
body {
  background-color: #3f67a5;
}
#page_haut {
  background:url(p_haut.jpg) no-repeat center;
/*  background:url(p_haut_travailencours.jpg) no-repeat center; */
  width:1000px;
  height:128px;
}
#page_menu {
  background:url(p_menu.jpg) no-repeat center;
  height:62px;
}
#page_bas {
  width:1000px;
  background: url(p_bas.jpg) no-repeat top;
  padding: 4px 24px;
}
/* table de contenu */
#contenu {
  width:100%;
}
/* Colonne de menu */
#colg {
  width:200px;
  border-right:1px #B5C5DC dotted;
  text-align:left;
}
/* Colonne de contenu */
#colc {
  padding:12px;
}

/* Surcharges SPIP */
#var_login {
  width:100%;
}
blockquote.spip {
	border: none;
	font-style: italic;
}

.formulaire_recherche {

}
.formulaire_recherche input[type="text"]{
  width:180px;
}
.formulaire_recherche label{
  font-size:8pt;
  font-weight:bold;
}
/* Menu */
ul#idc_tree {
  padding: 8px;
}

/* Formatage partie centrale */
.formulaire_spip label {
  display:block;
}
#colc h1 {
  font-weight:bold;
  font-size:larger;
}
#colc fieldset.rub legend {
  font-weight:bold;
  color: red;
}
#colc fieldset.art legend {
  font-weight:bold;
  color: magenta;
}
#colc dl dt{
  font-weight:bold;
  font-size:normal;
}

p.spip,li.spip {
  text-align:justify;
}
