/* Pages à fond blanc avec lisiere grise - 19/11/2005
Dveloppement en CSS
ex: fr/bibliotec.html   fr/bibliofr1.html  fr/infovir.html
*/

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


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

h1, h2 , h3, h4 {
	color: #0A0A53;
}

h1 {
	font-size: 19px;
	font-weight: normal;
	margin-bottom: 2em;
}

h2 {
	font-size: 16px;
	margin-top: 3em;
}

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

h4 {
	font-size: 14px;
	font-weight: normal;
}


img {border: 0; }

td { vertical-align: top }

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

.mod {
   color: #FF9900;
	font-size: 10px;
	font-stretch: condensed;
}

/* Presentations */
#present {
margin-top: 6em;
margin-bottom: 4em;
}

/* Corps du texte  */
#present .texte{
font-size: 12px;
}

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

/* Dates de modifications */
#present .mod {
   color: #FF9900;
	font-size: 10px;
	font-stretch: condensed;
}

#present a {
/*	font-weight: bold;*/
}

/* Bibliographie */

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

/* titres */
#biblio .titre {
	font-style: italic;
	font-size: 15px;
	font-weight: normal;
	margin-top: 3em;
}


/* References de biblio */
#biblio .ref {
	font-style: italic;
	font-size: 12px;
}

/* commentaire */
#biblio .comment {
	font-style: normal;
	font-size: 12px;
}

/* Dates de modification */
#biblio .mod {
	font-weight: bold;
	font-size: 10px;
}


/* Menu de liens  */
#menuliens {
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;
}


