/*
	Styling of VULHM layout

	Copyright 2009 Ivasoft Brno.
*/
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 0;
	background-color:#182801;
}

#print {
	display: none;
}

.conteneur {
	margin-top: 10px;
	margin-bottom: 300px;
	position: absolute;
	width: 800px;
	left: 50%;
	margin-left: -370px;
	border:0px solid #182801;
	color: #182801;
	background-color:#7A9431;
}


.header {
	background-image: url("/cus/VULHM/header3.JPG");
	background-repeat: no-repeat;
	height:160px;
	padding-left:50px;
	padding-top:40px;
	max-width:490px;
	border-bottom:1px solid #182801;
	color: #F5F8EF;
}

.menu {
	float:right;
	margin: 0px;
	padding:0px;
	margin-left:20px;
	border-left:1px solid #182801;
}


* html .menu {
	margin-left: -3px;
}

.centre {
	padding:20px;
	padding-left:40px;
}

.pied {
	height: 15px;
	text-align:center;
	padding-right:0px;
}

.menu-list {
	list-style-type: none;
	margin:0px 0px 0px 0px;
	padding:0px;
}

* html .menu li{
	margin-bottom:-3px;
}

.menu li {
	margin:0px;
	border-bottom:1px solid #182801;
	color: #D9CEB8;
	font-size: 1.1em;
	text-decoration: none;
	background-color:#748F02;
	padding:0px;
	width:199px;
}

.menu li a {
	margin:0px;
	display: block;
	color: #F5F8EF;
	font-size: 1.1em;
	text-decoration: none;
	border-left:5px solid #F5F8EF;
	padding:5px;
}

.menu li a:hover {
	text-decoration: none;
	background-color:#90A000;
}

.p{
	
}

h3{
	margin-left:-10px;
	margin-top:10px;
	padding-left:5px;
	font-size: 1.2em;
	color: #F5F8EF;
	font-weight:normal;
}

h2{
	margin-left:-20px;
	margin-top:15px;
	padding-left:5px;
	font-size: 1.3em;
	color: #F5F8EF;
	font-weight:normal;
}

h1{
	margin-left:-30px;
	margin-top:5px;
	padding-left:5px;
	font-size: 1.6em;
	color: #F5F8EF;
	font-weight:normal;
}

.header-title {
	font-size:2.3em;
	border-bottom:2px solid #F5F8EF;
}

.header-title-two {
	font-size:1.1em;
  padding-bottom:3px;

}

a{
	color:#F5F8EF;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

blockquote{
	background-color:rgb(142, 168, 69);
	text-align:center;
	font-size: 0.7em; 
  padding: 3px;
  margin: 20px
}

/*
	Navigation pane
*/
.navPane {
	margin: 3px;
	padding: 0em 1em 0em 1em;
}
div.navPane div div {
	display: inline;
	border-right: 1px solid;
	padding-right: .2em;
	padding-left: .5em;
	border-color: black;
}
.navPane a,
.navPane a:visited {
	color: white;
	text-decoration: none;
	line-height: 29px;
}

.navPane h2 {
	font-size: 1em;
	border-bottom: none;
	margin-left: 2.5em;
}
.navPane p {
	margin: 0em;
}
.navPane .attributes {
	margin: 0em 0em 0em 2.5em;
}
.navPane .single {
	border-collapse: collapse;
	margin-top: 2px;
}
.navPane .attributes dl dt {
	clear: left;
	float: left;
	display: block;
}
.navPane .attributes dl dd {
	display: block;
}
.navPane .attributes th {
	border-left: solid 10px;
}
.navPane .attributes th img {
	padding: 1em;
}

.navPane {
	background: #8EA845;
}
div.navPane div div {
	border-color: white;
}
.navPane h2 {
	color: #346715;
}
.navPane .attributes th {
	border-left-color: #BAE39B;
}


/*
	Content panes and their cues
*/
.paneR {
	/* Pane in reveal mode */
	border: dotted 1px;
}
.paneC {
	/* Pane cue */
	font-size: 0.7em;
	color: White;	
	display:inline-block;
	float: right;
	/*clear: right;*/		
	padding: 0.2em 1em 0.2em 1em;
}
.editCnt {
	/* Edit cue */
	border: dotted 1px;
}
.editCue {
	font-family: Sans-Serif;
	font-size: 0.7em;
	display:inline-block;
	padding: 0.2em 1em 0.2em 0em
}