/* Pages à fond blanc avec lisière grise - 19/11/2005
Pour les events
Développement en CSS
*/

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


a:link {
	color: #79ACD0;
}

a:visited {
	color: #86AECC;
}
a:active {
	color: #FF0000;
}

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

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

h2 {
	font-size: 15px;
	font-weight: normal;
	margin-top: 3em;
	margin-bottom: 1em;
}

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

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;
	font-weight: bold;
}


/* Evenements */
#corps {
margin-top: 4em;
margin-bottom: 4em;
max-width: 600px;
}

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

#corps .auteur {
	font-size: 16px;
	font-style: italic;
	margin-bottom: 2em;
}


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

#corps .adresse {
font-size: 12px;
font-weight: bold;
}

#corps .courier {
font-size: 12px;
font-style: italic;
font-weight: bold;
}

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

/* decaler les images en corps */
#corps img {
margin-top: 3em;
}

#corps a {
	font-weight: bold;
}

#corps .legende {
	font-size: 12px;
	font-style: italic;
}


/* 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;
}

/* fleches de pages en corps */
#corps .fleches{
font-size: 16px;
text-align: center;
}


#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;
}


