body {background: url('../../images/fond_marron.jpg'); font-family:arial,sans-serif;text-align:justify; color:white;
  overflow: hidden;
margin: 0;
text-align: center;
width: 100%;
  scrollbar-base-color:#1C0D01;
  scrollbar-3dlight-color:#1C0D01;
  scrollbar-arrow-color:#9F856B;
  scrollbar-darkshadow-color:#1C0D01;
  scrollbar-face-color:#1C0D01;
  scrollbar-highlight-color:#ffffff;
  scrollbar-shadow-color:#1C0D01;
  scrollbar-track-color:#1C0D01;
  }

a:link {color:#0080C0; }    /* cibles non encore visitées */
a:visited { color:#0080C0; } /* cibles visitées */
a:hover { color:#0080C0; font-weight:bold;}   /* Liens pour "MouseOver" */
a:active {color:#0080C0;}  /* Liens cliqués */
h1 {color:white;}
.petit {font-size:xx-small;}
.moyen {font-size:small;}
.zic:link { color:white; text-decoration:none;}
.zic:visited { color:white;text-decoration:none;}
.zic:hover {color:white; font-weight:bold;text-decoration:none;}
.news{color:#FFFFC6;}
.salles{color:#D8C689;}
.titrejournal{font-weight:bold;text-decoration:none;color:white;}

#global {
position: fixed;
position: relative;
margin-right: auto;
margin-left: auto;
width: 1024px; 
height: 100%;
background: #1C0D01;
}
#contenu {
margin-left: 180px;
height: 100%;
overflow:auto;
background:#1C0D01;
}
#fixe {
position: absolute;
top: 0em;
left: 1em;
width: 170px;
height: 100%;
overflow-y: auto;
overflow-x: hidden;
background: #1C0D01;
}

		ul#menu
		{
			margin: 0 ;
			padding: 0 ;
			list-style-type: none ;
		}
		
		ul#menu li
		{
			margin: 0 0 0 0 ;
			padding: 1px ;
		}
		
		ul#menu li a
		{
			display: block ;
			width: 130px ;
			line-height: 28px ;
            font-family: verdana,helvetica,arial,sans-serif;
            font-size: 90%;
            font-weight: none;
            text-align: center;
            color: #fff;
            text-decoration: none;
			background: url(../../boutons/bouton_menu_cristofgere.gif) no-repeat 0 0 ;
			border: 0px ;
		}
		
		ul#menu li a:hover
		{
			background: url(../../boutons/bouton_menu_cristofgere.gif) no-repeat 0 -28px ;
			border: 0px ;
		}