/*#############################################################
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.
#############################################################*/

/* Adpatations pour se conformer au brouillon sur le modèles
 * (c) 2009, Michaël BARCHY
 */ 

a {
  color: #F70;
}
a:hover {
  color: #C60;
}
body {
  background: #0094D6 url(templates/indigo/bg.gif) repeat-x;
  color: #466;
  font: normal 75% "Lucida Sans Unicode",sans-serif;
  margin: 0;
}
input {
  color: #555;
  font: normal 1.1em "Lucida Sans Unicode",sans-serif;
}
p {
  font-size: 1.2em;
  padding-bottom: 1.2em;
}
img {
  border: none;
}


/* structure */
#page {
  background: url(templates/indigo/topleft.gif) no-repeat;
}

/* title */
#top {
  float: left;
  padding: 0 0 0 76px;
  height: 92px;
}
#top h1 {
  color: #FFF;
  font: normal 2em Verdana,sans-serif;
}
#top h2 {
  color: #FFF;
  font: normal 1em Verdana,sans-serif;
  font-weight: bold;
}

/* main */
#mid {
  background: #FFF url(templates/indigo/bgmain.gif) no-repeat;
  clear: both;
  padding: 12px 12px 0 52px;
}

/* navigation */
#side {
  float: right;
  margin-right: 24px;
  width: 25%;
  margin-top: 10px;
}
#side li.zli { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin: 0;
}
#side li.zli1 { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin: 0;
}
#side li.zli2 { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin-left: 16px;
}
#side li.zli3 { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin-left: 32px;
}
#side li.zli4 { 
  border-bottom: 1px dashed #EEE;
  list-style: none;
  margin-left: 48px;
}
#side a.za {
  color: #777;
  display: block;
  font-size: 0.9em;
  padding: 3px 6px 3px 18px;
  text-decoration: none;
}
#side a.za:hover {
  color: #111;
  background: url(templates/indigo/nav_li.gif) no-repeat;
}
#side a.zaon {
  color: #111;
  background: url(templates/indigo/li.gif) no-repeat;
	background-position: 5px 3px;
}
#side a.zaon:hover {
  color: #111;
  background: url(templates/indigo/li.gif) no-repeat;
  background-position: 5px 3px;
}

/* content */
#main {
  float: left;
  margin-right: 4%;
  width: 65%;
  padding-bottom: 20px;
  margin-top: 50px;
}
#main ul {
  list-style-image: url(templates/indigo/li.gif);
  font-size: 9pt;
  margin-left: 18px;
}


/* misc */
#break {
  clear: both;
}

/* footer */
#bot {
  background: #0094D6 url(templates/indigo/bgfooter.gif) repeat-x;
  color: #C1DEF0;
  font-size: 80%;
  text-align: center;
  padding-top: 10px;
}
#bot a {
  color: #FFF;
  text-decoration: none;
}
#bot a:hover {
  color: #FFF;
  text-decoration: underline;
}

.button {
  float: left;
  width: 150px;
  height: 50px;
  background-image: url('zfiles/9.jpg');
  background-repeat: no-repeat;
  text-align: center;
  padding-top: 8px;
}

a.button_link {
  color: #ffffff;
  font-weight: bold;
  font-size: 14pt;
  text-decoration: none;
  font-family: "Arial Narrow","Lucida Sans Unicode",sans-serif;
}


