/* Presentation stylesheet */

/* IDs */
#main {
  min-width: 50em;
  max-width: 70em;
  margin: 0 auto;
  

}
#header {
  height:162px;
  	background-image: url(../img/top_en.jpg); BACKGROUND-COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat
}
#header_fr {
  height:162px;
  	background-image: url(../img/top_fr.jpg); BACKGROUND-COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat
}
#header_ge {
  height:162px;
  	background-image: url(../img/top_ge.jpg); BACKGROUND-COLOR: #ffffff; BACKGROUND-REPEAT: no-repeat
}
#header .title {
  margin: 0;
  padding: 0;
}
#title {
	margin-left: 55px; 
	width: 400px; 
  	font-size: 1.9em; /* 18px */
  	line-height: 1.33em; /* 24px */
	font-weight: 700; 
	COLOR: #ffffff; 
	TEXT-ALIGN: left; 
	padding-TOP: 19px; 
	padding-bottom:28px 
}
#languages {
	width: 200px;
	padding-top:28px;
	padding-left:19px;
	height:18px;
}
.flag {
	padding-right:10px;
}
#footer {
  padding-bottom: 1.5em;
  background-color: #ffffff;
  background-image:url(../img/shadow.gif);
  background-repeat:no-repeat;
  background-position:top;
}
#footer p {
  margin: 0;
  text-align: center;
  font-size: 75%; 
}


/* backgrounds */
#header,
.cols-wrapper {
  background-color: white;
}
#main {
    	background-color: #ededed;
  width:1000px;

}

/* classes */
.box, .box2,
.main-content {
  margin: 0.5em;
}
.cols-wrapper {
  border: 1px;
  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 none none;
  margin: 0;
}
.box {
  font-size: 92%;
  line-height: 1.18em;
}
.box2 {
  font-size: 80%;
  line-height: 1.18em;
  padding-bottom: 12px;
}
#footer,
.sidecol {
  color: #333;
}

.sidecol ul {
  padding: 0 0 0 0em;
}

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

