body {
	font-family: Arial, Helvetica, sans-serif;
}

#gauche {
	position: fixed;
	top: 0;
        left: 0;
	width: 214px;
	height: 100%;
        background: #C0C0C0;
}
#gauche ul {
	list-style: none;
}
#gauche li {
	padding: 5px;
}
#gauche a:link {
	font-weight: normal;
	color: black;
	text-decoration: none;
}
#gauche a:visited {
	font-weight: normal;
	color: black;
	text-decoration: none;
}
#gauche a:active {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#gauche a:hover {
	font-weight: normal;
	color: #444444;
	text-decoration: underline;
}
#gauche a.courant:link {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#gauche a.courant:visited {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#gauche a.courant:active {
	font-weight: bold;
	color: black;
	text-decoration: none;
}
#gauche a.courant:hover {
	font-weight: bold;
	color: #444444;
	text-decoration: underline;
}
#contenu {
	margin: 44px 195px 88px 224px;
}
#contenu p {
	font-family: "Arial Narrow", "Helvetica Narrow", sans-serif;
}
#contenu td.couverture {
	width: 151px;
	height: 204px;
}
#contenu img.couverture {
	border: none;
	width: 141px;
	height: 200px;
}
#contenu .couverture {
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
}
#contenu a:link {
	font-style: italic;
	color: brown;
	text-decoration: none;
}
#contenu a:visited {
	font-style: italic;
	color: brown;
	text-decoration: none;
}
#contenu a:active {
	font-style: italic;
	color: orange;
	text-decoration: none;
}
#contenu a:hover {
	font-style: italic;
	color: orange;
	text-decoration: underline;
}

#droite {
	position: absolute;
	right: 0;
	width: 180px;
	background: white;
}
#droite .titre_page {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
}
#droite a:link {
	font-style: italic;
	font-size: small;
	color: brown;
	text-decoration: none;
}
#droite a:visited {
	font-style: italic;
	font-size: small;
	color: brown;
	text-decoration: none;
}
#droite a:active {
	font-style: italic;
	font-size: small;
	color: orange;
	text-decoration: none;
}
#droite a:hover {
	font-style: italic;
	font-size: small;
	color: orange;
	text-decoration: underline;
}

#pied {
	position: fixed;
	bottom: 0;
	width: 100%;
	color: gray;
}
#pied center {
	font-size: small;
}
