/* CSS de la rubrique Programmation permanente */

html, body {
	margin: 0;
	padding: 0;
	height: 100%;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#8e5a08;
	background:#E89D3B;
}

/*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/rubanim/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/rubanim/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/rubanim/pictofond.gif) no-repeat top left; 
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/rubanim/pictohaut.gif);
  width:169px; height: 166px; 
	background-repeat:no-repeat;
  position:absolute;
  top:0px;
  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/rubanim/pictohaut2.png) !important;
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubanim/pictohaut2.gif);
  width:82px; height: 600px; 
background-repeat:no-repeat;
position:absolute;
top:13px;
left:784px;
z-index:0;
}

/*Logo du Musée en haut de page*/
#logomusee {
	background-image:url(/portal/page/portal/librairie/smp/images/habillage/rubanim/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/rubanim/musee.gif);
  width:77px; height: 839px; 
	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:#aa3f21;
	text-decoration:underline;
}

a:hover { 
	color:#aa3f21;
	text-decoration:underline;
}

a.menubas{
	color:#972F12;
	text-decoration:none;
}
a.menubas:hover{
	color:#972F12;
	text-decoration:none;
	font-weight:bold;
}
/*Couleur des tildes du menu du bas*/
#menubas {
	color:#972F12;
}
.menuleft a{
	color:#972F12;
	text-decoration:none;
}

.menuleft a:hover{
	color:#972F12;
	font-weight:bold;
	text-decoration:none;
}

div.menuleft.selectedleft{
	border-left:3px solid #972F12;
	padding-left:4px;
	color:#972F12;
	text-decoration:none;
	font-weight:bold;
}

.ssmenuleft {
	color:#792D18;
	font-size:10px;
}

.ssmenuleft a{
	color:#792D18;
	text-decoration:none;
	font-size:10px;
}

.ssmenuleft a:hover{
	text-decoration:underline;
}

/* Fil d'ariane*/
.ariane { 
	color:#aa3f21;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.ariane{
	color:#e17f00;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
a.ariane:hover{
	color:#aa3f21;
	font-size:11px;
	text-decoration:none;
	font-weight:bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

/*titre de la page*/
.titre{
	color:#FFCA82;
	font-size:24px;
	text-decoration:none;
}


