/* body 
--------------------------------------------------*/
body {
  color:#414141;
  background:#EDE8E2;
}

/* headings
--------------------------------------------------*/
h1, h1 a,
h2, h2 a,
h3 a,
h4 a,
.sidehead a
  {color:#444444;}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
.sidehead a:hover
  {color:#ffffff;}/* #46B2C9 */

/* links
--------------------------------------------------*/
a {color:#0000ff;} /* #90C0E0 #6C8C37 */
a:hover {color:#999999;} /* #009193 */

/* paragraphs, lists, etc
--------------------------------------------------*/
pre,
code
  {background-color:#F8FAF2;}
kbr {color:#009193;} /* #009193 */

p { text-align:justify;} /* ajout Mickael */

/* container
--------------------------------------------------*/
#container {
  padding-top:0;
  border-top:30px solid white;
  background:white url(images/spring/container_bg.gif) 648px 0px repeat-y;
}

/* header
--------------------------------------------------*/
#header {
  background-color:#F0F9F9; /* #F0F9F9 */
}
#header .sitetitle {
   color: #009193; /* #009193 */
}

/* navigation
--------------------------------------------------*/
#navigation {background-color:#AAAAAA;}/* #C5D1DE #A3C159 */
#navigation .navlinks li {border-color:white;}
#navigation a {color:white;}
#navigation .navlinks .selflink,
#navigation .navlinks a:hover
  {background-color:#666666;} /* #1BA6B2 */
#navigation .pageactions,
#navigation .pageactions a {
  color:#009193;
}
#navigation .pageactions a:hover {
  color:#fff; /* #fff*/
}
#navigation form {
  border-color:white;
  background:#FEC42D url(images/spring/corner_bottom_right.gif) bottom right no-repeat;
}
#navigation #searchfield {border-color:#FFF9EA;}
#navigation #searchbutton {
  color:white;
  background-color:#111111; /* #A3C159 */
}

/* content
--------------------------------------------------*/
.info {
  border-color:#F3F4F4;
  background-color:#FAFAFA;
}
.info a {border-color:#949494;}

/* form
--------------------------------------------------*/
form p {border-color:white;}
form label { color:#6C8C37;}
form em {color:#C8C8B4;}
form input {color:#414141;}
#wikiedit form input[type="submit"]:hover {background-color:#A3C159;}
form input, form textarea {
  border-color:#DCDCDC #F0F0F0 #F0F0F0 #DCDCDC;
}
form .button {
  border-color:white #DCDCDC #DCDCDC white;
  background-color:#F0F0F0;
}

/* subcontent
--------------------------------------------------*/
#subcontent {
	background:url(images/spring/subcontent_bg.gif) top left no-repeat;
}

/* subcontent headings
--------------------------------------------------*/
#subcontent .sidehead {
  color:white;
  background:#C5D1DE; /* #D6E2EF */
  /*background:#A3C159 url(images/spring/corner_top_right.gif) top right no-repeat*/
}

/*#subcontent .sidehead em {
  background:url(images/spring/corner_top_left.gif) top left no-repeat;
}
#subcontent .sidehead em {
	background:url(images/spring/corner_bottom_right.gif) bottom right no-repeat;
}
#subcontent .sidehead em {
	background:url(images/spring/corner_bottom_left.gif) bottom left no-repeat;
}*/


/* subcontent list
--------------------------------------------------*/
#subcontent ul li {border-bottom-color:#F0F0F0;}
#subcontent li a:hover {background-color:#F5F8FB;}
#subcontent ul.pages li {list-style-image:url(images/spring/post_yellow.gif);}
#subcontent ul li,
#subcontent ul.months li {list-style-image:url(images/spring/categories_yellow.gif);}
#subcontent ul.links li {list-style-image:url(images/spring/links_yellow.gif);}
#subcontent ul.feeds li {list-style-image:url(images/spring/feeds_yellow.gif);}
#subcontent ul.posts li {list-style-image:url(images/spring/post_yellow.gif);}
#subcontent ul li li {list-style-image:url(images/spring/sub_categories_yellow.gif);}

/* footer
--------------------------------------------------*/
#footer {
  color:#A0A0A0;
  background:white;
}
#footer p {border-top:6px solid #E9F7F6;}
#footer {border-top:0px solid #E9F7F6;}
#footer a {color:#A0A0A0;}
#footer a:hover {color:#414141;}
#footer strong {color:#009193;}
