/*-----------------------------------------------*/
/*   CSS du site www.follehistoire.karwan.info   */
/*          par kaliope.net - mars 2008          */
/*-----------------------------------------------*/

/*-----------------------------------------------*/
/*        REMISE A ZERO DES STYLES HTML          */
/*   Thanks to Eric Meyer for the reset tricks   */
/*   http://meyerweb.com/eric/tools/css/reset/   */
/*              v1.0 | 20080212                  */
/*-----------------------------------------------*/

html, body, div, span, object, h1, h2, h3, h4, h5, h6, p,
blockquote, q, a, em, img, small, strong, b, u, i, center,
dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size:0.77em; 
	color: #000;
	line-height:1.3;
	background-color: #F5E84C;
}

body.printemps {
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif; 
	font-size:0.77em; 
	color: #000;
	line-height:1.3;
	background-color: #9c2062;
}

ol, ul { list-style: none; }

/* remember to define focus styles! */
:focus { outline: 0; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

ul li, p, p.spip { margin-bottom: 15px; }

/*-----------------------------------------------*/
/*           Les styles typographiques           */
/*-----------------------------------------------*/
h1 {
	font-family:"Trebuchet MS", Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size:1.2em;
	font-weight:bold;
	font-variant:small-caps;
	color:#000;
}

h1 span, h2 span {
	font-size:1em;
	font-weight:normal;
	font-variant:normal;
}

h2 {
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	color: #FFF;
}

.printemps h2 {
	font-size:1em;
	font-style:normal;
	font-weight:bold;
	color: #0d9347;
}

small { font-size:11px; font-family:Arial, Geneva, Verdana, Helvetica, sans-serif; letter-spacing:1px;  }

/*-----------------------------------------------*/
/*              Les blocs principaux             */
/*-----------------------------------------------*/

#page {
	position:relative;
	width:900px;
	min-height:480px;
	margin: 0 auto;
	background:#fff url(fond_folle.jpg) 0 0 repeat-y;
}

.printemps #page {
	position:relative;
	width:800px;
	min-height:480px;
	margin: 0 auto;
	background-color:#fff;
	background-image:none;
}

/* L'entete de page */

#entete #nom_site_spip, #entete a .spip_logos {
	display: block;
	margin:0;
	font-weight: bold;
}

#entete a:hover { border: none; }

#entete #fh2010 {position:absolute; top:20px; right:50px; font-weight:bold; z-index:100}

.printemps #entete #fh2010 {position:absolute; top:10px; right:50px;}

/* Fil d'Ariane */

#hierarchie {
	margin:0 10px 15px 5px;
	font-size: 10px;
	color:#FFF;
}

.printemps #hierarchie {
	color:#000;
}

.printemps #page #conteneur #hierarchie {
	margin:5px 10px 15px;
	font-size: 10px;
}
/* Le contenaire principal */
#conteneur {
	display:block;
	padding:0 60px 320px;
	background:url(bas_folle.jpg) bottom no-repeat;
}

.printemps #page #conteneur {
	display:block;
	padding:0 20px 340px;
	background:url(pied_printemps.png) bottom no-repeat;
}

/* Le bloc de contenu principal */
#contenu {
	display:block;
	margin-right:230px;
	margin-bottom:30px;
	text-align:justify;
}

#contenu .spip_logos { float:left; margin: 5px 10px 0 0; border: none; }

#contenu  ul.liste-articles { padding-top:0; overflow: hidden; }

#contenu  .liste-articles ul.slide { clear:left; margin-bottom:0; padding-top:0; border-bottom:1px solid #0d9347; }

#contenu  .liste-articles li { padding-top:10px; padding-left:10px; border-top:1px dotted #0d9347; background: url(puce.gif) 0 12px no-repeat; }

#contenu  .liste-articles li:first-child { border:none; }

.agenda { position:relative; margin-top:5px; padding:3px 0; border:1px solid #0d9347; background-color:#FFF; }

.agenda:hover { cursor:pointer; }

.agenda h2{ width:450px; padding:0 35px; color:#0d9347; background:#fff url(arrow-down.png) 10px 3px no-repeat;}

.agenda h2.active { color: #673B15; background:#fff url(arrow-up.png) 10px 1px no-repeat; }

.arrow { position: absolute; left: 2px; top: 3px; z-index:10; }

.arrow2 { position: absolute; right: 2px; top: 3px; z-index:11; }

table.slide, table.ouvert { position:relative; width:100%; padding:0; border-right:1px solid #0d9347; border-bottom:1px solid #0d9347; border-left:1px solid #0d9347; background-color:#C9C9C9; }

table.slide tr, table.ouvert tr { width:100%; border-top:1px dotted #0d9347; background-color:#fff; }

table.slide tr:first-child, table.ouvert tr:first-child { font-weight:bold; color:#fff; border:none; background-color:transparent; }

table.slide  td, table.ouvert td, table.slide  th, table.ouvert th { width:80px; padding:5px; text-align:center; vertical-align:top; }

table.slide  td, table.ouvert td{ background-color:#fff; }

table.slide .large, table.ouvert .large { width:171px; }

table.slide tr.annulation, .annulation { font-weight:bold; color:red; border:none; }

/* La colonne de droite */
#col-droite {
	position:relative;
	float:right;
	width:200px;
}

#col-droite h1 a:hover {
	border:none;
}

#col-droite .encart {
	font-size:11px;
}

#col-droite p.spip {
	margin-bottom:0.5em;
}

#col-droite ul li {
	margin-bottom:0;
}

#col-droite ul ul {
	clear:left;
	padding-top:5px;
}

#col-droite ul ul li {
	margin-bottom:5px;
}

#col-droite .liste-articles li {
	margin-bottom:5px;
}

#col-droite .liste-articles li h2 p {
	margin-bottom:0;
}

#col-droite ul ul li .spip_logos {
	vertical-align:middle;
}

/*-----------------------------------------------*/
/*              Les blocs secondaires            */
/*-----------------------------------------------*/
.titre {
	float:left;
	display:block;
	margin-top:10px;
	padding:2px 10px;
	border-top:1px solid #0d9347;
	border-right:1px solid #0d9347;
	border-left:1px solid #0d9347;
	background-color:#fff;
}

.titre-vert {
	float:left;
	clear:left;
	display:block;
	margin-top:10px;
	padding:2px 10px;
	color:#fff;
	background-color:#0d9347;
}

.titre-infos {
	float:left;
	width:150px;
	margin-top:10px;
	padding:32px 10px 4px;
	background:transparent url(infos.gif) 0 0 no-repeat;
}

.fragment {
	clear:left;
	overflow:hidden;
}

.soustitre { clear:left; margin:5px 0; font-style:italic;}

.descriptif { margin:5px 0; font-weight:bold; }

.chapo { margin:5px 0;}

.texte { line-height:1.3; }

.lien { clear:left; overflow:hidden; padding-top:1em; padding-left:1em; border-top:1px solid #0d9347; }

.lien li { clear:left; padding:1em 0; }

.lien li .spip_logos { margin-right: 10px; border:none;}

p.lien { margin: 1em 0; padding-left: 15px; border:none; background: url(puce.gif) 0 15px no-repeat;}

.liste-articles { clear:left; padding-top:1em; padding-left:0.5em; overflow: hidden; border-top:1px solid #0d9347; background-color:transparent; }

.liste-infos { clear:left; padding-top:1em; padding-left:0.5em; }

.liste-articles ul{ padding-top:1em; }

.liste-articles li, .liste-infos li { clear:left; padding-left:12px; background: url(puce.gif) 0 2px no-repeat; }

.notes {
	clear: left;
	margin-top: 1.4em;
	padding-top: 2px;
	font-size: 10px;
}

.pagination { margin:0.5em 0; padding-left:12px; background: url(puce.gif) 0 2px no-repeat; font-size: 1em; font-weight:bold; }

#col-droite .pagination a { color:#fff; }

/* Utilitaires JQuery */
.voir, .voir:hover, .deplier, .deplier:hover, .suite, .replier { padding-left:10px; color:#673B15; font-weight:bold; cursor:pointer; text-decoration:none; background: url(puce.gif) 0 2px no-repeat;}

div.suite { padding-bottom:10px; padding-left:15px; background: url(puce.gif) 5px 14px no-repeat; }

.visible { margin:5px 0 5px 15px; line-height: 1.3; }

.slide { padding-bottom:10px; }

/*  Portfolio
---------------------------------------------- */
#documents_portfolio {
	clear: left;
	margin-top: 1.4em;
	padding-top: 2px;
}

#documents_portfolio h2 { margin-bottom: 1em; font-weight: bold; }

#document_portfolio a:hover img { border:none; }

/*  Listes de documents joints (a un article ou une rubrique)
---------------------------------------------- */
#documents_joints {
	max-width:50%;
	margin:1.4em 10px 20px 0;
}
#documents_joints h2 { margin-bottom: 0.4em; }
#documents_joints ul { margin: 0; padding: 0 5px 5px; list-style: none; }

#contenu  #documents_joints li {
	clear:left;
	height:20px;
	margin-bottom: 0;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:15px;
	border-top:0;
	background: transparent url(puce.gif) 0 15px no-repeat;
}

#documents_joints li .spip_doc_titre { float:left; margin-top:8px; text-align:left;}

#documents_joints li .spip_doc_titre small { font-weight: normal; font-size:10px; }

#documents_joints li .spip_doc_descriptif {}

#documents_joints li .spip_logos {
	float:left;
	margin-top:0;
}

/*  ------------------------------------------
/*  Habillage des formulaires
/*  ------------------------------------------ */

.formulaire_spip { clear:left; width:350px; margin:0 auto; padding-top:1.5em; text-align: left; }
.formulaire_spip p { margin: 0.5em 0; padding: 0; }

.formulaire_spip fieldset { padding:20px;}

.formulaire_spip legend { padding-left: 5px; font-weight:bold; }

.formulaire_spip label { padding-left: 5px; font-style:italic; }

.formulaire_spip .forml { width: 99%; margin:5px 0 10px; padding:2px; font-family: inherit; font-size: inherit; border:1px solid #0d9347; background-color:#fff; }

/* Boutons */
.spip_bouton { text-align: right; }

.spip_bouton input {
	padding:2px 10px;
	font-family:"Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size:1.2em;
	border-top:1px solid #0d9347;
	border-right:2px solid #0d9347;
	border-bottom:2px solid #0d9347;
	border-left:1px solid #0d9347;
	background-color:#fff;
}

.spip_bouton input:hover {
	color:#0d9347;
	border-color:#673B15;
	cursor:pointer;
}

/* Reponse du formulaire */
.reponse_formulaire { font-weight: bold; color: #9c2062; }
fieldset.reponse_formulaire { border-color: #0d9347; font-weight: normal; }

/* Previsualisation du message */
fieldset.previsu { padding: 1em; }

/* Formulaire de login */

.liste-articles form { width:350px; margin:1em auto; padding: 1em; }

.liste-articles form input {
	margin:1em 0 0.5em;
}

.liste-articles .spip_bouton input {
	margin-right:100px;
}

#deconnexion {
	float:right;
	padding-bottom:10px;
	font-weight:bold;
}

#deconnexion a {
	color:darkred;
}

/* Pied de page */
#pied {
	margin-bottom:20px;
	font-size:0.82em;
	color:#000;
	text-align: center;
	background-color:#F5E84C;
}

#utilitaires {
	position:absolute;
	right:36px;
	bottom:365px;
	width:90px;
	padding:3px 4px 3px 2px;
	font-size: 10px;
	text-align: center;
	border-top:1px solid #673B15;
	border-bottom:1px solid #673B15;
	border-left:1px solid #673B15;
	background-color:#F5E84C;
}

.printemps #page #utilitaires {
	position:absolute;
	right:0;
	bottom:365px;
	width:90px;
	padding:3px 4px 3px 2px;
	font-size: 10px;
	text-align: center;
	border-top:1px solid #9c2062;
	border-bottom:1px solid #9c2062;
	border-left:1px solid #9c2062;
	background-color:#F5E84C;
}

#pied #mentions {
	display:block;
	width:100%;
	font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
}

#pied a:hover {
	border:none;
}

/* Pied printemps */
#pied-printemps {
    margin-bottom:20px;
    text-align: center;
    background-color:#e1e435;
}

#pied-printemps .partenaires {
    width:327px;
    height:50px;
    margin-left:218px;
}

#pied-printemps #mentions {
    width:100%;
    padding-top:5px;
    font-family:Verdana, Arial, Helvetica, Geneva, sans-serif;
    color: #fff;
    background-color:#9c2062;
}

#pied-printemps #mentions a {
    color:#e1e435;
}

#pied-printemps #mentions a:hover {
    border-bottom:1px dotted #e1e435;
}

/* Tableaux */
table.spip {
	width:80%;
	margin: 10px auto;
	border: 1px solid #0d9347;
	border-collapse: collapse; }
table.spip caption {
	caption-side: top; /* bottom pas pris en compte par IE */
	text-align: center;
	margin: auto;
	padding: 3px;
	font-weight: bold; }

table.spip tr.row_first { color:#fff; border-bottom: 1px solid #0d9347; background-color: #0d9347; }

table.spip tr.row_odd { border-bottom: 1px dotted #0d9347; background: none;}

table.spip tr.row_even { border-bottom: 1px dotted #e1e435; background: none;}

table.spip th, table.spip td { padding: 3px; text-align: left; vertical-align: middle; }

/* Espaceur de blocs */
.nettoyeur { clear: both; margin: 0; padding: 0; border: none; height: 0; line-height: 1px; font-size: 1px; }

/* Non visible a l'ecran */
.invisible { position: absolute; top: -3000em; height: 1%; }

/*  ------------------------------------------
/*  Couleurs des liens
/*  ------------------------------------------ */
a { text-decoration: none; color: #673B15; }
a:hover { border-bottom:1px dotted #673B15; }
.printemps a { text-decoration: none; color: #9c2062; }
.printemps a:hover { border-bottom:1px dotted #9c2062; }


