@import "layout.css";

html {
	background: #ddd url("img/bodyLeftBack.gif") repeat-y 5% 0;
	color: #000;
	}
body {
	font-size: 80%;
	font-family: Verdana, sans-serif;
	background: transparent url("img/bodyRightBack.gif") repeat-y 59% 0;
	}
#page {
	background: transparent url("img/pageBack.gif") no-repeat 60% 2em;
	color: #222;
	}
.note {
	vertical-align: super;
	font-size: 0.7em;
}

/* Elements generaux
----------------------------------------------------------------------- */
.hidden {
	font-size:0px;
	position: absolute;
	left: -5000px;
	overflow: hidden;
}
.error-search {
		margin-bottom: 62em;
		}
.error,
.error-search {
	border-top: 1px solid #923;
	border-bottom: 1px solid #923;
	color: #fff;
	background: #933 url("img/errorBack.gif") repeat-x top left;
	padding: 0.5em;
	}
.error ul,
.error-search ul {
	padding: 0.5em;
	padding-left: 1em;
	margin: 0;
	margin-left: 1em;
	list-style-image: url("img/error.png");
	}
	
abbr, acronym { border: 0px; }
	abbr[title], acronym[title] {
		cursor: help;
		border-bottom: 1px dashed;
	}
	acronym {
		speak: normal;
	}
	abbr {
		speak: spell-out;
	}
	#comments abbr, #comments acronym { border: 0; }

blockquote {
	background: transparent url("img/quote.png") no-repeat top left;
	color: inherit;
	display: block;
	margin: 0.5em 0.5em 0.5em 1em;
	padding: 0 0 0 2em;
	}
pre {
	overflow: auto;
	border: 1px solid #7b4;
	background: #eee;
	color: inherit;
	padding: 0.5em;
	font-size: 1.1em;
	/* Pour obliger IE Ã  afficher les barres de dÃ©filement */
	width: 97%;
	}
code {
	font-size: 1.2em;
	}
ins {
	font-style: italic;
	text-decoration: none;
	}
kbd {
	padding: 0.1em 0.3em;
	border-width: 1px 2px 2px 1px;
	border-style: solid;
	background: #fff;
	color: #000;
	border-color: #ddd #bbb #bbb #eee;
	}
	
/* Listes dans le main
----------------------------------------------------------------------- */
#main ul {
	margin-right: 2em;
	}
#main ul li {
	margin-top: 0;
	}

/* Styles par dÃ©faut des tableaux
----------------------------------------------------------------------- */
#main table tr {
	background: #ddd;
	}
#main table tr td {
	color: inherit;
	padding: .2em .5em;
	/*word-wrap: break-word;*/
	}
#main table thead tr,
#main table tfoot tr {
	background: #444;
	color: #fff;
	}
#main table th {
	background: #444;
	color: #fff;
	font-weight: normal;
	padding: .2em .5em;
	}
#main table {
	border: 1px solid #888;
	background-color: #fff;
	}
#main table caption {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	line-height: 1.5em;
	}

/* Styles par dÃ©faut des formulaires
----------------------------------------------------------------------- */
#main label {
	display: inline;
	}
#main fieldset {
	border: 1px solid #666;
	margin: 0.5em 0;
	padding: 0.5em;
	}

/* Styles par dÃ©faut des titres
----------------------------------------------------------------------- */
h1 {
	font-size: 1.4em;
	}
h2 {
	font-size: 1.2em;
	}
h3 {
	font-size: 1.1em;
	}
h4 {
	font-size: 1em;
	}
h5 {
	font-size: 0.9em;
	}

/* Liens
----------------------------------------------------------------------- */
a {
	color: #3B6F00;
	text-decoration: underline;
	background-position: right center;
	background-repeat: no-repeat;
	}
a:visited {
	border-bottom-style: none;
	}
a:hover,
a:focus {
	color: #fff;
	text-decoration: none;
	background-color: #57A301;
	}
a:active {
	color: #fff;
	border-bottom-color: #8E000A;
	background-color: #8E000A;
	}
a[href^="http://"]:after {
	content: "\000a0[Externe]";
	font-size: 0.8em;
	}
a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	font-size: 0.8em;
	}
a[href^="#"],
a.top_green:hover[href^="#"],
a.top_green:focus[href^="#"] {
	padding-right: 13px;
	background-image: url("img/page_link_top_green.png");
	}
a:hover[href^="#"],
a:focus[href^="#"] {
	background-image: url("img/page_link_top_white.png");
	}
a.bas[href^="#"],
.sommaire a[href^="#"] {
	padding-right: 13px;
	background-image: url("img/page_link_bottom_green.png");
	}
a.bas:hover[href^="#"],
a.bas:focus[href^="#"],
.sommaire a:hover[href^="#"],
.sommaire a:focus[href^="#"] {
	background-image: url("img/page_link_bottom_white.png");
	}
p.retour {
	text-align: right;
	font-size: .9em;
	margin: 1.5em 1em 3.5em 1em;
	clear: both;
	color: #fff;
	padding-right: 42px;
	line-height: 2em;
	border-top: 1px solid #8E000A;
	background-image: url("img/retour.gif");
	background-repeat: no-repeat;
	background-position: right top;
	}

/* Entete
----------------------------------------------------------------------- */
#top {
	background: #8E000A url("img/redMainTitleBack.jpg") repeat-x bottom left;
	color: #fff;
	overflow: auto;
	padding: 0;
	padding-bottom: 3em;
	text-align: right;
	}
#top a {
	color: #fff;
	border: none;
	}
#titre {
	clear: left;
	font-size: 2em;
	font-weight: normal;
	margin: 0 100px 0 0;
	padding: 0;
	text-align: right;
	}
#titre a {
	background: transparent;
	line-height: 1.2em;
	text-align: right;
	text-decoration: none;
	margin: 0;
	padding: 0;
	}
#top img {
	border: none;
	float: right;
	margin: -2.3em 15px .5em 15px;
	padding: 0;
	}
#accroche {
	color: #ddd;
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	margin: 0;
	padding: 0.8em 0 1em 1em;
	text-align: right;
	}
	#accroche strong, #titre strong {
		font-weight: normal;
	}

/* Prelude
----------------------------------------------------------------------- */
#prelude {
	text-align: left;
	list-style: none;
	float: left;
	margin: 0 0 2.5em 0;
	padding: .2em 1em;
	font-size: .9em;
	color: #D8D8D8;
	background: #660820 url("img/prelude_corner.gif") no-repeat bottom right;
	}
#prelude li {
	line-height: 2.2em;
	border-right: 1px solid #d8d8d8;
	display: inline;
	padding: 0 5px;
	}
	#prelude li.last { border: none; }
#prelude a {
	background: none;
	padding: 0;
	font-size: 1em;
	border: none;
	color: #ddd;
	}
#prelude a:hover,
#prelude a:focus {
	color: #fff;
	text-decoration: none;
	border: none;
	}
#prelude a:active {
	color: #fff;
	}

/* Fil d'ariane
----------------------------------------------------------------------- */
#quicknav {
	margin: 1em;
	font-size: 0.9em;
	line-height: 1.4em;
	font-style: italic; }

/* Table des matieres
----------------------------------------------------------------------- */
#toc ul, #toc p { margin: 0.5em; margin-left: 1em; }
#toc ul.toc li { line-height: 1.4em; margin-left: 0; }
#toc ul.toc { margin-left: 2em; padding-left: 2em; }
#toc { margin-bottom: 5em; }
#toc h2 { margin-left: 1em; margin-top: 1em; }

/* Main
----------------------------------------------------------------------- */
#main {
	padding: 1em 0;
	background: #fff url("img/mainBack.jpg") no-repeat 100% -11.8em;
	}
#main h1 {
	margin: 0;
	}

/* Participations
----------------------------------------------------------------------- */
.post-chapo {
	font-style: normal;
	}
.post-content,
.post-chapo {
	line-height: 1.4em;
	}
.post-content,
.post-chapo {
	width: 90%;
	}

/* Commentaires
----------------------------------------------------------------------- */
#comments,
#contact-bloc,
#conteneur-menu-toc {
	background: #ececec url("img/menu.gif") repeat-x bottom;
	border: 1px solid #aaa;
	border-top: none;
	margin: 1em;
	}
#contact-bloc {
	margin-bottom: 18em;
	}
#comments h2,
#contact-bloc h2,
#conteneur-menu-toc h2 {
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #999;
	color: #222;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8em;
	padding: 0 0 0 1em;
	margin: 0;
	background: #bbb url("img/genTitleBack.gif") repeat-x top left;
	}
#comments p,
#contact-bloc p {
	padding: 0.2em 0.5em;
	font-size: 1em;
	}
#comment-info {
	margin: 0;
	padding: 0;
	}
#comments legend {
	color: #444;
	border-left: 1px solid #444;
	border-right: 1px solid #444;
	display: block;
	width: 100%;
	}
#comments blockquote,
#contact-bloc blockquote {
	background-color: #fff;
	border: 1px solid #ddd;
	background-position: 0.5em 0.5em;
	margin: 1em 1em;
	font-style: normal;
	padding: 0.5em 1em 0.5em 2em;
	}
	
/* Formulaire commentaires et contact
----------------------------------------------------------------------- */
input, textarea { border: 1px solid #444; }
textarea { font-family: Verdana, sans-serif; font-size: 0.9em;}
.field input { width: 300px; }
	
/* Icones de champs
----------------------------------------------------------------------- */
#label_c_nom {
	background: transparent url("img/person.gif") no-repeat left center;
	padding-left: 1.8em;
	}
#label_c_mail {
	background: transparent url("img/mail.png") no-repeat left center;
	padding-left: 1.8em;
	}
#label_c_site {
	background: transparent url("img/home.png") no-repeat left center;
	padding-left: 1.8em;
	}
#label_c_content {
	background: transparent url("img/write.gif") no-repeat left center;
	padding-left: 1.8em;
	}
#label_c_sujet {
	background: transparent url("img/sujet.png") no-repeat left center;
	padding-left: 1.8em;
	}

/* Billet
----------------------------------------------------------------------- */
#content .post-chapo,
#content .post-content {
	padding: 0 1em;
	text-align: left;
	}
#content .post-info {
	font-size: 0.9em;
	padding: 0.5em 1em;
	margin: 0;
	background: #ececec url("img/menu.gif") repeat-x bottom;
	border-bottom: 1px solid #aaa;
	font-style: italic;
	line-height: 1.6em;
	}
#content .post-info img {
	width: 1.5em;
	height: 1.5em;
	vertical-align: text-bottom;
	}
#content .post-author {
	color: #923;
	font-weight: bold;
	}
#content .post-author img {
	vertical-align: top;
	width: 1.3em;
	}

/* Titre du billet
----------------------------------------------------------------------- */
#content h1 {
	font-size: 1.2em;
	margin: 0.4em 0 1em 0;
	padding: 0;
	text-align: left;
	margin-bottom: 0;
	font-weight: normal;
	color: #fff;
	background: #3B6F00 url("img/greenTitleBack.gif") repeat-x top left;
	}
	#content h1#no-list, h1.toc-title , h1#contact{
		padding: 0.4em 15px;
	}
#content h1 a {
	background: none;
	color: #fff;
	text-decoration: none;
	border: none;
	padding: 0.4em 15px;
	margin: 0;
	display: block;
	}
#content h1 a:hover,
#content h1 a:focus {
	background: #57A301;
	}
#content h1 a:active {
	background: #8E000A;
	}
#content .post-content {
	color: #333;
	margin-bottom: 1em;
	}
#content a img {
	border: none;
	text-decoration: none;
	}

/* Elements internes aux billets
----------------------------------------------------------------------- */
.post-content .illustration {
	background: #fff;
	color: #000;
	font-size: 0.9em;
	font-style: italic;
	padding-left: 2em;
	margin: 1em 0 0.5em 0;
	}
.post-content dt {
	font-weight: bold; margin-top: 1.5em; color: #222;
	}
.post-content dd {
	color: #444;
	}
.post-content .niveau {
	color: #000;
	}
.syndication {
	list-style: none;
	}
.syndication a {
	padding-left: 25px;
	background-image: url("img/feed.png");
	background-position: left center;
	background-repeat: no-repeat;
	}
/* Sommaire
----------------------------------------------------------------------- */
h2.sommaire {
	font-size: 1.2em;
	margin: 1em 0 0 0;
	color: #444;
	text-align: left;
	}
ul.sommaire,
ol.sommaire {
	margin: 0;
	padding: 0.5em 1em 1em 3em;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #ccc;
	background: #fff url("img/sommaire.jpg") no-repeat left top;
	}
ul.sommaire {
	list-style-type: circle;
	}
ul.sommaire li,
ol.sommaire li {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	}
/*ul.sommaire li a {
	color: #150;
	}*/
	
/* Sidebar
----------------------------------------------------------------------- */
#navigation,
#search,
#calendrier,
#syndicate,
#links,
#a_propos {
	margin: 1.5em 0;
	border: 1px solid #444;
	background: #ececec url("img/menu.gif") repeat-x left top;
	}
#sidebar h2 {
	margin: 0;
	padding: 0.2em;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.3em;
	font-weight: normal;
	padding-left: 1em;
	background: #3B6F00 url("img/greenTitleBack.gif") repeat-x top left;
	}
	
/* Modifications des liens du menu
----------------------------------------------------------------------- */
#sidebar ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#sidebar li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #ddd;
	}
#sidebar li a:link,
#sidebar li a:visited {
	background: #ececec url("img/menu.gif") repeat-x bottom;
	color: #444;
	display: block;
	line-height: 1.8em;
	padding: 0 0.5em;
	border: none;
	border-left: .5em solid #ddd;
	margin: 0;
	text-decoration: none;
	}
#sidebar li a:hover,
#sidebar li a:focus {
	background: #ddd;
	color: #000;
	border-left-color: #57A301;
	}
#sidebar li a:active {
	background: #444;
	color: #ececec;
	border-left-color: #8E000A;
	}
#sidebar li.active {
	background: #ececec url("img/menu.gif") repeat-x bottom;
	color: #444;
	line-height: 1.8em;
	padding: 0 0.5em;
	border: none;
	border-left: .5em solid #8E000A;
	}

/* Syndication
----------------------------------------------------------------------- */
#syndicate li.feed a {
	padding-left: 30px;
	background-image: url("img/feed.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	}
#syndicate li.feed a:hover, #syndicate li.feed a:focus {
	padding-left: 30px;
	background-image: url("img/feed.png");
	background-repeat: no-repeat;
	background-position: 5px 50%;
	}
	
/* Search
----------------------------------------------------------------------- */
#search form {
	margin: 0;
	}
#search h2 label {
	background: transparent url("img/searchBlack.gif") no-repeat left center;
	padding-left: 1.5em;
	}
#search p {
	margin: 0.5em;
	}
#search input { width: auto; }
#search #q {	width: 9em;	}

#title-search {
	border-bottom: 1px solid #999;
	border-top: 1px solid #aaa;
	color: #222;
	font-weight: normal;
	font-size: 1em;
	line-height: 1.8em;
	padding: 0 0 0 1em;
	margin: 1em 0;
	background: #bbb url("img/genTitleBack.gif") repeat-x top left;
	}

/* Calendrier
----------------------------------------------------------------------- */
#calendrier table {
	border: none;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	}
#calendrier caption {
	padding: 0.5em 0;
	font-weight: bold;
	}
#calendrier caption a {
	border: none;
	text-decoration: none;
	}
#calendrier caption a img {
	border: none;
	vertical-align: middle;
	}
#calendrier caption a:hover img, #calendrier caption a:focus img { text-decoration: none; }
#calendrier th {
	background: #bbb;
	font-weight: normal;
	color: #000;
	}
#calendrier th abbr {
	border: none;
	cursor: help;
	}
#calendrier td {
	padding: 0;
	margin: 0;
	border: none;
	text-align: center;
	background: #ddd;
	line-height: 1.6em;
	}
#calendrier td a { display: block; text-decoration: none; }
#calendrier td.callink {
	background: #fff;
	}
/* -- Jour actif -- */
#calendrier td.active {
	background: #fff;
	}
#calendrier td.active span {
	color: #8c0;
	}

/* Pagination
----------------------------------------------------------------------- */
.pagenav {
	font-size: 0.9em;
	list-style: none;
	margin: 1em;
	padding: 0;
	text-align: center;
}
.pagenav a {
	border: 1px solid #ccc;
	padding: 0.2em 0.4em;
	}
.pagenav a:link,
.pagenav a:visited {
	background-color: #ddd;
	}
.pagenav a:hover,
.pagenav a:focus {
	background: #57A301;
	border: 1px solid #3B6F00;
	}
.pagenav a:active {
	background-color: #8E000A;
	color: #fff;
	border-color: #660820;
	}

/* Style pour la page des auteurs
----------------------------------------------------------------------- */
img.photo {
	border: 1px solid #8c3;
	margin: 0;
	margin-right: 1em;
	padding: 0.2em;
	float: left;
	width: 7.1em;
	height: 9em;
	}

/* Pied de page
----------------------------------------------------------------------- */
#footer {
	background: #fff url("img/bottomBack.jpg") no-repeat bottom left;
	padding: 1em 0;
	font-size: 0.9em;
	}
#footer p {
	margin: auto 1em 0 auto;
	padding: 0.5em;
	font-size: 1em;
	display: block;
	width: 25em;
	max-width: 90%;
	line-height: 1.4em;
	border: 1px solid #eee;
	background: #ddd;
	}
#footer span {
	margin: -0.5em -0.5em 0.5em -0.5em;
	font-size: 1.1em;
	color: #fff;
	line-height: 1.3em;
	font-weight: normal;
	display: block;
	padding-left: 1em;
	background-color: #8E000A;
	}