body {
	margin: 0;
	padding: 0;
	background-image: url(Images/fond.jpg);
	background-attachment:fixed;
	font-family : Arial;
	font-weight : bold;
	height: 100%;
	overflow-y: auto;
}

A:Hover  {
	color : Red;
	text-decoration : underline overline;
}

A  {
	color : Blue;
	text-decoration : none;
}

#fixe {
	position: absolute;
	top: 0;
	left: 1%;
	width: 98%;
	z-index: 2;
	text-align: center;
	background-image: url(Images/fond.jpg);
	margin: 0;
	}

#content {
	margin: 50px 10px 0px 10px;
	_margin: 80px 10px 0px 10px;
	padding: 20px;
}

#total {
	z-index: 0;
	height: 100%;
	width: 100%;
	overflow-y: auto;
}

h1,h2,h3,h4,h5,h6{
	font-family : Arial;
}

pre{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
}

body>div#fixe {
	position: fixed;
}

.poeme
{
	font-family:Arial;
	font-weight : bold;
	font-size:16px;
}

.cit {
	font-family:Arial;
	font-weight : bold;
	font-size:13px;
	font-style : italic;
}

.trad {
	font-family:Arial;
	font-weight : bold;
	font-size:13px;
}

.texte {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight : bold;
	font-size:13px;
}

.centre1 {
text-align: center;
}

.centre2 {
margin-left: auto;
margin-right: auto;
width: 600px;
text-align: left;
}

.carros{
	background:#FBDEDD;
	color:#000000;
	font-family:Verdana;
	font-size:12;
	border-style:solid;
	border-width:1;
	border-color:#FF0000;
	padding:5
}

