@charset "utf-8";
/* CSS Document */

blockquote.reprise {
text-align: center;
font-size: 1.2em;
font-weight: bold;
width: 40%;
display: block;
float: right;
margin: 14px;
clear: right;

}

div.index {
	padding: 3px 3px 3px 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	background: #F3F3F3 url(img/index_corner.png) top left no-repeat;

}


p.intro {
font-size: 1em;
font-weight: bold;
}
div.imgCaption, div.imgCaptionLeft, div.imgCaptionRight  {
background-color: #F3F3F3;  
padding:0;
margin:0;
}
div.imgCaption p, div.imgCaptionLeft p, div.imgCaptionRight p  {
  text-align: center; 
  font-size: smaller;
  text-indent: 0;
  padding-bottom:7px;
  margin:0;
}
div.imgCaptionLeft {
  float: left;
  margin-right: 7px;
}

div.imgCaptionRight {
  float: right;
    margin-left: 7px;

}
div.textBox {
border: #049BFF solid 2px;
background: url(img/caption_back.png) top repeat-x;
padding: 7px;
margin-bottom: 14px;

}
div.textBox p {
margin:0;
}
div.conclusion {
	background: #F8F0E0;border: #c00 solid 2px;
	padding: 7px;
	margin-bottom: 14px;
}
div.conclusion p {
	margin:0;
}
/* Search */
div.searchTitle {
	PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; BACKGROUND: url(/img/forum_tittle_back.png) #039bff repeat-x 50% top; PADDING-BOTTOM: 5px; COLOR: #ffffff; PADDING-TOP: 5px
}
span.searchInfo {
	padding:0;
	margin:0;
	font-size: 80%; 
	color:#666666;
}
div.articleContent p.searchText{
	padding:0;
	margin-top:0;
	margin-bottom:10px;
	font-size: 100%; 
}
