body {
	background-color: white;
	text-align:center;
  font-family: Papyrus, cursive; 
}

body#index {
  background-image: url("images/silverfox.gif");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-position:top right; 
}
.initial {
	font-style: italic;
	font-size: 125%;
	display: inline;
	text-decoration: none;
}

.letter li {
	display: inline;
}
.letter li:before {
  content: " ";
}
h1 {
  line-height: 90%;
}

.risque {
  color: red;
}
#header {
	margin: 0 auto;
	width: 500px;
	position: relative;
	top: 0;
	text-align: center;
	border: 1px dashed black;
}
#google_ad {
	width: 468px;
	height:60px;
	margin: 0 auto;
	display: inline;
}
a:link {
	color:#006;
}
a:visited {
	color: #C0C0C0;
	font-style: italic;
}
div#header > a {
	position: absolute;
	top: 70px;
	background-color: white;
	padding: .4em;
}
div#header > a:hover {
	background-color: #A00;
}
div#header > a.nav_prev {
	left: -50px;
}
div#header > a.nav_next {
	right: -50px;
}
h2 + a.nav_prev {
	left:0;
	position: absolute;
	padding: .4em;
}
h2 + a:hover {
	background-color: #A00;
}
h2 + a + a:hover {
	background-color: #A00;
}
h2 + a.nav_prev + a.nav_next{
	right:0;
	position: absolute;
	padding: .4em;
}
img.photo {
	padding: 3px;
	margin: 1em auto;
	border: 1px dashed black;
	display: block;
}
.caption {
  font-style: italic;
  text-decoration: overline;
}
ul {
	list-style-type: none;
}
#others li:before {
	content: "**";
	color: #A00;
	font-weight: 900;
}
#others li:after {
	content: "**";
	color: #A00;
	font-weight: 900;
}
#other_provocateuse li {
	display: inline;
}
#other_provocateuse li:before {
	content: " [";
	color: #A00;
	font-weight: 900;
}
#other_provocateuse li:after {
	content: " ]";
	color: #A00;
	font-weight: 900;
}

