@import "layout.css";

body {
  background: #eee url(images/body.png) repeat-x left top;
  font-family: "Trebuchet MS", "Bitstream Vera Sans", Arial, sans-serif;
  font-size: 80%;
  color: #222;
}

h2, h3, h4, h5, h6{background: transparent; font-family: Arial, sans-serif; margin: 1em 0 1em 0;}
h2 a, h3 a, h4 a, h5 a, h6 a{background: transparent; text-decoration: none;}

h2{font-size: 1.3em;/* color: #55a8ff; */ color: #333; background: transparent;}
h3{font-size: 1.2em;}
h4{font-size: 110%}
h5{font-size: 100%}
h6{font-size: 1em; font-weight: normal; font-style: italic;}

a{color: #000; background: transparent;}
a:hover{color: #f60; background: transparent; text-decoration: none;}
a[hreflang]:after{
  content: "\0000a0(" attr(hreflang) ")"; 
  color : #666; 
  vertical-align: super; 
  font-size: smaller;
  text-decoration: none;
}

a img {border: 0;}
fieldset{border: 0;}
label{cursor: pointer;}
input.text, textarea, .field input{
  border: 1px solid #ccc;
  border-bottom-color: #eee;
  border-right-color: #eee;
  padding: 0.5ex;
  font-family: "Lucida Sans Unicode", Tahoma, Arial, sans-serif;
  font-size: 1em; 
}
input.text:focus, textarea:focus, .field input:focus{
	border: 1px solid #aaa;
	border-bottom-color: #ccc;
	border-right-color: #ccc;
	background: #FFFFEE;
}

/* Page
*******************************************************************************/
#page{
  color: inherit;
  background: #fff;
  border: 1px solid #e5e5e5;
}

/* Header
*******************************************************************************/
#top{
  text-indent: -100em;
  overflow: hidden;
}
#top h1{
  background: url(images/titre.png) no-repeat top left;
  width: 245px;
  height: 74px;
  margin: 0;
  padding: 0;
}
#top h1 a{
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

/* Navigation
*******************************************************************************/
#navigation ul{
  margin: 0;
  padding: 0 0 0 40px;
}
#navigation{
  background: #efefef;
  color: #000;
  padding: 4px 4px 5px 4px;
  border-top: 1px solid #777;
  border-bottom: 1px solid #777;
}
#navigation li{
  margin-right: 1em;
}
#navigation a{
  text-decoration: none;
  color: #000;
  background: transparent;
  padding: 4px 1em;
}
#page #navigation a:hover{
  color: #000;
  background: #ddd;
  border-bottom: 2px solid #000;
}
#home #nav-home, #forum #nav-forum, #blog #nav-blog, #shop #nav-shop, #about #nav-about, #sitemap #nav-sitemap {
  color: inherit;
  background: #ddd;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
}

/* Contenu
*******************************************************************************/
#category h2, #about h2 {
  margin-bottom: 2em;
}
#actualites {
  margin-top: 2em;
}
.day-date {
  clear: both;
  color: #5E9E14;
  font-weight: bold;
  background: #F5F5F5;
  border: 1px solid #CDCDCD;
  border-width: 1px 0;
  text-align: right;
  padding: 5px 10px;
  margin: 2.5em 0 10px 0;
}
#actualites h3, .resource h3, .resource h3 a, .news h3, .article h3 {
  color: #cb1804;
  margin-bottom: 0.4em;
}
#contenu h3 a {
  color: inherit;
  text-decoration: none;
}
.resource {
  margin-bottom: 2.5em;
}
#contenu .news img {
  border: #ddf solid 1px;
}
#contenu .news a:hover img {
  border: #666 solid 1px;
}

blockquote {
	font-style: italic;
}

.px-right {
	margin:3px 0 10px 12px;
	float: right;
	display:block;
}

#contenu  .news img.px-left {
	margin:3px 12px 10px 0;
	float: left;
	display:block;
}

.px-center {
	text-align: center;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.px-left {
	margin:3px 12px 10px 0;
	float: left;
	display:block;
}

#contenu .article hr {
  display: block;
  width: 10em;
  color: black;
  background-color: black;
  height: 1px;
  border: 0;
}

.modified {
  margin:0;
  padding:0;
  color: #666;
  font-size: 0.9em;
}
a.read-next {
  font-size: 0.9em;
  text-decoration: none;
  border-bottom: 1px dotted;
}
#citation {
  width: 45em;
  margin: 0 auto;
  padding-top: 0.6em;
  font-size: 0.9em;
}
#citation q{
  font-family: Georgia, serif;
  font-size: 1.1em;
  font-style: italic;
  quotes: "" "";
  display: block;
  margin-right: 1em;
}
#citation cite{
  font-style: normal;
  display: block;
  text-align: right;
  padding: 0.4em;

}
#banniere {
  text-align: center; 
}
ol.tree {
  padding: 10px 0px 0px 0px;
  margin: 0px;
  font-size: 0.9em;
}
ol.tree li {
  display: inline;
  list-style-type: none;
  padding-left: 1em;
  padding-right: 0.5em;
  background: url(../sofresh/img/chevron.png) no-repeat center left;
}
.art-page-title {
  color: #CB1804 !important;
  border-bottom: #999 1px solid;
}
/*
.interview dt {
  font-weight: bold;
  margin: 1em 0;
}
.interview dd {
  margin: 1em 0 1em 1em;
}
*/
dt {
  font-weight: bold;
  margin: 1em 0;
}
dd {
  margin: 1em 0 1em 1em;
}

#news-content ul {
	margin: 0;
	padding: 0px 20px 0px 20px;
}

#news-content ul li a {
	display: inline;
}

/* Sidebar
*******************************************************************************/
.sidebar{
  font-size: 0.9em;
}
#navigation-sidebar h2 {
  padding: 0px;
  margin: 5px -3px;
}
#content-sidebar div {
  margin: 0px;
}
#navigation-sidebar ul {
  list-style: none;
  padding: 5px;
  margin: 5px;
}
#navigation-sidebar a {
  border-bottom: 1px solid #ddd;
  text-decoration: none;
}
#navigation-sidebar a:hover {
  border: 0
}
#critiques ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
#critiques li{
  display: block;
  height: 100%;
  width: 100%;
  border-top: 1px solid #ddd;
}
#critiques li a {
  text-decoration: none;
  display: block;
  padding: 0.2em 0.5em 0.3em 1em;
}
#critiques li a:hover { 
  background: #ddf;
  color: inherit;
}
#critiques em{
  font-style: normal;
}
#heros p{
  text-align: center;
}
#sondage p {
  text-align: center;
  clear: left;
}

/* Recherche
*******************************************************************************/
#recherche fieldset{
  text-align: right;
}
#recherche #q{
  width: 16em;
  background: #fff url(images/search.png) no-repeat 2% 50%;
  padding: 2px 20px;
}

/* Footer 
*******************************************************************************/ 
#footer {
  padding: 1em 10em;
  text-align: center;
}

/* Autre...
*******************************************************************************/ 
.invisible {
  display: none;
}

/*tableau*/
table.wiki-table {
	width: 99%;
	text-align:center;
	border-bottom: 1px solid #000 ;
	border-right: 1px solid #000 ;
	border-collapse: collapse;
}

table.wiki-table td, table.wiki-table th {
	padding: 2px;
	border-top: 1px solid #000 ;
	border-left: 1px solid #000 ;
}
