html,body {
  height: 100%;
	padding:0;
	margin:0;
}

body {
	text-align: center;
	font-size: 12px;
  width: 100%;
  height: 100%;
  background-color: #4c2260;
}

img {
	border: 0px;
}

div#all {
  overflow:visible;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0px;
  width: 100%;
}

#body {
	padding: 12px 12px 12px 13px;
	/*background-color: #FFFFFF;*/
	width: 725px;
	height: 401px;
	text-align: left;
	border: 1px solid #000000;
	position: absolute;
  top: -201px;
  left: 50%;
  margin-left: -362px;
  background-color: #fff;
}

div.menu {
	font-size: 13px;
  width: 312px;
	height: 100%;
	float: left;
	background-image:url("../images/bg00.jpg");
	background-repeat:no-repeat;
}

.content {
  width: 401px;
	height:100%;
	float: left;
	margin-left:8px;
	position: relative;
	overflow: auto;
}

.image {
  width: 401px;
  height: 401px;
	float: left;
	margin-left:8px;
	position: relative;
}

ul.menu {
	padding:0px;
	margin:0px;
	list-style-type: none;
	z-index: 0;
}

ul.menu li {
	width:104px;
	float:left;
	padding: 0px;
	margin: 0px;
}

ul.menu li.selected {
  background-color: #000000;
}

ul.ssmenu {
	margin: 0px;
	padding: 2px;
	padding-top: 80px;
	list-style-type: none;
	height: 319px;
}

ul.ssmenu li {
	padding:0px;
	padding-left: 2px;
	margin:0px;
	background-color: #0072BC;
	margin-bottom: 5px;
	width: 100px;
	color:#ffffff;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}

ul.ssmenu li.selected {
  background-color: #000000;
}

ul.ssmenu li:hover{
	background-color: #000000;
}

ul.ssmenu li a {
	color:#ffffff;
	text-decoration: none;
	font-weight:bold;
}

ul.ssmenu li.blank {
  height:0px;
  background: none;
}

div.next {
	position:absolute;
	bottom: 25px;
	right: 430px;
}

div.comment {
	position: absolute;
	width: 170px;
	height: 70px;
	/*bottom: 55px;
	right: 400px;*/
	background-color: #ffffff;
	top: 15px;
	left: 155px;
	text-align: left;
	padding: 2px;
	z-index: 42;
}

h2.section {
  text-align:left;
  border-bottom: 1px solid #0000FF;
}

div#copy {
  font-size: 10px;
}

div#infos {
  text-align: center;
  margin-top: 2px;
}

div.error {
  background-color: #880000;
  color: #fff;
  margin-bottom: 3px;
}

table.description {
	width: 100%;
	height: 100%;
	text-align: center;
}

div#desc {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}

ul.news {
	list-style-type: none;
	padding-left: 0px;
}

ul.news li {
}

ul.news li h3 {
	background-color: #b0c1ff;
	padding: 0px;
	margin: 0px;
}

ul.news li div.infos {
	text-align: right;
	margin: 0px;
	margin-bottom: 15px;
	font-size: 10px;
}

div.pagination {
	position: absolute;
	bottom: 10px;
	text-align: center;
	right: 200px;
	background-color: #fff;
}

div.pagination a {
	color: #000;
}

.important {
	border: 1px solid #ee0000;
	
	
	background-color: #ee0000;
	margin: 5px;
	margin-left: 124 px;
	height: 65px;
	padding: 3px;
	font-size: 24px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	position: absolute;
	left: 145px;
	top: 12px;
	width: 160px;
}

.important a {
	color: #fff;
	text-decoration: none;
}
