/*		CSS pour les PAGES INTERIEURES	 */
#container {
	background-repeat: repeat-y;
	background-position: 14px 0;
}

#header-fr, #header-uk, #header-de{
	margin: 0;
	padding: 0;
	height: 75px;
	background-repeat: no-repeat;
	border-bottom: 5px solid #5B5E75;
}

/* ***************************************************************** */
/*     Left-sidebar (Barres de couleurs pour rubriques) + Content    */
/* ***************************************************************** */
#navigation {
	margin: 0;
	padding: 0;
	position: absolute;
	width: 99px;
	left: 14px;
}
#navigation h2 { display: none; }
#navigation ul { margin: 0; padding: 0; }
#navigation ul li {
	margin: 0;
	padding: 0;
	display: inline;
}
#navigation ul li a span { display: none; text-indent: -100em; }


/* Gestion des rubriques */
a#maison, a#art, a#champagnes, a#actualites {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	width: 31px;
	height: 360px;
	background-repeat: no-repeat;
	background-position: left top;
	border-right: 2px solid white;
}
*html a#maison, a#art, a#champagnes, a#actualites { width: 33px; }
a#maison { background-color: #5A86C9; }
a#art { background-color: #BB333D; }
a#champagnes { background-color: #BBD537; }
a#actualites { background-color: #F9C728; }

/* Contenu de la page */
#content {
	margin: 0 11px 0 114px;
	background-color:#fff;
/*	overflow: auto;*/
	padding: 0 20px 20px 20px;
	background-repeat: repeat-x;
	min-height: 380px;
}
* html #content { height: 380px; }

/* Bloc titre : titre + Fd rubrique sélectionnée + sous-rubriques */
#title-page {
	margin: 0 0 0 0;
	padding: 0;
/*	height: 180px;*/
	background-position: right -1px;	
	background-repeat: no-repeat;
}
#title-page h2 {
	font-size: 2.8em;
	text-align: right;
	font-style: italic;
	margin: 40px 200px 0 0;
	padding: 0;
}
#title-page ul { padding-bottom: 20px; width: 400px; border-left: 1px solid white; }
#title-page ul li {
	list-style: none;
	list-style-position: outside;
	font-size: 1.2em;
	color: Black;
	font-weight: bold;
}
#title-page ul li a {
	color: black;
	text-decoration: none;
}
#title-page ul li a:hover {
	text-decoration: underline;
	color: #BBD537;
}
#title-page ul li a:visited {	text-decoration: underline; }
/* ************************************ */