/*
  CSS for Gustave Home Pages 
  (c) eclos@free.fr 2004
*/

@font-face {
  font-family: Kingston;
  font-style:  normal;
  font-weight: normal;
  src: url(KINGSTON.eot);
  }

BODY {
  scrollbar-face-color:#EBEBEB;
  scrollbar-3dlight-color:#D2691E;
  scrollbar-darkshadow-color:#E3E3E3;
  scrollbar-arrow-color:#D2691E;
  scrollbar-track-color:#D1D1D1;
  background-color:#F2F1F6;
  margin:0 0 10 0;
  }
  
.PageLayout{
  height:100%;
  width:100%;
  background-image:url(img/bgTile.jpg);
  color:#1809BB; 
  font-family:Verdana, Arial; 
  font-size:12px; 
  font-weight:normal;
  border:inset 1 white;
  padding:2 6 3 6;
  }
  
.ContentLayout{
  height:100%;
  width:21cm;
  margin:5 0 5 0;
  

  }
  
A:link {
	color : #0000EE;
}
A:visited {
	color : #551A8B;
}
A:active {
	color : #FF0000;
}
  
.GustVie{
  color:black;
  font-size:14pt;
  }
  
P {
  font-weight:bold; 
  font-family:"Century Schoolbook,Arial Narrow,Helvetica";
  text-align:justify;
  }
  
.LETTRINE {
  font-family:"Kingston,Century Schoolbook,Arial Narrow,Helvetica";
  font-size:150%;
  color:red;
  background-color:transparent;
  }
  
.CITATION { 
  text-align:justify;
  }

.SIGNATURE {
  font-weight:bold;
  font-size:175%;
  }

a[name] {
  visibility:hidden;
  }
  
.RefOeuvre {
  font-style: italic;
  cursor: pointer;
  }
  
/* This is where you can customize the appearance of the tooltip */
div#tipDiv {
  position:absolute; visibility:hidden; left:0; top:0; z-index:10000;
  background-color:#dee7f7; border:1px solid #336; 
  -moz-border-radius-bottomleft:9px;
  -moz-border-radius-topright:9px;
  width:250px; padding:4px;
  color:#000; font-size:11px; line-height:1.2;
}


