/* ||| set of clearing floats |||*/	
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
.clear {
	clear: both;
}
/* End hide from IE-mac */
/* ||| the end |||*/
body{
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #646464;
	font-size: 11px;
	background: #808080;
}

a img {
  border: none;/*remove border for linked images*/
}

A:link{color:#646464;text-decoration:none;}
A:visited{color:#646464;text-decoration:none;}
A:hover{color:#FF8000;text-decoration:none;}

img {
padding:0;
margin:0;
}
.floatbox { overflow: hidden; }

.float-left { float: left; overflow: hidden; }
.float-right { float: right; overflow: hidden; }
.width33 { width: 33.333%; }
.width66 { width: 66.666%; }
.width50 { width: 50%; }
.width100 { width: 100%; }

span#navtitle {
	color: #FF8000;
	font-weight:bold;
}

#main {
	width:860px;
	margin: 0 auto;/* center the page in Firefox */
	border: 1px solid #000000;
	background: #ffffff;
}
#header {
	background: url(../images/header.png) top left repeat-x;
	width: auto;
	height: 100px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	position: relative;
	z-index: 10;
	clear: both;

}
#logo {
	position: absolute;
	top: 10px;
	left: 15px;
	width: 320px;
	height: 62px;
	background: url(../images/logo.png) 0 0 no-repeat;
	z-index: 3;
	display: block;
	cursor:pointer;
}
#citation {
	position: absolute;
	top: 10px;
	left: 620px;
	width: 230px;
	height: 71px;
	background: url(../images/citation.png) 0 0 no-repeat;
	z-index: 3;
}

div#content_wrap{
	width: 840px;
	padding: 10px 10px 0px 10px;
	clear: both;
	font-size: 12px;
}
div#content {

}

div#left {
	padding: 0px;
	margin: 0px;
	width: 200px;
	min-height:200px;
	overflow: hidden;
	list-style: none;
	float: left;
}

div#container {
	margin: 0px 0px 0px 210px;
	padding: 10px;
	background:#ffffff;
}

div#main_container  ul{
	list-style: square;
}
div#main_container  a{
text-decoration: none;
color:#ff8000;
}
div#main_container  a:hover {
text-decoration: underline;
}
div#breadcrumb {
	height: 19px;
	font-size: 85%;
	color: #646464;
	border-bottom : 1px solid #C8C8C8;
	margin: 0 0 10px 0;
}
div#breadcrumb  a {
text-decoration: none;
font-weight: bold;
color:#ff8000;
}
div#breadcrumb  a:hover {
text-decoration: underline;
}

.contentheading,
.componentheading_sw,
.componentheading {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	font-family: Arial Narrow, Arial, Helvetica, sans-serif;
	font-size: 250%;
	line-height: 100%;
	font-weight: bold;
	color: #ff8000;
}

.componentheading_sw {
	margin: 0px 0px 10px 0px;

}

.contentheading_sw {
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	font-size:120%;
	line-height: 100%;
	color: #646464;
	width:100%;
	font-weight: bold;
}
.artinfo_block {
	background: #f9f9f9;
	height: 12px;
	line-height: 12px;
	padding: 2px 6px 2px 0;
	margin-bottom: 10px;
}
.artinfo_block span {
	font-weight: bold;
	font-size: 10px!important;
	text-transform:uppercase;
	margin-left: 6px;
}
.article_separator {
	clear: both;
	display: block;
	height: 10px;
}
.article_separator_sw {
	width:200px;
	border-top:1px solid #C8C8C8;
	height: 10px;
	display: block;
	text-align: center;
}
.small {
	font-size: 85%;
	color: #969696;
 font-weight: normal;
 text-align: left;
}
.modifydate {
 height: 20px;
 vertical-align: bottom;
	font-size: 85%;
	color: #969696;
 font-weight: normal;
 text-align: left;
}
.createdate {
 height: 20px;
 vertical-align: top;
	font-size: 85%;
	color: #969696;
 font-weight: normal;
 vertical-align: top;
 padding-bottom: 5px;
 padding-top: 0px;
}

.blog_sw {
	font-size: 85%;
	color: #969696;
}
.blog_sw  a {
text-decoration: none;
font-weight: bold;
color:#ff8000;
}
.blog_sw  a:hover {
text-decoration: underline;
}
.blog_more_sw{
	visibility:hidden;
	display:none;
}
.contentpaneopen_sw {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 150%;
	color: #646464;
	font-size: 12px;
}

div#bottom_nav{
	width: 840px;
	height:100px;
	padding: 10px 10px 20px 10px;
	clear: both;
	background: url(../images/bg.png) bottom left repeat-x;
}

div#bottom {
	width: 840px;
	padding: 10px 10px 20px 10px;
	clear: both;
	background: url(../images/bg.png) bottom left repeat-x;
}
div#bottom .box {
}
div#bottom .boxseperator {
}
#bottom div.moduletable {
	border: 1px solid #c6c6c6;
	background: #e6e6e6;
	height: 100px;
}
#bottom div.moduletable:hover {
	border: 1px solid #ff8000;
}
#bottom .boxseperator div.moduletable {
	margin: 0px 10px 0px 0px;
}
#scroller{
	padding-left:4px;
	font-family: tahoma;
	FONT-WEIGHT: bold;
	FONT-SIZE: 10px;
	color:#fff;
}
.foot{
	margin: 0 auto;/* center the page in Firefox */
	font-family: tahoma;
	font-size: 10px;
	color:#fff;
	vertical-align:middle;
	text-align:center;
	padding:5px;
}
#right {
	width: 218px;
	height: 380px;
	margin: 0;
	padding: 0;
	position: relative;
	z-index: 10;
	clear: both;
}
#perso1 {
	background: url(../images/perso1.png) 0 0 no-repeat;
	position: relative;
	top:35px;
	width: 108px;
	height: 343px;
	display: block;
	z-index: 3;
}
#perso2 {
	background: url(../images/perso2.png) 0 0 no-repeat;
	position: relative;
	top:35px;
	width: 108px;
	height: 343px;
	display: block;
	z-index: 3;
}
#perso3 {
	background: url(../images/perso3.png) 0 0 no-repeat;
	position: relative;
	top:35px;
	width: 108px;
	height: 343px;
	display: block;
	z-index: 3;
}
#perso4 {
	background: url(../images/perso4.png) 0 0 no-repeat;
	position: relative;
	top:35px;
	width: 108px;
	height: 343px;
	display: block;
	z-index: 3;
}
#perso5 {
	background: url(../images/perso5.png) 0 0 no-repeat;
	position: relative;
	top:35px;
	width: 108px;
	height: 343px;
	display: block;
	z-index: 3;
}
#bulle {
	position: absolute;
	top: 5px;
	left: -105px;
	width: 210px;
	height: 85px;
	background: url(../images/bulle2.png) 0 0 no-repeat;
	display: block;
	z-index: 3;
}
