/* CSS de base */

body { background-color: white; font-size:82.5%; font-family: Georgia,Verdana, Geneva, Arial, Helvetica, sans-serif; }

body .fixed-lg { width: 980px; margin: 0 auto; }

a { color: black; text-decoration: none; }
a:hover { text-decoration: underline; }
strong, b { font-weight:bold; }
i, em { font-style: italic; }
em strong, strong em { font-weight:bold; font-style: italic; }
p { margin: 15px 0; line-height: 130%; }

blockquote { margin: 20px 40px; font-size: 110%; }
blockquote:first-letter {
	background-image: url(../images/interne/quote_open.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 18px;
	font-style: italic;
	font-size: 140%;
}


h2 { font-size: 200%; margin-bottom: 15px; padding-bottom: 2px; background-position: 0 bottom; background-repeat: repeat-x; }

#prelude { display: none; }

/* HEADER */
#h h1 a { display: block; text-indent: -1000em; }

/* Affichage d'un menu horizontal en HP ou pour les sous-rubriques eventuelles */
div#toplinks { position: relative; height: 25px; list-style: none; }
.lavaLampWithImage { position: relative; height: 25px; background-color: #F2F2F2; padding: 0 15px; margin: 0 14px 0 22px; overflow: hidden; }
	.lavaLampWithImage li { float: left; list-style: none; }
	.lavaLampWithImage li.back { background: url("../images/lava.gif") no-repeat right -25px; width: 9px; height: 25px; z-index: 0; position: absolute; }
	.lavaLampWithImage li.back .left { background: url("../images/lava.gif") no-repeat top left; height: 25px; margin-right: 9px; }
	.lavaLampWithImage li a { padding: 2px 10px; font-weight: bold; text-decoration: none; text-align: center; top: 5px; z-index: 10; display: block; float: left; height: 25px; position: relative; overflow: hidden; margin: auto 0px; outline: none; }
	.lavaLampWithImage li a:hover, .lavaLampWithImage li a:active, .lavaLampWithImage li a:visited { border: none; text-decoration: none; }

/* FOOTER */
#f {}