/* CSS typographie*/
body {
font: normal normal normal 1em Verdana, "MS Sans Serif", sans-serif ;
}
#txt1 > blockquote{
font-size : .8em;
text-align: justify;
text-indent: 1em;
font-style: italic;
}
#txt1 > cite {
font-size : .6em;
}
#txt1 > em {
font-size : .6em;
text-decoration: underline;
}
#txt1 > strong{
font-size : .7em;
font-variant: small-caps;
}
#txt2 {
font-size : .8em;
text-align: justify;
text-indent: 1em;
}
#txt2 > p {
min-height: 3.0em;
}
#txt2 > p:first-letter {
float: left;
margin: .15em .1em .2em;
font-size: 210%;
Text-transform: upercase;
}
#txt2 cite {
font-size : .8em;
}
#txt2 ul {
list-style-type: none;
text-indent: 0px;
}
#txt2  ul em {font-size: .8em;
text-decoration: none;}
#txt2  ul strong {font-size: 1.5em;
text-decoration: none;}
#txt2 li {
text-align : left;
font-size : .9em;
}
/*#txt2 li a{
font-size : .7em;
font-variant: small-caps;
}
*/
#txt2 em {
font-size : 1em;
text-decoration: underline;
}
#txt2 dl {
font-weight: bold;
font-variant: small-caps;
text-align:center;
color: #996699;}
/*
#txt2 strong{
font-weight: bold;
color: #6200a1;
}
*/
#txt2 H1{
font: normal small-caps bold 1.5em MyriadPro, Verdana, arial;
color: #4e43a5;
}
/*
#txt2 H1 em {
	font-size: .6em;
	font-style: normal;
	font-variant: normal;}
*/
#fiche {
font-size : .6em;
color: #ccc;
}
#fiche em{
font-variant: small-caps;
color: #996699;
}
#fiche strong{
font-weight: bold;
}

