@import "./commun.css";

body {
	background: url("../images/f_parchemin.jpg") #e2d8ca repeat;
	color: #000000 ;
	margin: 1em;
}
#ours {
	margin-left: 0;
}

p.warning {
	color : #663300;
	background-color: #FFEFD5;
	border: medium double #663300;
}
p.story {
	text-indent: 1.5em;
}
p.story:first-letter {
	font-size: 16pt;
}
h1 {
	color : #CC0066;
}
h2 {
	font-size: 18pt;
	color : #CC0066;
}
ul {
	color: #663300;
	list-style: disc;
}
/*
dl {
	margin-left: 1em;
}
*/
dt {
	color: #663300;
}
dd {
	color: #996600;
}

a {
	color : #996600;
}
a.small {
	color : #996600;
}
a.out{
	color : #000099;
}

.voix1 {
	font-style : italic;
	color : #CC0033;
	background-color : transparent;
}
.voix2 {
	font-style : italic;
	color : #6633FF;
	background-color : transparent;
}
.voix3 {
	font-style : italic;
	color : #800080;
	background-color : transparent;
}
