
/* ============================== */
/* === NOUVEAUX STYLES PERSOS === */
/* ============================== */

.top {
  background: url(./images/top.jpg) repeat-x;
}

.logo_asbl {
	position: absolute;
	left: 35px;
	top: 5px;
}

.intro_rubrique {
  padding-left:4px;
	margin-top: 0px;
	margin-bottom: 1.5em;
	font-size: 0.82em;
}


/* =========================================== */
/* === STYLES SPIP ECRASES OU COMPLEMENTES === */
/* =========================================== */


/* ---[ positionnement & taille ]--- */

body {
	margin: 0;
}

img {
	behavior: url(win_png.htc);
}

#page {
	width: 98%;
	height: 90%;
	padding-top: 20px;
}

#conteneur #navigation {
	position: absolute;
	left: 5px;
	top: 120px;
	width: 13em;
}

#conteneur #contenu {
	float: left;
	padding-left: 15em;
	width: 72%;
}

#contenu .contre-encart {
	width: 65%;
}

#contenu .encart {
	width: 12em;
}

.page_auteur #contenu .encart {
	width: 14em;
}

.formulaire_ecrire_auteur {
	width: 220px;
}

.formulaire_recherche {
	padding-right: 21px;
}


/* ---[ hyperliens ]--- */

a:hover, #page a:hover {
	color: navy;
	background: #fc3;
}

#contenu a, #hierarchie a {
	text-decoration: underline;
}


/* ---[ couleurs ]--- */

.menu-titre {
	border-bottom: 1px solid #CCC;
}

.rubriques .menu-titre {
	color: #F0F8FF;
	background: #4682B4;
}

.breves .menu-titre, .breves .menu-titre a {
  color: #F0F8FF;
	background: #4682B4;
}

.forums .menu-titre {
	color: #F0F8FF;
	background: #4682B4;
}

.syndic .menu-titre {
	color: #F0F8FF;
	background: #4682B4;
}

.divers .menu-titre {
	color: #F0F8FF;
	background: #4682B4;
}

.rubriques, .breves, .forums, .syndic, .divers {
	background: #F3F8FB;
	border: 1px outset #87CEEB;
}

table.spip tr.row_first {
	background: #D9DEE8;
}

table.spip tr.row_odd {
	background: #F8F8FF;
}

table.spip tr.row_even {
	background: #FFFAFA;
}

table.spip {
  width: 90%;
}


/* ---[ squelettes ]--- */

.page_sommaire,
.page_article,
.page_rubrique,
.page_breve,
.page_mot,
.page_plan,
.page_forum,
.page_auteur,
.page_recherche,
.page_site,
.page_404 {
	 background: url(./images/left.jpg) repeat-y;
}


/* ---[ arborescence ]--- */

.rubriques ul, .breves ul, .forums ul, .syndic ul {
	padding-left: 21px;
}

.rubriques li, .breves li, .forums li, .syndic li {
	padding-left: 0px;
	padding-top: 1px;
	padding-bottom: 2px;
	list-style-image: url(./images/topic_blue2.gif);

}

.divers li {  /* mots clés*/
	padding-left: 5px;
	padding-bottom: 1px;
	list-style: square inside;
	color: Teal;
}

.rubriques li {
	border-bottom: 1px dotted #E6E6FA;
	padding-bottom: 3px;
}

.rubriques li li  {
	padding-left: 0px;
	border-bottom: none;
	font-size: smaller;
	list-style-image: none;
	list-style: circle outside;
	color: Teal;
}

.rubriques .on, .breves .on, .forums .on, .syndic .on, .divers .on {
	color: navy;
	/* color: blue;
	font-weight: normal; */
	border-bottom: 1px solid violet;

}


/* ---[ divers ]--- */

h1 {
  padding-left: 20px;
	background: url(./images/puce-orange-breve.gif) no-repeat left;
}

.liste-articles h3 {
  padding-left: 20px;
	background: url(./images/square_green.gif) no-repeat left;
}

#entete #nom_site_spip {
	font-weight: bold;
	font-size: large;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #3D598B;
}

#entete #rootUrl:hover {
	background: none;
	cursor: pointer;
}

#recherche {
   border: inset silver 1px;
   background: url(./images/search.gif) no-repeat right;
   padding-right: 19px;
}

.portletInfo {
	color: navy;
	font-size: smaller;
	text-align: center;
}


/* ---[ page plan ]--- */

/* rubrique */
.page_plan #contenu h2 {
  padding: 4px;
	border: none;
	border-top: 2px dashed Teal;
	background: none;
}

/* sous rurbrique */
.page_plan #contenu .contre-encart>ul {
	list-style: circle outside;
	color: Teal;
}

/* articles (niveaux 2 et 3) */
.page_plan #contenu .contre-encart h3+ul {
	list-style-image: url(./images/square_green.gif);
}
.page_plan #contenu .contre-encart ul ul {
	list-style-image: url(./images/square_green.gif);
}

