

html, body {
	padding:0;
	margin: 0;
    font-family: arial, helvetica;
}
.texte, .texte p.spip {
	font-family: arial, helvetica;
}

#page {
	max-width: 1024px;
	min-width: 990px;
	width:expression( Math.min(Math.max( parseInt(this.offsetWidth), 990 ), 1024) +"px");
	background-image: url(/IMG/quorum/filigrane.png);
	background-position: 0px 144px;
	background-repeat: no-repeat;
}

#bandeau {
	background-image: url(/IMG/quorum/fond_bandeau.png);
	height: 142px;
}
#bandeau h1 { 
	/*display: none;*/
	overflow: hidden;
	margin: 0 ;
	padding: 0 ;
	height: 142px;
}
#bandeau div#tagline {
  line-height: 1.2em;
	margin: 0; 
	padding: 0;
	position: absolute;
	font-weight: bold;
	font-style: italic;
	overflow: hidden;
	font-size: 14px;
	left: 685px;
	top: 90px;
	width: 300px;
	color: rgb(25,69,182);/*rgb(85,109,198);*/
}
#bandeau div#tagline * {
	margin: 0 ;
	padding: 0;
}

#menu {
	background-color: rgb(132,158,181);
	overflow: visible;
	line-height: 22px;
	font-size: 11px;	
	font-weight: bold;
	color: rgb(60,60,60);
	margin-bottom: 20px;
}
#menu * { overflow: visible; }
#menu a {
	color: rgb(230,230,230);
	padding: 0 5px;
}
#menu a.first {
	padding-left: 15px;
}
#menu a:hover {
	background-color: transparent;
	color: white;
}
#menu a.select {
	border-bottom-style: solid;
	border-bottom-color: #888 ;
    border-bottom-width: 4px;
	padding-bottom: 6px;
	color: white;
}

h1 {
	font-size: 22px;
	font-weight: bold;
}
#content { margin-right: 5px; }
	

