html 
{
	height:100%;
	overflow-y:scroll;
}
Body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	padding: 0;
	height:90%;
}
div#page
{
	width: 90% ;
	margin: 0 auto ;
	text-align: justify ;
	min-height: 100%;
  	border: 0px solid #0000FF;
  	position: relative;
  	padding: 0;
}
div#header
{
	background: url(../images/logo_persee_2.gif) no-repeat left top ;
	position: relative;
	margin: 0 auto;
	height: 118px ;
	padding-left:210;
	padding-top:30;
	text-align: center ;
  	border: 0px solid #00FF00;
}
div#content
{
	position:relative;
	padding: 25px 25px 0 25px ;
	border: 0px solid #FF0000;
	min-height=100%;
	margin: 0;
	padding-bottom: 4em;
	text-align: top;
	
}
div#footer {
	position: relative;
	margin: -31px 15px 0 15px;
	height:30px;
	width: 100%;
	text-align: bottom;
	margin: 0 ;
	color: #000000;
	border: 0px solid #FF00FF;
	color: #666666;
	font-size:8pt;
	text-align:right;
	}

/* Rappel padding
  padding: 0px 0px 0px 0px;
	haut, droite, bas, gauche */
		
a:link, a:visited, a:active {
	color: #666666; 
	background-color: transparent;
}
a:hover {
	color: #999999;
	background-color: transparent;
	text-decoration: underline;
}

/* Page de présentation de la revue */
div.periode {
  padding: 0px 0px 0px 20px;
  border: 0px solid #0000FF;
}
.TitrePeriode {
	color: #BBBBBB;
	text-decoration: none;
	font-variant:small-caps;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, verdana, tahoma;
}
.texte {
	color: #666666;
	font-family: arial, verdana, tahoma;
	font-size: 10pt;
	line-height:100%;
}
.shadow {color:#AAAAAA;
}

/* Table des matières d'un fascicule */
.TitreArticle {
	color: #333333;
	text-decoration: none;
	font-size: 10pt;
	font-family: arial, verdana, tahoma;
}
.AuteurArticle {
	color: #333333;
	text-decoration: none;
	font-size: 10pt;
	font-family: arial, verdana, tahoma;
}
div.Rubrique {
  padding: 0px 0px 0px 20px;
  border: 0px solid #FF0000;
}

.TitreRub {
	color: #999999;
	text-decoration: none;
	font-variant:small-caps;
	font-size: 12pt;
	font-weight: bold;
	font-family: arial, bookman old style;
}
.leftTd {
	color: #333333;
  padding: 10px 30px 0px 0px;
	text-decoration: none;
	text-align: justify;
	font-size: 10pt;
/*	font-weight: bold;*/
	font-family: arial, verdana, tahoma;
}
.rightTd {
	color: #333333;
  padding: 10px 0px 0px 0px;
	text-decoration: none;
	text-align: right;
	font-size: 10pt;
/*	font-weight: bold;*/
	font-family: arial, verdana, tahoma;

.accessTd {
	color: #333333;
  padding: 5px 0px 0px 0px;
	text-decoration: none;
	text-align: justify;
	font-size: 10pt;
/*	font-weight: bold;*/
	font-family: arial, verdana, tahoma;
}



/* Fiche biblio */


.SousTitre {
	color: #A39A8A;
	background-color: #F7F7F7;
	text-decoration: none;
	line-height: 115%;
	font-style: italic;
	font-size: 13pt;
	font-family: verdana;
}
.Update {
	color: #000000;
	background-color: #F7F7F7;
	text-decoration: none;
	line-height: 115%;
	font-style: italic;
	font-size: 8pt;
	font-family: verdana;
}
.Texte {
	font-family:  arial,verdana, tahoma;
	font-size: 10pt;
	color: #666666;
}

.TexteCentre {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	color: #666699;
	text-align: center;
}
.TexteJustifie {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	color: #666666;
	text-align: justify;
}
.TexteGras {
	font-family: verdana, tahoma, arial;
	font-size: 8pt;
	font-weight: bold;
	color: #670101;
}


/* AUTRES ELEMENTS */
Hr {
	background-color: transparent;
	color: #718EA5;
	height: 1px;
}

Img {
	border-width: 0px 0px 0px 0px;
}

