/*#############################################################
Name: rouge-nature
Date: 2010
Author: EIKONA (based on a Viktor Persson - http://arcsin.se template)
URL : http://www.eikona.fr 
Used and/or modified by :  Michael Barchy - adapted for ZiteCMS

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

/*éléments standards*/
* {
	margin: 0;
	padding: 0;
}
img {
	border: 0px;
	margin: 2px;
}

a {
  color: #F70;
}
a:hover {
  color: #C60;
}
body {
  background: #888 repeat-x;
  color: #666;
  font: normal 75% "Lucida Sans Unicode",sans-serif;
  margin: 0;
  width: 100%;
  padding: 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 {
  margin: 16px auto 16px auto;  
  padding:0;
  width: 980px;
  background: #990000 url(bandeau-top.jpg) center top no-repeat;
  border: #990000 solid 5px;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
}

/* title */
#top {
  margin: 0 auto 0 auto;
  width: 970px;
  padding: 0 0 0 20px;
  height: 200px;
}
#top h1 {
  color: #D8F7FF;
  font: normal 40pt Verdana,sans-serif;
  padding-top: 75px;
  padding-left: 10px;
  text-align: left;
}
#top h2 {
  color: #FFF;
  font: normal 12pt Verdana,sans-serif;
  padding-top: 25px;
  padding-left: 15px;
  font-weight: bold;
  text-align: left;
}

/* main */
#mid {
  background: #FFF no-repeat;
  clear: both;
  padding: 22px 12px 0 12px;
margin: 0 auto 0 auto;
width: 950px;
min-height:500px;
border-right: #666 solid 1px;
border-bottom: #666 solid 1px;
}

/* menu */
#side {
  float: left;
  margin-left: 0;
  width: 250px;
}
#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: #990000;
  display: block;
  font-size: 11pt;
  padding: 3px 6px 3px 18px;
  text-decoration: none;
}
#side a.za:hover {
  color: #111;
  background: url(nav_li.gif) no-repeat;
}
#side a.zaon {
  color: #111;
  background: url(li.gif) no-repeat;
	background-position: 5px 3px;
}
#side a.zaon:hover {
  color: #111;
  background: url(li.gif) no-repeat;
  background-position: 5px 3px;
}

/* content */
#main {
  float: right;
  margin-right: 12px;
  width: 650px;
  padding-bottom: 20px;
}
#main ul {
  list-style-image: url(li.gif);
  font-size: 11pt;
  margin-left: 18px;
}
#main h1 {
  font-size: 16pt;
  padding-bottom: 22px;
  color: #990000;
  text-align: center;
}
#main h2 {
  font-size: 13pt;
  font-weight: bold;
  color: #000000;
}

/* misc */
#break {
  clear: both;
}

/* footer */
#bot {
  background: #990000 repeat-x;
  color: #FFF;
  font-size: 80%;
  text-align: center;
  padding: 7px 0 2px 0;
}
#bot a {
  color: #FFF;
  text-decoration: none;
}
#bot a:hover {
  color: #FFF;
  text-decoration: underline;
}
#bot p {
  color: #FFF;
  padding: 0;
}

