/* Erotique - 13/11/2005 
Developpement en CSS
*/

body {
	color: #CCCCCC;
	font-size: medium;
	font-family: Verdana, arial, helvetica, sans-serif;
	background: #CC3333;
}

a:active {
	color: ##FFCC99;
}
a:link {
	color: #FFFFFF;
}
a:visited {
	color: #FFFFFF;
}


h1{
	color: #FFCC99;
	font-family: Verdana,  arial, helvetica, sans-serif; 
	font-size: 24px;
	font-weight: normal;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: left;
}


h1.home {
	color: #FFCC99;
	font-family: "Times New Roman", Times, serif;
	font-size: 48px;
	font-weight: normal;
	margin-left: 1em;
	margin-bottom: 1em;
	text-align: left;
}



h2 {
	color: #cccccc;
	font-size: 18px;
	font-weight: normal;
	margin-top: 2em;	
	margin-bottom: 1em;
}

h3 {
	color: #cccccc;
	font-size: 14px;
	font-weight: bold;
	margin-top: 2em;	
	margin-bottom: 1em;
}


/* Haiku tel quel  */
pre {
font-family: "Comic Sans MS", Verdana,  arial, helvetica, sans-serif; 
font-size: 15px;
margin-bottom: 2em;
color: #FFFFFF;
}

pre.trans {
margin-left: 3em;
margin-bottom: 3em;
}

p {
font-family: Verdana,  arial, helvetica, sans-serif; 
font-size: 13px;
}

.note1 {
font-size:12px;
text-align: left;
}


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

/* TItre Nom  l auteur */
.auteurtitre {
   font-family: Verdana,  arial, helvetica, sans-serif; 
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 4em;
}

/* Nom et adresse de l auteur */
.auteur {
   font-family: Verdana,  arial, helvetica, sans-serif; 
	font-style: italic;
	font-size: 13px;
	margin-bottom: 4em;
}

/* modif */
.mod {
   font-family: Verdana,  arial, helvetica, sans-serif; 
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 4em;
}


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


