/* Coups de coeur - 13/11/2005 
Developpement en CSS
*/

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

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

h1, h2 {
	color: #000099;
}

h1 {
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 3em;
}

h2 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 3em;
}

#colgauche {
  position: absolute;
  left:10px;
  width:190px;
  }
  
#colcentre {
  margin-left: 190px;
  margin-right:190px;
  }

#coldroite {
   position: absolute;
	vertical-align: top;
	margin-top: 10em; 
	right: 10px;
	width: 190px;
}

/* Haiku tel quel  */
#ccohku {
	font-family: Verdana,  arial, helvetica, sans-serif; 
	font-size: 13px;
}



#ccohku p{
font-size: 13px;
margin-bottom: 2em;
}

#ccohku .haiku1 .haiku2{
font-family: "Comic Sans MS", Verdana,  arial, helvetica, sans-serif; 
font-size: 13px;
margin-bottom: 2em;
white-space: pre;
page-break-inside: avoid;
}

/* Haiku tel quel  
pre n est pas herite*/
#ccohku .haiku1{
/*white-space: pre;*/
}


/* Decalage de 10 unites  */
#ccohku .haiku2 {
/*white-space: pre;*/
margin-left: 3em;
}

/* References du haiku, biblio, liens */
#ccohku .ref{
	font-style: italic;
	font-size: 11px;
	width: 500px;
	max-width: 500px;
}

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

/* Nom et adresse de l auteur */
#ccohku .auteur2 {
   font-family: "Comic Sans MS", Verdana,  arial, helvetica, sans-serif; 
	font-style: italic;
	font-size: 13px;
	margin-bottom: 4em;
	margin-left: 3em;
}

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

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

