/* CSS de la rubrique Le musée */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#4E2D0E;
	background:#C0B105;
}

/*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/rubmusee/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/rubmusee/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/rubmusee/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/rubmusee/pictohaut.gif);
  width:209px; height: 185px; 
	background-repeat:no-repeat;
  position:absolute;
  top:20px;
  left:340px; 
  z-index:-30;
}

/*Pictogramme du haut de la rubrique au dessus du titre*/
#pictohaut2 {
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubmusee/pictohaut2.png) !important;
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubmusee/pictohaut2.gif);
  width:264px; height: 312px; 
background-repeat:no-repeat;
position:absolute;
top:14px;
left:690px;
z-index:2;
}

/*Logo du Musée en haut de page*/
#logomusee {
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubmusee/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/rubmusee/musee.gif);
  width:78px; height: 844px; 
	background-repeat:no-repeat;
  position:absolute;
  left:896px;
  top:50px;
  z-index:-10;
}

/*-------------------------------------------*/
h1 {
	color:#877800;
	font-weight:bold;
	text-decoration : underline;
	font-size:13px;
}

a { 
	color:#d4b700;
	text-decoration:underline;
}

a:hover { 
	color:#d4b700;
	text-decoration:underline;
}

a.menubas{
	color:#8F5722;
	text-decoration:none;
}

a.menubas:hover{
	color:#8F5722;
	font-weight:bold;
	text-decoration:none;
}

/*Couleur des tildes du menu du bas*/
#menubas {
	color:#8F5722;
}

.menuleft a{
	color:#8F5722;
	text-decoration:none;
}

.menuleft a:hover{
	color:#8F5722;
	font-weight:bold;
	text-decoration:none;
}

div.menuleft.selectedleft{
	border-left:3px solid #8F5722;
	padding-left:4px;
	color:#8F5722;
	text-decoration:none;
	font-weight:bold;
}

.ssmenuleft {
	color:#4E2D0E;
	font-size:10px;
}

.ssmenuleft a{
	color:#4E2D0E;
	text-decoration:none;
	font-size:10px;
}

.ssmenuleft a:hover{
	text-decoration:underline;
}

/* Fil d'ariane*/
.ariane { 
	color:#d4b700;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.ariane{
	color:#ab9d00;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.ariane:hover{
	color:#d4b700;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*titre de la page*/
.titre{
	color:#fffffd;
	font-size:24px;
	text-decoration:none;
}


