/* Pages a fond blanc avec lisere gris - 19/11/2005
Pour les pages diversite
Developpement en CSS
*/

body {
	color: #333333;
	font-family: Verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	background-image: url(http://tempslibres.org/tl/images/fond1.gif);
}


a:link {
	color: #0099CC;
}
a:visited {
	color: #0099cc;
}
a:active {
	color: #FF0000;
}

h1, h2 , h3{
	color: #336699;
}

h1 {
	font-size: 19px;
	font-weight: normal;
}

h2 {
	font-size: 16px;
	font-weight: normal;
	margin-top: 2em;
	margin-bottom: 2em;
}

h3 {
	font-size: 14px;
	font-weight: bold;
}

h4 {
	font-size: 15px;
	font-weight: normal;
	margin-bottom: 8px;
	margin-top: 30px;
}



img {border: 0; }

td { vertical-align: top }

/* Boite des liens de navigation */
#nav {
	vertical-align: top;
	margin-left: 1em;
	margin-top: 2em;
	font-family: Verdana,  arial, helvetica, sans-serif; 
	font-size: 12px;
	font-weight: bold;
}


/* Evenements */
#corps {
margin-top: 3em;
margin-bottom: 4em;
}

#corps a {
	font-weight: bold;
}

/* Corps du texte  */
#corps p {
font-size: 12px;
}

#corps p.exergue {
	font-style: italic;
	font-size: 14px;
	margin-top:3em;
	margin-bottom:3em;
}

/* texte en respectant les blancs de tete et les sauts de ligne : ne va pas en Firefox 2.0.1*/
#corps .texte {
	font-family: Verdana, Arial, Helevtica, sans-serif; 
	font-size: 13px;
	color: #333333;
	white-space: pre-wrap;
	}
}

#corps .titrearticle {
	font-family: Verdana, Arial, Helevtica, sans-serif; 
	font-size: 14px;
	color: #333333;
	margin-bottom:3em;
}

#corps .haiku {
font-family: "Comic Sans MS", Verdana, Arial, Helevtica, sans-serif; 
font-size: 13px;
color: #336699;
margin-bottom: 2em;
}

/* References du haiku, biblio, liens */
#corps .refhaiku {
	font-style: italic;
	font-size: 12px;
}

/* References du texte */
#corps .ref {
	font-style: italic;
	font-size: 12px;
}

pre {
	font-family: "Comic Sans MS", Verdana, Helvetica; font-size: 14px;
	margin-left: 3em;
}

/*** Page d un auteur  ***/
#pageauteur a {
	font-size: 13px;
	font-weight: normal;
}

/* lien non decale */
#pageauteur .lienunique {
	margin-left: 0em;
}

/* lien decale */
#pageauteur .lienmultiple {
	margin-left: 1.5em;
}


/*Liste des propos des auteurs */
#listepropos a {
	font-size: 14px;
	font-weight: normal;
}

#listepropos .titre {
	font-family: Verdana, Arial, Helevtica, sans-serif; 
	font-size: 14px;
	font-weight: normal;
	color: #333333;
}

#listepropos .section {
	font-family: Verdana, Arial, Helevtica, sans-serif; 
	font-size: 13px;
	color: #333333;
}

#listepropos .date {
	font-family: Verdana, Arial, Helevtica, sans-serif; 
	font-size: 11px;
	color: #333333;
}

#listepropos .auteur {
	font-family: Verdana, Arial, Helevtica, sans-serif; 
	font-size: 13px;
	font-style: italic;
	color: #333333;
}

/** Liste generique pour les affichages de choix ***/
#listechoix p {
	margin-left: 2em;
}
#listechoix a {
	font-size: 14px;
	font-weight: normal;
}

#listechoix .detail1 {
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}

#listechoix .detail2 {
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
}

#listechoix .detail3 {
	font-size: 12px;
}

#listechoix .date {
	font-size: 10px;
	font-style: normal;
}


/* Dates de modifications */
.mod {
	font-weight: bold;
	font-style: italic;
	font-size: 10px;
	color: #666666;
}

.sign {
	font-style: italic;
	font-size: 13px;
	margin-top: 4em;
	margin-bottom: 4em;
}



/* Menu de liens  */
#menuliens {
	font-size: 14px;
}

#menuliens a {
	font-weight: normal;
		font-size: 14px;
}




#colophon {
font-family: Verdana,  arial, helvetica, sans-serif; 
font-size: 13px;
font-weight: normal;
margin-left: 1em;
}

/* Notes du colophon */
#colophon .note {
font-size: 10px;
}
#colophon .site {
font-size: 12px;
font-weight: bold;
}
#colophon .sto {
font-size: 12px;
}


