/* Presentation stylesheet */

/* IDs */
#main {
  border: 1px none #c7c7c7;
  min-width: 50em;
  max-width: 70em;

	border-left: 6px solid white;
	border-right: 6px double white;
	margin: auto;
	padding: 0;
	background: none repeat-x white;
}

#header .title {
  margin: 0;
  padding: 0;
}
#footer {
  padding: 6px 10px;
}
#footer p {
  margin: 0;
  text-align: center;
}
#header {
  border-bottom: 5px solid white;
	padding: 15px;
	background: url(../haut0106.jpg) white;
	height: 160px;
	border: 5px solid #ffffff;
	border-right-style: none;
	border-top-style: none;
	border-left-style: none;
}


/* classes */
.box {
	background: white;
	padding: 5px;

	margin-left: 10px;
}

.formule {
	background: #ffffff;
	color: #ab4e3a;
	font-size: 10px;
	border: 1px dotted #ab8a58;
	padding: 5px;
	margin-bottom: 5px;
}

#formulaire {
	background: none repeat-x #edeee6;
	padding: 10px;
	border-right: 1px none #878787;
	border-collapse: collapse;
	border-bottom: 1px dotted #878787;
	border-left: 1px none #d0d6b7;
	border-top: 1px dotted #878787;
}

.box2 {
	background: white none repeat-x;
	padding: 5px;
	border-bottom: 5px none #3c4c5a;
}

/* My Comment */
.cols-wrapper {
  margin: 0 -1px;
	border-right: 1px dotted #878787;
	border-left: 1px dotted #bfbfbf;
}
.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;
}
#footer
 {
  color: #333;
	background: #edeee6;
}
.sidecol ul {
	background: #d8a88e;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
}

/* 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: black;
  margin: 0;
  padding: 0;
  display: inline; /* IE 5.x doesn't like this */
}
.dom-tree dd {
  font-style: italic;
}

.main-content  {
	width: 75%;
	display: block;
}

