/* Bibliographie modele xhtml.css du W3C
   styles du texte 
*/

.ednote {
	font-style: italic;
	font-size: 80%;
}

ul.toc { list-style: none }
/* Style class for newly added text */

.new {
	color: blue;
}

a.ref {
	font-weight: bold;
}
a.normref {
	font-weight: bold;
}

p.issueTitle {
	font-size: 150% ;
}
div.issue {
	background-color: #cfc ;
	border: none ;
	margin-right: 5% ;
}

div.navbar {text-align: center}
.center {  text-align: center}


/* reference bibliographique */
#biblio p {
	line-height: 18px;
}
p .bbcode {
	font-size: 13px;
}
p .bbnom {
	font-size: 14px;
}
p .bbtitre {
	font-style: italic;
}
p .bbmention {
	font-size: 13px;
}

p .local {
}
p .bbnb {
	font-size: 13px;
}
p .bbcollection {
	font-size: 13px;
}
p .bbtype {
	font-size: 13px;
}
p .bbmots {
	font-size: 13px;
}
p .bbnotes {
	font-size: 13px;
}
p .bbnumero {
	font-size: 12px;
}

#biblio h3{
	margin-bottom: 5px;
}


/* -------------------- */

dl.codelist dt {  
	font-family: mono; 
	color: #660099; 
	font-style: normal; 
	font-weight: normal;
}

.termlist {  }

dl.termlist dt {  
	color: #330000; 
	font-weight: bold;
}


.content { 
	font-family: mono; 
	font-weight: bold;
}

.dfn   {
	color:              #400040;
	font-weight:        bold;
	font-style:         italic;
}    

tt       { color : #4000AF }

dl.desc  { margin-left : 5% ; margin-right : 5% }

.sect2   { margin-left : 5% ; margin-right : 5% }

.element { font-weight : bold ;
		 color : #F00000 }

.attlist { font-weight : bold ;
		 color : #F06000 }

.pentity { color : #000080 }

span.attlistid { vertical-align: super; font-size: smaller; color: gray; }
span.elementid { vertical-align: super; font-size: 80%; color: gray; }
span.fixme { color: red; }

div.attrRef {
	background-color: #d5dee3;
	border: none;
	margin-right: 5%;
}

div.attrDef {
	background-color: #d5dee3;
	border: none;
	margin-right: 5%;
}

span.term { font-style: italic; color: rgb(0, 0, 192) }


div.navbar { text-align: center; }

div.contents {
	background-color: rgb(204,204,255);
	padding: 0.5em;
	border: none;
	margin-right: 5%;
}

.tocline { list-style: none; }

table.exceptions { background-color: rgb(255,255,153); }

