/* CSS Document */

#header {
  position:absolute;
  top:0px; left:0px; width:765px; height:120px;
  padding:10 10 10 10; /* top right bottom left */
}
#titre {
  position:absolute;
  top:140px; left:0px; width:550px; height:200px;
  padding:20; /* top right bottom left */
}
#accueil {
  position:absolute;
  z-index: 2;
  top:270px; left:10px; width:750px; 
  padding: 0; /* top right bottom left */
}
#catalogue {
  position:absolute;
  top:220px; left:20px; width:170px; height:50px; 
  visibility:hidden;
}
#guichet {
  position:absolute;
  top:220px; left:295px; width:170px; height:50px; 
  visibility:hidden;
}
#outils {
  position:absolute;
  top:220px; left:450px; width:170px; height:50px; 
  visibility:hidden;
}
#menu {
  position:absolute;
  top:223px; left:10px; width:170px;
  background-color: #FFFFFF;
  padding:0; /* top right bottom left */
}
#vertic {
  position:absolute;
  top:180px; left:175px; width:5px; height:430px;
  padding:0; /* top right bottom left */
}
#vertic2 {
  position:absolute;
  top:180px; left:609px; width:5px; height:430px;
  padding:0; /* top right bottom left */
  z-index: 3; /* above please */
}
#footer {
  position:absolute;
  top:450px; left:13px; width:760px;
  padding:0; /* top right bottom left */
}
#barre{
  position:absolute;
  top:365px; left:200px; width:560px;
  background-color: #cccc00;
  border: no;
}

#collnum {
	position: relative;
	z-index: 100;
	width: 580px;
	left: 180px;
	top: 150px;
	font-family:Arial, Helvetica, sans-serif;
	/*font-size:0.7em;*/
}

.inventaire th  {font-size:0.7em;}

/*td {font-size:0.7em;}*/

.titre {
font-weight:bold;}

.titressrubrique {
font-weight:bold;
font-size:1.5em;
}

.recherche
{
border-color:#dfdfa5;
border-style: solid ;
border-width: 1px ;
width:95%;
font-size:12px;
}

.sommaire{
list-style-image:url(image/puce.gif);
}

.listecarre{
list-style-image:url(image/puce_carre.gif);
}	

body {font-family:Arial, Helvetica, sans-serif;
font-size:11px;}

a { 
  color: #003399; 
  text-decoration: none;
}
a:hover { 
  color: #cccc00; 
  text-decoration: none; 
}

.ressources {
  color: #003399;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: none;
}
.ressources:hover {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #CCCC00;
  text-decoration: none;
}
.ressources:visited {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  color: #CCCC00;
  text-decoration: none;
}

.ressourcesbold {
  color: #003399;
  font-size: 12px;
  font-weight: bold;
  font-family: Arial, Helvetica, sans-serif; 
  text-decoration: none;
}
.ressourcesbold:hover {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #CCCC00;
  text-decoration: none;
}
.ressourcesbold:visited {
  font-family: Arial, Helvetica, sans-serif; 
  font-size: 12px;
  font-weight: bold;
  color: #CCCC00;
  text-decoration: none;
}

h1.titreRessources {
font-family : Trebuchet, Trebuchet MS, Arial, sans-serif;
font-weight : bold;
color:#cdcc00;
letter-spacing : 1px;
font-size : 16px;
}
