.txt-std1 {font-size: 14px; color: #5B6DC4}
.txt-std-fort {font-size: 16px; font-weight: bold; color: #000066}
.txt-std2 {font-size: 14px; color: #0e1a63}
.txt-std-fiche {font-size: 14px; color: #0e1a63 }
.txt-titr-fiche {font-size: 16px; font-weight: bold; color: #FFFFFF}

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	background: white;
	color: black;
}

a {
	color: #FFCC66;
}

a:hover {
	color: #FF9966;
}

.LeftMenu {
	background: url(images/pages/menu.jpg);
	width: 184px;
	height: 599px;
	position: relative;
	padding: 0px;
	margin: 0px;
}

.LeftMenu .RetourIndex {
	position: absolute;
	display: block;
	top: 10px;
	left: 10px;
	width: 126px;
	height: 190px;
}

.LeftMenu .Contact {
	position: absolute;
	display: block;
	top: 564px;
	left: 20px;
	width: 146px;
	height: 26px;
}

.LeftMenu ul {
	position: absolute;
	top: 220px;
	padding: 0px;
	margin: 0px;
}

.LeftMenu ul li {
	position: relative;
	padding: 1px 8px;
	margin: 20px 0px;
	background: white;
	font-size: 16px;
	font-weight: bold;
	width: 168px;
}

.LeftMenu ul li a {
	padding: 0px;
	text-decoration: none;
	color: #9e5f0c;
}

.LeftMenu ul li a:hover {
	color: #0c4b9e;
}

.LeftMenu ul li a.Selected,
.LeftMenu ul li a.Selected:hover {
	color: #ceaf85;
}

.TitreVideos {
	background: #0E1A63 url(images/pages/illustr-video.jpg) right no-repeat;
	height: 66px;
	position: relative;
}

.TitreAutres {
	background: #0E1A63 url(images/pages/illustr-autres.jpg) right no-repeat;
	height: 66px;
	position: relative;
}

.TitreLivres {
	background: #0E1A63 url(images/pages/illustr-livres.jpg) right no-repeat;
	height: 66px;
	position: relative;
}

.TitreCds {
	background: #0E1A63 url(images/pages/illustr-cds.jpg) right no-repeat;
	height: 66px;
	position: relative;
}

.TitrePage {
	color: white;
	font-size: 32px;
	font-style: italic;
	font-weight: bold;
	position: absolute;
	top: 15px;
	left: 5px;
}

a.IndexMenu {
  text-decoration: none;
  padding: 0px;
  margin: 0px;
  font-weight: bold;
  color: #9e5f0c;
}

a.IndexMenu:hover {
	color: #0c4b9e;
}

a.IndexMenu img {
  vertical-align: bottom;
}