/* CSS des pages de contenus */

h2 { font-size: 220%; }
h3 { font-size: 180%; text-align: right; font-style: italic; margin-bottom: 20px; }
h4 { margin: 25px 0; font-size: 150%; font-weight: bold; }

*:first-child+html p.introduction:first-letter { line-height: normal; }

#content .standard  { margin-top: 5px; width: 580px; }
*:first-child+html #content .standard { width: 580px; }
#content .standard .layout { width: 500px; text-align: justify; }


/* Selection de la rubrique active */
.a-b-c { background-repeat: repeat-x; background-position: 0 80px;  }
.a-b-c .a ul#navigation li a { background-position: 0 -154px; }
.a-b-c .a ul#navigation li a:hover { background-position: 0 -231px; }

.a-b-c .a ul.maison li a#menu-h01, .a-b-c .a ul.historique li a#menu-h02,
.a-b-c .a ul.cuvees li a#menu-h03, .a-b-c .a ul.boutique li a#menu-h04,
.a-b-c .a ul.reception li a#menu-h05, .a-b-c .a ul.recompenses li a#menu-h06 { background-position: 0 -77px; }

iframe#cuvees {
	margin: 0;
	padding: 0;
	width: 511px;
	height: 396px;
	border: 0;
	overflow: hidden;
}