* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: 0 none;
}
a {
	color: #000;
	cursor: pointer;
}
img{
	border:0;
}
.i {
	font-style: italic;
}
.b{
	font-weight: bold;
}
.Cap {
	font-family: Arial, Helvetica, Geneva, sans-serif;
	text-transform: uppercase;
	line-height: 18px;
}

.Small {
	font: 11px/9px Arial, Helvetica, Geneva, sans-serif;
}

.info {
	font: Arial, Helvetica, Geneva, sans-serif;
}

.audioplayer {
	height: 30px;	
}

html {
	overflow: hidden;
}

body {
	overflow: hidden;
	font: 12px/16px Georgia, Times, "Times New Roman", serif;
	background: url(../images/cssimg/bgr.jpg) no-repeat 10px 163px;
}

.Header {
	position: relative;
	height: 50px;
	background: url(../images/cssimg/hr.gif) repeat-x 0 bottom;	
}

.Header p {
	display: block;
	padding: 22px 0 0 0;
	font-style: italic;
	background-color: #fff;
}

.Header .Close {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 12px;
	height: 12px;
	background: url(../images/cssimg/close.gif) no-repeat;
	cursor: pointer;
}

.Header .loadPicto {
	position: absolute;
	top: 20px;
	right: 0px;
	width: 12px;
	height: 12px;
	background: url(../images/cssimg/load.gif) no-repeat;
	cursor: pointer;
}

.Header .OpenSlide {
	position: absolute;
	top: 20px;
	right: 36px;
	width: 12px;
	height: 12px;
	background: url(../images/cssimg/openslide.gif) no-repeat;
	cursor: pointer;
}

.Header .SearchBt {
	position: absolute;
	top: 20px;
	right: 18px;
	width: 12px;
	height: 12px;
	background: url(../images/cssimg/searchbt.gif) no-repeat;
	cursor: pointer;
}

.Footer {
	height: 45px;
	width: 100%;
	background: url(../images/cssimg/hr.gif) repeat-x 0 top;
}

.Footer p {
	display: block;
	padding: 11px 0 0 0;
	font-style: italic;
}

.Bgr {
	width: 100%;
	background: url(../images/cssimg/trame.gif);
	line-height: 0px;
	height: 1px;
	font-size: 0;
}
.loading {
	background: url(../images/cssimg/trameload.gif);
}

#Menu {
	position: absolute;
	top: 0px;
	left: 0px;
	margin: 0 10px;
	width: 114px;
	height: 100%;
	background: url(../images/cssimg/logo.jpg) no-repeat 0 67px;
	z-index: 900;
}

#MenuBox {
	margin-top: 218px;
	border: 1px solid #000;
	border-left: none;
	border-right: none;
}

ul#MenuList {
	list-style-type: none;
	font: 12px Arial;
	text-transform: uppercase;
} 

ul#MenuList li {
	margin-bottom: 1px;
}

ul#MenuList a {
    padding: 3px 3px 5px 2px;
	margin: 1px 0 1px 0;
	height: 15px;
	background-color: #000;
	display: block;
	text-decoration: none;
	color: #fff;
}

ul#MenuList a.select {
	background-color: #b0d5da;
}

#Main {
	position: absolute;
	top: 0px;
	left: 0px;
	margin-left: 144px;
	height: 100%;
	width: 100000000px;
	z-index: 200;
}

.Column {
	float: left;
	position: relative;
	z-index: 800;
}

.Column .ColumnContent {
	width: 280px;
	position: relative;
	overflow: hidden;
	padding: 0 20px 0 0;
}

.Column .ColumnContent .Content {
	width: 280px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

.Column .ColumnContent.large, .Column .ColumnContent.large .Content {
	width: 580px;
}
.Column .ColumnContent .Content p, .Column .ColumnContent .Content p div {
	margin: 20px 0 0 0;
}

.Column .ColumnContent .Content h5 {
	margin: 0 0 10px 0;
	text-transform: uppercase;
	font: 12px Arial, Helvetica, Geneva, sans-serif;
}
.Column .ColumnContent .Content .ToScrolTarget {
	overflow: hidden;
}
.Column .ColumnContent .Content .ToScrolTarget .ToScrol {
	padding: 15px 15px 30px 0;
}

.readmore {
	display: block;
	margin: -15px 0 20px 0;
}

h1{
	font:14px Arial;
	text-transform: uppercase;
	padding: 18px 0 10px 0;
}
h3 {
	font: 20px Arial;
	text-transform: uppercase;
	padding: 0 0 0 0;
	margin-bottom: 2px;
}

h4 {
	font: italic 12px Arial;
	text-transform: uppercase;
	padding: 0 0 0 0;
}

h4 a {
	text-decoration: none;
}

h5 {
	font: normal bold 16px Arial;
	text-transform: uppercase;
	padding: 18px 0 0 0;
}

h3 a {
	text-decoration: none;
}
h3 a:hover {
	border-bottom: 2px solid #000;
}

.color, .color a {
	color: #b0d5da;
}

.hr {
	display: block;
	height: 5px;
	border: 0;
	margin: 18px 0;
	line-height: 5px;
	background: url(../images/cssimg/hr.gif) repeat-x;
}

.hrSimple {
	display: block;
	height: 1px;
	border: 0;
	margin: 20px 0 0 0;
	line-height: 1px;
	background: url(../images/cssimg/hrsimple.gif) repeat-x;
}

.hrTransp {
	display: block;
	height: 5px;
	border: 0;
	margin: 0;
	line-height: 5px;
}


#Target {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 0px;
	width: 0px;
	display: none;
}

#TargetImage {
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 10px;
	width: 10px;
}
#TargetImage img {
}
#Tips {
	z-index: 2000;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 1px 5px;
	width: auto;
	color: #fff;
	background-color: #000;
}

/* @group Footer & Header */

#Header {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
}

#Footer {
	position: absolute;
	left: 0px;
	bottom: 0px;
	height: 45px;
	width: 100%;
	z-index: 1200;
}

#Header div {
	float: left;
	padding: 22px 0 0 0;
	font-style: italic;
}

#Footer div {
	float: left;
	padding: 12px 0 0 0;
	font-style: italic;
}

#Header .HeaderMenu, #Footer .FooterMenu {
	margin: 0 10px;
	width: 114px;
}

#Header .HeaderColumn, #Footer .FooterColumn {
	margin: 0 10px;
	width: 280px;
}

/* @end */

/* @group scroll */

/* Scrollbar & content css */

			.scrollbar-vert{
				position: absolute;
				right: 0px;
				top: 3px;
				width: 12px;
				z-index: 900;
			}
			.handle-vert{
				position: absolute;
				z-index: 1000;
				height: 40px;
				width: 12px;
				background-color: #000;
				cursor: pointer;
			}
/* @end */

/* @group Next & Previous */



#Next {
	position: absolute;
	bottom: 5px;
	right: 5px;
	width: 115px;
	height: 30px;
	z-index: 2000;
}
#Prev {
	position: absolute;
	bottom: 5px;
	left: 10px;
	width: 115px;
	height: 30px;
	z-index: 2000;
}
#Prev .Zone {
	position: absolute;
	left: 0px;
	width: 115px;
	height: 30px;
	background: #000 url(../images/cssimg/arrayleft.gif) no-repeat center center;
}
#Next .Zone {
	position: absolute;
	right: 0px;
	width: 115px;
	height: 30px;
	background: #000 url(../images/cssimg/arrayright.gif) no-repeat center center;
}

/* @end */
/* @group slideshow */

.slideTarget {
}

/* @end */

/* @group search */

.SearchBox {
	font-family: Arial;
	padding: 5px;
	background: url(../images/cssimg/hr_l.gif) repeat-x 0 bottom;
	color: #fff;
	display: none;
}

.SearchBox a {
	color: #fff;
}
		
.searchInput {
	padding: 0 0 0 7px;
	float: left;
	height: 19px;
	width: 240px;
	border: 0;
	background: transparent url(../images/cssimg/searchbg.gif) no-repeat left;
	margin: 3px 0;
}
	
.large .searchInput {
	width: 540px;
}

.searchBt {
	float: left;
	height: 19px;
	width: 19px;
	background: url(../images/cssimg/searchbg.gif) no-repeat right;
	margin: 3px 0;
}

.SearchMore {
	display: none;
}

.SearchBox input[type=submit] {
	display: block;
	padding: 2px 2px 2px 17px;
	background: #000 url(../images/cssimg/loupe.gif) no-repeat 0 3px;
	color: #fff;
	border: 0;
	margin-bottom: 10px;
	cursor: pointer;
	font-size: 12px;
	font-weight: normal;
}

.SearchMoreBts {
	padding-left: 8px;
}

.SearchLessBt {
	display: block;
	padding: 2px 4px 2px 0px;
	color: #fff;
	border: 0;
	margin-bottom: 10px;
	cursor: pointer;
}

.SearchMore {
	margin-top: -10px;
	padding-left: 8px;
}

.SearchBox ul {
	list-style-type: none;
	margin-bottom: 10px;
}

.SearchBox ul li.Cap {
	padding: 10px 0 5px 0;
}

.SearchBox ul li input[type=checkbox] {
	margin: 0 5px 0 0;
}

.SearchBox ul li ul {
	margin-left: 40px;
}

.SearchResult b, .highlight {
	color: #b0d5da;
	font-weight: bold;
}

.comment_content{
	width:200px;
	height:150px;
	border: 1px solid #000;
}

.textform{
	width:200px;
	border: 1px solid #000;
}

.new_comment_div{
	margin:10px 0 0 0;
}
.comment_preview{
	margin:0 0 15px 0;
}

/* @end */

/* @group Marge */

.smt, .Column .ColumnContent .Content p.smt {
	margin-top: 5px;
}
.smb, .Column .ColumnContent .Content p.smb {
	margin-bottom: 5px;
}
.sm, .Column .ColumnContent .Content p.sm {
	margin: 5px 0 5px 0;
}
.mmt, .Column .ColumnContent .Content p.mmt {
	margin-top: 10px;
}
.mmb, .Column .ColumnContent .Content p.mmb {
	margin-bottom: 10px;
}
.mm, .Column .ColumnContent .Content p.mm {
	margin: 5px 0 10px 0;
}
.lmt, .Column .ColumnContent .Content p.lmt {
	margin-top: 20px;
}
.lmb, .Column .ColumnContent .Content p.lmb {
	margin-bottom: 20px;
}
.lm, .Column .ColumnContent .Content p.lm {
	margin: 20px 0 5px 0;
}

/* @end */

/* @group Press */

.icopress a {
	text-decoration: none;
}


/* @end */

