/*#############################################################
Name: Indigo
Description: A lightweight (7kb images), simple and professional design.
Date: 2006-07-27
Author: Viktor Persson
URL: http://arcsin.se

Feel free to use and modify but please provide credits.
#############################################################*/

/* standard elements */
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
	margin: 2px;
}
a {
	color: #F70;
}
a:hover {
	color: #C60;
}
body {
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f5f5f5+0,cccccc+100 */
	background: #f5f5f5; /* Old browsers */
	background: -moz-linear-gradient(top, #f9f9f9 0%, #bbbbbb 200px); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, #f9f9f9 0%,#bbbbbb 200px); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, #f9f9f9 0%,#bbbbbb 200px); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#bbbbbb',GradientType=0 ); /* IE6-9 */
	color: #466;
	font: normal 62.5% "Lucida Sans Unicode",sans-serif;
	margin: 0;
}
input {
	color: #555;
	font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p,cite,code {
	font-size: 1.2em;
	padding-bottom: 1.2em;
}
h1 {
	font-size: 1.4em;
	margin-bottom: 4px;
}
pre {
	background: url(img_t/indigo/bgcode.gif);
	border: 1px solid #F0F0F0;
	border-left: 6px solid #39F;
	color: #555;
	margin-bottom: 12px;
	padding: 8px 10px;
	font-size: 8pt;
}
cite {
	background: url(img_t/indigo/quote.gif) no-repeat;
	color: #666;
	display: block;
	font: normal 1.3em "Lucida Sans Unicode",serif;
	padding-left: 28px;
}
h1,h2,h3 {
	color: #06C;
	padding-top: 6px;
}
/* misc */
.clearer {
	clear: both;
}

/* structure */
.container {

}

.header {
	height: 92px;
}

/* title */
.title {
	float: left;
	padding: 8px 0 0 76px;
}
.title h1 {
	color: #FFF;
	font: normal 2em Verdana,sans-serif;
	float: left;
	margin-right: 1em;
}
.title h1 img {
	margin-bottom:0;
	padding-bottom:0;
}

.title h2 {
	float: left;
	color: #FFF;
	font: normal 1em Verdana,sans-serif;
	font-weight: bold;
	margin-top:50px;
	padding-top:0;
	font-size:14px;
}
/* navigation */
.navigation {
	/*float: left;
	height: 92px;
	margin-left: 24px;
	padding: 0 16px;*/
}
.navigation a {
	font: bold 1.2em "Trebuchet MS",sans-serif;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover {
	background-color: #008FD2;
	color: #FFF;
}
.navigation img {
	vertical-align: middle;
	width:20px;
}

/* main */
.main {
	background: #FFFFFF;
	clear: both;
	padding: 12px 12px 0 52px;
}

/* main left */
.sidenav {
	float: left;
	width: 24%;
}
.sidenav h1 {
	border-bottom: 1px dashed #DDD;
	color: #E73;
	font-size: 1.2em;
	height: 20px;
	margin-top: 1.2em;
}
.sidenav li.zli1 { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
	/**/
	display:none;
}
.sidenav li.zli2 { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin-left: 16px;
}
.sidenav li.zli3 { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin-left: 32px;
}
.sidenav li.zli4 { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin-left: 48px;
}
.sidenav li { 
	border-bottom: 1px dashed #EEE;
	list-style: none;
	margin: 0;
}
.sidenav li a {
	color: #777;
	display: block;
	font-size: 1.1em;
	padding: 3px 6px 3px 18px;
	text-decoration: none;
}
.sidenav li a:hover {
	color: #111;
	background: url(img_t/indigo/nav_li.gif) no-repeat;
}

/* content */
.content {
	float: left;
	margin-right: 4%;
	width: 69%;
}
.content .descr {
	color: #C60;
	margin-bottom: 6px;
}
.content .block {
	color: #C60;
	margin-bottom: 6px;
	float: right;
}
.content table.contenu {
	width: 80%;
	margin: auto;
	border-collapse: collapse;
}
.content table.contenu th {
	background: lightgrey;
	border: 1px solid grey;
	padding: 2px;
	text-align: center;
}
.content table.contenu td {
	border: 1px solid grey;
	padding: 2px;
	text-align: center;
}
.content table.contenu tr:hover {
	background: rgb(240,240,255);
}
.content ul {
	list-style-image: url(img_t/indigo/li.gif);
	font-size: 9pt;
	margin-left: 18px;
}
.content ol {
	font-size: 9pt;
	margin-left: 18px;
}
.content big {
	text-align: center;
	font-weight: bold;
	display: block;
	width: 50%;
	margin: auto;
	margin-top: 5px;
	margin-bottom: 5px;
	border: 1px solid #446;
	background: #BBBBBB;
	padding: 10px;
	color: #446;
}
.content big:hover {
	color: #355;
	border: 1px solid #355;
	background: #AAAAAA;
}
.content big a {
	color: #446;
}
.content big a:hover {
	color: #355;
	text-decoration: none;
}
.content dt {
	font-weight: bold;
	font-size: 101%;
}
.content dd {
	margin-left: 10px;
}
.zalert {
	border: 1px solid #C00;
	background-color: #FEA;
	padding: 0 2px;
}
#zadmin {
	border: 1px solid #CCC;
	background-color: #EEE;
	padding: 2px;
	margin: 3px 0 0 0;
	word-spacing: 5px;
	vertical-align: bottom;
}
#zadmin img {
	vertical-align: top;
}

/* search form */
.styled {
	border: 3px double #E5E5E5;
	padding: 2px 3px;
}
.button {
	border: 1px solid #AAA;
	margin-left: 5px;
	padding: 2px 3px;
}

/* footer */
.footer {
	background: #0094D6 url(img_t/indigo/bgfooter.gif) repeat-x;
	color: #C1DEF0;
	font-size: 80%;
	text-align: center;
	padding-top: 20px;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
