/* @override 
	http://powerbook.local/~Arthur/spip/squelettes/styles/presentation.css
	http://www.dauchez.ch/spip/squelettes/styles/presentation.css
	http://xserveg5.local:16080/~Administrateur/spip/squelettes/styles/presentation.css
*/

/* Presentation stylesheet */

/* IDs */
#main {
  margin: 0 auto;
	border: 2px solid gray;
	width: 72em;
}
#header {
  padding: 1.5em 1em;
}
#header .title {
  margin: 0 auto;
  padding: 0;
	color: white;
	text-align: center;
}
#hosting {
	padding-right: 1em;
}
#footer {
  padding: 1.5em;
}

/* backgrounds */
#header, #footer {
  background-color: #66cc33;
}
.cols-wrapper {
}
#main {
  background: white;
}

/* classes */
.box,
.main-content {
  margin: 1em;
  font-size: 95%;
}
.cols-wrapper {
  margin: 0 -1px;
}
.hide-left .cols-wrapper {
  border-left: none;
  margin-left: 0;
}
.hide-right .cols-wrapper {
  border-right: none;
  margin-right: 0;
}
.hide-both .cols-wrapper {
  border-style: none none dotted none;
  margin: 0;
}
.box_don {
	margin: 0.5em;
	padding: 0.9em 0.9em 0;
	text-align: center;
}
.box {
  font-size: 95%;
  line-height: 1.18em;
}
.sidecol {
  color: #444;
}
.sidecol ul {
  padding: 0 0 0 1.5em;
}
.thumbnail{
	border: 1px solid #ddd;
	float: left;
	padding: 1em;
	margin-left: 1em;
	margin-top: 1em;
}	
.caption{ padding-top: 0.2em ;
	text-align: center;
	width: 120px;
	font-size: 0.9em;
}

/* dom-tree */
.dom-tree {
  padding: 0 0 0 1.5em;
  color: #999;
}
.dom-tree code {
  font-weight: bold;
}
.dom-tree ul ul ul  {
  list-style: disc;
}
.dom-tree ul ul ul ul  {
  list-style: circle;
}
.dom-tree ul ul ul ul ul {
  list-style: square;
}
.dom-tree dl,
.dom-tree dt,
.dom-tree dd {
  color: gray;
  margin: 0;
  padding: 0;
  display: inline; /* IE 5.x doesn't like this */
}
.dom-tree dd {
  font-style: italic;
}
