/* ***** BEGIN LICENSE BLOCK *****
 * This file is part of DotClear.
 * Copyright (c) 2004 Maurice Svay and contributors. All rights
 * reserved.
 *
 * DotClear is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License as published by
 * the Free Software Foundation; either version 2 of the License, or
 * (at your option) any later version.
 *
 * DotClear is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 *
 * You should have received a copy of the GNU General Public License
 * along with DotClear; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 *
 * ***** END LICENSE BLOCK *****
 *
 * Contributor(s):
 *  Maurice Svay
 *
 * **** BEGIN Droits d'auteur *****
 * Template réalisé à partir de celui de base fourni dans Dotclear, tous droits réservés, Sihaya 2007.
 * **** END Droits d'auteur *****/

/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à
 * layout-gauche.css
 */

/* @import "layout.css"; */
/* @import "layout-gauche.css"; */

/* Les éléments HTML en général
-------------------------------------------------------- */
* { margin: 0; padding: 0; border: 0; }

html, body{
	text-align: center;
}

body{
	background: #E5E5E5;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #444;
}

.left{ float: left; margin-right: 1em;}
.right{ float: right; margin-left: 1em;}

h1{font-size: 1.7em; font-family: Georgia, "Times New Roman", serif;}

h2{
	font-size: 25px;
	font-family: Georgia, "Times New Roman", serif;
	letter-spacing: -1px;
	font-weight: normal;
	color: #846379;
	margin-bottom:0.75em;
}

h3, h4, h5, h6{
 	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

h3{font-size: 14px;}
h4{font-size: 12px;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre, code{font: 0.95em "Andale Mono", "Courier New", monospace;}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

q { quotes: '\00AB' '\00BB';}
q:before { content: open-quote "\0000a0"; }
q:after { content: "\0000a0" close-quote; }

ul{list-style-image: url(img/puce.png);}
blockquote ul{list-style-image: url(img/pucebq.png);}

label{cursor: pointer;}

/*Liens de base */
a:link, a:visited { color: #846379; text-decoration: none; }
a:hover { color: #846379; text-decoration: none; border-bottom:1px dotted #846379; }
a img { border: 0 none; }
.nodotted, .nodotted a, .nodotted a:visited, .nodotted a:hover{border-bottom: 0px none;}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color: #897979;
	background-color : transparent;
	vertical-align: top; /* Ne pas toucher à ceci */
	font-size: 9px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

acronym{cursor : help;}
acronym a:hover{color:#846379;}

.error {
	-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	padding: 10px;
	margin: 0px;
	background: #FFCCCC;
	font-weight: bold;
}


/* La page
-------------------------------------------------------- */
#page{
	width: 780px;
	text-align:left;
	margin: 0px auto;
	background: transparent url(img/page.png) repeat-y center top;
}

/*Le haut de page top
-------------------------------------------------------- */
#top {
	background-image: url(img/top.png);
	width: 780px;
	height: 38px;
}

#banniere{
	background: transparent url(img/banniere_01.jpg) no-repeat;
	width: 760px;
	height: 318px;
	margin: 0 auto;
}

/* Menu dans le bas du top
-------------------------------------------------------- */
#navbar { width:760px; margin: 0 auto;background:#E9E8E4; border-top:1px #666 solid;}
#navbar ul { list-style: none; }
#navbar li { float: left; }

#navbar li h3{
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #897979;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:normal;
}

#navbar li h3 a { float:left; padding: 5px 15px; color:#897979;}
#navbar li h3 a:hover { background-color: #F6F6F6; color:#846379;border-bottom: 0 none; }
#navbar ul:after { content: "."; display: block; height: 0; clear: both; visibility: hidden;}


/* Le contenu (contient div: content+sidebar)
-------------------------------------------------------- */
#main{width: 760px; margin: 0 auto;}

#content{
	float: left;
	width: 500px;
	margin: 0 0 0px 20px;
	padding: 1em 0 0 0;
	background:transparent;
}

/* Pagination et navigation */
.nav {
	margin: 5px 0 20px 0;
	padding:0px 5px 0px 5px;
	text-align: right;
	color:#897979;
}

.pagenav, #retournav{color:#897979;}
#quicknav{color:#897979; margin-bottom:10px;}

.pagenav a, #retournav a, .nav a, #quicknav a, .pagenav a:visited, #retournav a:visited, .nav a:visited, #quicknav a:visited{
	color:#897979;
}

.pagenav a:hover, #retournav a:hover, .nav a:hover, #quicknav a:hover{
	color:#897979;
	border-bottom:1px dotted #897979;
}

#retournav{
	padding: 20px 0 30px 0;
}

/* Accueil
-------------------------------------------------------- */
#accueil{
	margin-bottom: 2em;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color : #666;
	text-align: justify;
	background: #E9E8E4;
	padding: 5px 10px 10px 10px;
	-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
}

#accueil h2{ margin-top: 5px;color:#846379;}

/* Le contenu, boucle des billets sur le template.php
-------------------------------------------------------- */
.post{
	background: #ffffff;
	padding: 5px 10px 5px 10px;
	margin-bottom: 2em;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
}

.post-title img {
	border: 1px solid #eeeeee;
	padding: 2px;
	margin: 5px 5px 0px 0px;
	float: left;
	width:60px;
}

.post-title{color: #846379;margin: 0px 0px 3px 0px;}
.post-title a{color: #846379;background: transparent;}

.post-title a:hover{
	color: #69CAD6;
	background: transparent;
	border-bottom:1px dotted #69CAD6;
}

.post-date{
	color: #897979;
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 30px 0px;
	border-bottom: 0px solid #dcdcdc;
	font-size: 10px;
	font-style: normal;
	font-weight:normal;
	letter-spacing: 0px;
	text-transform: uppercase;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

.post-date a{color: #897979;}
.post-date a:hover{color: #897979;border-bottom:1px dotted #897979;}

.post-content{
	font-family: Tahoma, 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color : #333333;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

.post-content h3{font-size:16px;margin-top:20px;}
.post-content h4{font-size:14px;}

.post-content a, .post-chapo a, .post-content a:visited,.post-chapo a:visited{border-bottom:1px dotted;}
.post-content a:hover, .post-chapo a:hover{}

.chapo-suite {
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 12px;
	border: 0px none;
	margin-top:15px;
}

.chapo-suite a, .chapo-suite a:visited{border: 0px none;}
.chapo-suite a:hover{border-bottom:1px dotted #846379;}

.list-info-co ul{
	color: #897979;
	text-align: right;
	border-top: 1px solid #dcdcdc;
}

.list-info-co ul li{ list-style: none; display: inline; padding: 5px 30px 5px 0px;}
.list-info-co ul li a{color: #897979;}
.list-info-co ul li a:hover{color: #897979; border-bottom:1px dotted #897979;}

/* Le contenu, boucle des billets sur le post.php et le list.php outre ceux déjà précités
-------------------------------------------------------- */
.post-info{
	color: #897979;
	background: transparent;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 0px solid #dcdcdc;
	font-size: 12px;
	font-style: normal;
	font-weight:normal;
	letter-spacing: 0px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
}

.post-info a{color: #897979;}
.post-info a:hover{color: #897979;border-bottom:1px dotted #897979;}

.post-chapo{
	font-family: Tahoma, 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size: 13px;
	line-height: 18px;
	color : #666;
	padding: 0px 0px 5px 0px;
	margin: -10px 150px 15px 0px;
	font-weight: normal;
	text-align: justify;
	border-bottom:1px solid #DDD;
}

SPAN.maj {
	font-family: Georgia, "Times New Roman", serif;
	font-size: 60px;
	color: #846379;
	float:left;
	width:.7em;
	margin-right:5px;
	line-height:54px;
	text-transform: uppercase;
}

.post-content p { margin-bottom:1em; }
.post-content p.centerimg { text-align:center;}
.post-content p.centerimg img { text-align:center;border: 1px solid #eeeeee; padding: 4px;}
.post-content img.rightimg { float: right; border: 0 none; margin: 0px 0px 0px 10px;}
.post-content img.leftimg { float: left; border: 0 none; margin: 0px 10px 0px 0px;}
.post-content p img {margin-bottom:0em;}


.post-content ul, ol{
	margin: 10px;
	list-style-position: outside;
	padding-left:15px;
}

.post-content blockquote {
	clear: both;
	background-color: #E9E8E4;
	background-image: url(img/quotef.png);
	background-repeat: no-repeat;
	background-position: left top;
	border: 1px solid #DDD;
	padding: 10px 5px 5px 50px;
	margin-top: 4px;
	margin-left: 0px;
	margin-right: 0px;
	color: #666666;
	font-size: 12px;
}

.footnotes {
	font-size: 10px;
	border-top:1px solid #DDD;
	padding:10px 0px 0 0px;
	margin: 40px 150px 0 0px;
}

.post-info-co ul{
	color:#897979;
	text-align: center;
	border-top: 1px solid #dcdcdc;
}

.post-info-co ul li{ list-style: none; display: inline; padding: 5px 15px 5px 0px;}
.post-info-co ul li a{color: #897979;}
.post-info-co ul li a:hover{color: #897979;border-bottom:1px dotted #897979;}


/* Tags sous le billet*/
#tags {
	text-align: right;
	color:#897979;
	margin: 15px 0 20px 250px;
	padding-right:5px;
	clear:both;
}

.tag img {display:none;}
#tags a{text-align: right;color:#897979;}
#tags a:hover{text-align: right;color:#846379;border-bottom:1px dotted #846379;}


/* Trackbacks et commentaires*/
#trackbacks, #comments{color:#666666;}
#comments h3, #trackbacks h3{margin: 15px 0 5px 0;}

#comments img.gravatar_img {
	float:left;
	width:40px;
	margin: 0px 5px 0px 0px;
	padding: 3px;
	border: 1px solid #ececec;
}

.comment-author{
	font-family: Georgia, "Times New Roman", serif;
	font-size: 12px;
	font-weight:bold;
}

.comment-info{
	margin:10px 0 0 0;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-style: normal;
}

.comment-date{
	margin:0px 0 0 0;
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-style: normal;
	color: #897979;
}

.comment-number{
	float:right;
	width: 30px;
	font-size: 30px;
	font-family: Georgia, "Times New Roman", serif;
	font-family: Georgia, "Times New Roman", serif;
	font-weight: bold;
	color: #f6f6f6;
	margin-left:5px;
	padding-bottom: 5px;
}

.comment-number a, .comment-number a:visited{color: #f6f6f6;border: 0 none;}
.comment-number a:hover{color: #846379;}

.comment-top{
	background: url(img/blockquote.png);
	width:51px;
	height:30px;
	margin:0px 0px 0px 45px;
}

#trackbacks blockquote, #comments blockquote, #comment-preview blockquote{
	color: #666666;
	font-family: Tahoma, 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	font-size:12px;
	text-align:justify;
	line-height: 18px;
	background: #E9E8E4;
	padding: 10px;
	-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	margin: 0px 0px 20px 0px;
	border: 0px none;
}

#comments blockquote p, #comment-preview blockquote p { margin-bottom:1em; }


#comments blockquote ul, #comment-preview blockquote ul, #comments blockquote ol, #comment-preview blockquote ol{
	margin: 10px;
	list-style-position: outside;
	padding-left:15px;
}

.trackbacks-ajout{
	background : #E9E8E4;
	border: 1px solid #DDD;
	font-size: 10px;
	text-align: justify;
	padding: 5px;
	margin: 5px;
	font-family: "Trebuchet MS", Trebuchet, Arial, Verdana, Sans-serif;
}

/* Form.php: textarea et formulaires */
.form-help{
	background : #E9E8E4;
	border: 1px solid #DDD;
	font-size: 10px;
	text-align: justify;
	padding: 5px;
	margin: 30px 3px 0px 0px;
}

.fieldset{
	border: 1px solid #DDD;
	padding:10px 10px 10px 10px;
}

.field label{display: block;}

input:hover, input:focus, input:active, input[type=checkbox]:hover, input[type=c_remember]:hover{
	border: 1px solid #DDD;
}

input, input[type=checkbox]{
	border: 1px solid #DDD;
	background: #fff;
	color: #666;
}

input[type=submit]:hover{
	border: 1px solid #DDD;
	background: #fff;
	color: #846379;
}

textarea{
	width: 100%;
	font-size: 1em;
	background: #fff;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	border: 1px solid #DDD;
	color: #666;
}

.fieldset p {margin: 0px 0px 10px;}

#smtoolbar{margin-right:40%;}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	float: right;
	width: 200px;
	margin:-24px 20px 0px 0px;
}

#sidebar div{
	color: #897979;
	background: #E9E8E4;
	padding: 10px;
	-moz-border-radius: 8px 8px 8px 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	margin: 0 0 10px 0;
}

#sidebar div ul{
	list-style-type: none;
	list-style:none;
	margin: 5px 10px 0px 0;
	padding:0px 0px 0 0;
}

#sidebar h3{
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #897979;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:normal;
	text-align:center;
}

#sidebar a{color:#897979}
#sidebar a:hover{color:#CC6633;border-bottom:1px dotted;}



/* Calendrier */
#sidebar div#calendar{
	-moz-border-radius: 0px 0px 8px 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	padding:4px 0 10px 0;
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
	padding:0 0 10px 0;
	text-transform: uppercase;
	color:#897979;
	font-size:10px;
}

#sidebar div#calendar table th{
	color: #897979;
	background: transparent;
	font-weight:normal;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 0 none;
	color:#FFF;
}

#sidebar div#calendar table td a{
	display: block;
	background: transparent;
	color: #897979;
	text-decoration: none;
	border-bottom:1px dotted #E9E8E4;
}

#sidebar div#calendar table td a:hover{
	background: #F6F6F6;
	color: #846379;
	border-bottom:1px dotted;
}

/* derniers commentaires */
#lastscomments{color:#897979;}
#lastscomments a{color:#897979;border-bottom:1px dotted;}
#lastscomments a:hover{color:#846379;border-bottom:1px dotted;}


/* campagne */
#campagne p{margin-top: 10px;}

/* musique */
#musique object{margin-top: 8px;}

/* épinglés */
#epingles {color:#897979;}
#epingles div {padding:0;}
#epingles a.i{color:#897979;border-bottom:1px dotted;}
#epingles a.i:hover{color:#846379;border-bottom:1px dotted;}
#epingles div.s a{color:#897979}
#epingles div.s a:hover{color:#846379;border-bottom:1px dotted;}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	width:780px;
	margin : 0 auto;
	padding-top:50px;
	clear: both;
}

/* Le menu du bas
-------------------------------------------------------- */
#sidebarbottom {/*premier conteneur qui permet le background*/
	background: #E9E8E4;
	margin:0 auto;
	width: 760px;
	clear:both;
}

#sidebarmenu{/*second conteneur qui permet le margin*/
	margin:0 auto;
	clear:both;
	overflow:hidden;
	padding:10px 10px 10px 20px;
	font-size: 1em;
}

#sidebarmenu div{
	float:left;
	width:25%;
	text-align:left;
	height:100%;
	color:#897979;
	margin:0 auto;
}

#sidebarmenu ul a, #sidebarmenu ul a:visited{color: #897979;}
#sidebarmenu ul a:hover{color: #846379;border-bottom:1px dotted #846379;}


#sidebarmenu h3{
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #897979;
	text-transform: uppercase;
	font-size: 10px;
	font-weight:normal;
}

#sidebarmenu h3 a, #siderbarmenu h3 a:hover{color: #897979;border-bottom:1px dotted #897979;}

#sidebarmenu ul {
	list-style-type: none;
	margin: 10px 10px 0px 0;
	padding:0px 0px 0 0;
}

#sidebarmenu li {
	list-style:none;
	margin-bottom:5px;
	line-height: 1.1em;
}

#sidebarmenu p {
	color: #333;
	margin: 0 0 15px 0;
}

/* div dans le menu du bas
-------------------------------------------------------- */
#sidebarmenu #hide114{
	float:none;
	padding:0px;
	margin:0px 0 0 0px;
	width:100%;
}

#sidebarmenu #hide114 li.nodotted  a,#sidebarmenu #hide114 li.nodotted  a:visited,#sidebarmenu #hide114 li.nodotted  a:hover{border-bottom: 0px none;}

#sidebarmenu div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

/*tags du menu*/
#sidebarmenu #tagmenu{text-align: justify;}

#sidebarmenu #hide115{
	float:none;
	padding:0px;
	margin:0px 0 0 0px;
	width:100%;
}

#tagmenu ul {line-height: 2em;display:block;}
#tagmenu li {display:inline;	line-height: normal;}

#sidebarmenu #tagmenu li.level-1 { font-size: 1em; }
#sidebarmenu #tagmenu li.level-2 { font-size: 1.3em; }
#sidebarmenu #tagmenu li.level-3 { font-size: 1.6em; }
#sidebarmenu #tagmenu li.level-4 { font-size: 1.9em; }
#sidebarmenu #tagmenu li.level-5 { font-size: 2.5em; }


/* Bas du footer
-------------------------------------------------------- */
#bottom{
	width:780px;
	height:38px;
	clear:both;
	margin: 0 auto;
	text-align:center;
	background-image: url(img/footer.png);
	color:#666;
}

#bottom a{color: #897979;border-bottom:0px none;}
#bottom a:hover{color: #897979;border-bottom:1px dotted #897979;}

#bottom p{padding:7px 0 0 0;}

/* Pages connexes -------------------------------------------------------- */
.content-inner {
	background: #ffffff;
	padding: 10px 10px 5px 10px;
	margin-bottom: 2em;
	color:#444;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
}

.content-inner p { margin-bottom:1em; }
.content-inner ul{margin: 10px 10px 20px 20px;list-style-position: outside;padding-left:15px;}


/* table des matieres -------------------------------- */
#toc{text-align:left;}
#toc p {margin-bottom: 20px;font-style:italic;}

#toc ul {
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	margin-left:0px;
	margin-bottom: 40px;
	padding-left: 70px;
	border-top: 1px dotted #CCC;
	padding-top: 5px;
	font-style:normal;
	font-size: 10px;
	list-style-image: url(img/puce.png);
}

#toc ul a{
	color:#444;
	font-style:normal;
	font-size: 12px;
}

#toc ul a:hover{
	border-bottom:1px dotted #846379;
	color:#846379;
	font-style:normal;
}

#toc h3{font-size: 12px;color:#846379;}

#toc h3 a{
	font-size: 16px;
	text-decoration:none;
	font-family: Georgia, "Times New Roman", serif;
	color:#846379;
}

#toc h3 a:hover{
	color:#69CAD6;
	border-bottom:1px dotted #69CAD6;
	font-family: Georgia, "Times New Roman", serif;
}

#toc h3.toc-total {font-size: 12px;}

#toc h3#menu_toc{
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	color:#5F7379;
}

#toc h3.toc-related {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	color:#5F7379;
}

#toc h3.toc-legend {
	font-size: 16px;
	font-family: Georgia, "Times New Roman", serif;
	color:#5F7379;
}

/* Page contact -------------------------------- */
.contact{
	font-size: 12px;
	line-height: 18px;
	color : #333333;
	padding: 0px 0px 15px 0px;
	margin: 0px 0px 0px 0px;
	text-align: justify;
}

.contact p { margin-bottom:1em; }


/* Tags -------------------------------- */
#tagcloud {text-align: center;line-height: 200%;}

#tagcloud a{color: #666666;}
#tagcloud a:hover{border-bottom:1px dotted;}

#tagcloud ul { list-style:none;	 margin:0; padding:0 1em; display:block; }
#tagcloud li {display:inline;margin: 0.1em;}
#tagcloud li.level-1 { font-size: 1.2em; }
#tagcloud li.level-2 { font-size: 1.6em; }
#tagcloud li.level-2 a {color:#599DAD;}
#tagcloud li.level-3 { font-size: 1.9em;}
#tagcloud li.level-3 a {color:#846379;}
#tagcloud li.level-4 { font-size: 2.2em; }
#tagcloud li.level-5 { font-size: 2.5em; }
#tagcloud li.level-5 a {color:#846379;}

/* Syndication -------------------------------- */
#syndication ul{
	list-style-image: url(img/rss-co.gif);
}


/* Liens -------------------------------- */
#liens .content-inner{
	font-size: 12px;
	font-family: 'Trebuchet MS', 'Bitstream Vera Sans', Verdana, Arial, 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, sans-serif;
	color: #444;
}

#liens h3, #liens h3 a{padding-bottom:0px;color:#69CAD6;}

#liens .content-inner ul{
	margin-left:0px;
	padding-left:50px;
	padding-top: 15px;
	padding-bottom:0px;
	border-top:1px dotted #CCC;
}

#liens .content-inner li{margin-bottom: 5px;}
#liens .content-inner li a{color:#444;border-bottom:0px none;}
#liens .content-inner li a:visited{color:#898989;border-bottom:0px none;}
#liens .content-inner li a:hover{color:#846379;border-bottom:1px dotted #846379;}