/* Presentation stylesheet */

/* IDs */
#main {
  border: 1px solid;
  /*min-width: 50em;
  max-width: 100em;*/
  margin: 0 auto;
}
/*
#header {
  padding: 1.5em 1em;
}

#header .title {
  margin: 0;
  padding: 0;
}
*/
#menubar {
	padding: 0;
	border-bottom : 1px solid #7b6329;
	margin : 0;
	text-align: center;
	font-size: 0.85em;
}

#footer {
  padding: 1.5em;
}
#footer p {
  margin: 0;
  text-align: center;
  font-size: 90%;
}
/*
#header {
  border-bottom: 1px dotted;
}
*/
/* backgrounds */
#header {
 background : url(bannertop3.jpg);
 height: 100px;
	position: relative;
}

#header .enbas
{
	padding-left: 1em;
	position:absolute;
	bottom:0;
	left: 0;
	
}

#header .enbas a
{
  font-weight: bold;
}

.cols-wrapper {
  background-color: white;
 
}
#main {
  background: #efefef url(grisblan.jpg);
}

/* classes */

.listealphabetique
{
	letter-spacing:0.2em;
	margin-top: 0;
	padding-top: 0;
	border-top: 1px solid #7b6329;
	border-bottom: 1px solid #7b6329;

}

div.indexalpha
{
	letter-spacing: 0.1em;
	color: #BE0000;
	font-size: 1em;
	margin : 0;
	padding-top: 0.1em;
  
}

.box,
.main-content {
  margin: 1em;
}
.cols-wrapper {
  border: 1px;
  margin: 0 -1px;
  border-style: none solid solid solid;
}
.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 {
  font-size: 98%;
  line-height: 1.18em;
}
#footer,
.sidecol {
  color: #333;
}
.sidecol ul {
  padding: 0 0 0 1.5em;
}

/* 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;
}
