/* ==============================================
   FESTIVAL FILM COURT ANGOULEME
   © http://www.festivalang.com/
      Merci de ne pas reproduire impunément les auteurs !
   ============================================== */

html {
	font-size: 100%;
}
body {
}

blockquote, q {
	font-size: 1.1em;
	font-style: italic;
	font-family: Georgia, "Bitstream Vera Serif", Norasi, serif;
}
blockquote {
	margin: .75em 0 .75em 24px;
}
cite {
	font-style: italic;
}

a {
	color: mediumblue;
	text-decoration: underline;
}
a:hover, a:focus {
	color: crimson;
}
a img {
	border: none;
}

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

pre, code {
	font-size: 100%;
	font-family: "Bitstream Vera Mono", "Lucida Console", "Courier New", monospace;
}
pre {
	width: 90%;
	overflow: auto;
	overflow-y: hidden;
	margin: .75em 0;
	padding: 12px;
	background: #eee;
	color: #555;
}
pre strong {
	font-weight: normal;
	color: black;
}
#copyright {
	margin: 20px 0 5px 0;
	text-align: right;
	font-size: .8em;
	color: #848F63;
}
#copyright a {
	color: #848F63;
	text-decoration: none;
}
#copyright a:hover, #copyright a:focus {
	text-decoration: underline;
}

/* INFOBULLES */

a.info_affiche { position: relative; color: white; text-decoration: none; }
a.info_affiche span { display: none; }
a.info_affiche:hover { background: none; z-index: 500; cursor: help; }
a.info_affiche:hover span { display: inline; text-indent: 0px; position: absolute; white-space: nowrap; top: 10px; left: 10px; background: #780001; color: white; padding: 3px; 
border: 2px solid #4a0001; font-family: Georgia, "Bitstream Vera Serif", Norasi, serif; font-size: 10px; opacity : 0.9; filter : alpha(opacity=90); }

