/* CSS de la rubrique Collection */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}


body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#724801;
	background:#c99c36;
}

/*bande du fond à droite en continu*/
#fondecran {
		width:1024px;
margin:0 auto;
position:relative;
min-height:1140px;
_height: 1140px; /* hack uniquement interprété par IE Win*/
background:url(/portal/page/portal/librairie/smp/images/habillage/rubcollections/bg.gif) repeat-y top right;
}

/*fond du tableau avec le mot musée*/
#fondtableau {
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubcollections/fond.gif);
	background-repeat:no-repeat;
	background-position: 207px 10px !important;
	background-position: 209px 10px;
}

/*Pictogramme du musée au fond de la rubrique*/
#pictofond {
	z-index:-50;
position:absolute;
background: url(/portal/page/portal/librairie/smp/images/habillage/rubcollections/pictofond.gif) no-repeat right top; 
width:815px; 
height:1140px;
}

/*Pictogramme du haut de la rubrique derrière le menu ppal*/
#pictohaut {
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubcollections/pictohaut.gif);
  width:185px; height: 147px; 
	background-repeat:no-repeat;
  position:absolute;
  top:0px;
  left:460px; 
  z-index:-30;
}

/*Pictogramme du haut de la rubrique au dessus du titre*/
#pictohaut2 {
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubcollections/pictohaut2.png) !important;
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubcollections/pictohaut2.gif);
  width:195px; height: 320px; 
background-repeat:no-repeat;
position:absolute;
top:8px;
left:730px;
z-index:2;
}

/*Logo du Musée en haut de page*/
#logomusee {
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubcollections/logomusee.gif);
  height: 126px; width:84px;
	background-repeat:no-repeat;
  position:absolute;
  left:50px;
  top:10px;
}
/*Mot Musée à droite*/
#musee {
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubcollections/musee.gif);
  width:79px; height: 845px; 
	background-repeat:no-repeat;
  position:absolute;
  left:897px;
  top:50px;
  z-index:-10;
}

/*-------------------------------------------*/
h1 {
	color:#8e5a08;
	font-weight:bold;
	text-decoration : underline;
	font-size:13px;
}

a { 
	color:#B8870D;
	text-decoration:underline;
}

a:hover { 
	color:#B8870D;
	text-decoration:underline;
}

a.menubas{
	color:#9E3704;
	text-decoration:none;
}
a.menubas:hover{
	color:#9E3704;
	text-decoration:none;
	font-weight:bold;
}
/*Couleur des tildes du menu du bas*/
#menubas {
	color:#9E3704;
}
.menuleft a{
	color:#FCE9B4;
	text-decoration:none;
}

.menuleft a:hover{
	color:#FCE9B4;
	font-weight:bold;
	text-decoration:none;
}

div.menuleft.selectedleft{
	border-left:3px solid #FCE9B4;
	padding-left:4px;
	color:#FCE9B4;
	text-decoration:none;
	font-weight:bold;
}

.ssmenuleft {
	color:#633D16;
	font-size:10px;
}

.ssmenuleft a{
	color:#633D16;
	text-decoration:none;
	font-size:10px;
}

.ssmenuleft a:hover{
	text-decoration:underline;
}

/* Fil d'ariane*/
.ariane { 
	color:#D8986E;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.ariane{
	color:#B8870D;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.ariane:hover{
	color:#B8870D;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*titre de la page*/
.titre{
	color:#FCE9B4;
	font-size:24px;
	text-decoration:none;
}

