/* Designed by François PLANQUE - http://fplanque.net/ */

body {
	background-color: #FFCC33;
	background-repeat: repeat-x;
	padding: 0px;
	margin: 0px;
	color: #000000;
	font: 84% Arial, Helvetica, sans-serif;

/*	font-size: 84%; 	poussé vers l'extérieur pour éviter des combinaisons en trop grand nombre */
}

A	{ color: #6666CC;
    padding: 2px
    }
A:link		{ color: #6666CC; text-decoration: none; }
A:visited	{ color: #336699; text-decoration: none; }
A:active	{ color: #FF3300;  }
A:hover		{ color: #6600CC;
}
td {
	font-family: Arial, Helvetica, sans-serif;
}
th {
	font-family: Arial, Helvetica, sans-serif;
}
caption {

	font-weight: bold;
}

h1 {
	color: #6699CC;
	font-size: 225%;
}
h2 {
	color: #6699CC;
	font-size: 70%;
    background-color:#FFCC33;
    text-align:right;
}
h3 {
	font-size: 120%;
}
h4 {
	font-size: 110%;
}

table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}
p.baseline {
	clear: both;
	font-size: 65%;
	text-align: center;
	border-top: 1px solid #ccc;
	margin: 1ex;
	padding: 1ex;
}
hr {
	height: 0px;
	border-top: 1px solid #6699CC;
	border-right: 1px none #6699CC;
	border-bottom: 1px none #6699CC;
	border-left: 1px none #6699CC;

}
dt {
	font-weight: bold;
	color: #009999;
}
.bText blockquote {
	margin: 0 auto; /* center for now */
	background-color: #eee;
    padding-bottom:20px;
    font-family: "Lucida Grande", "Trebuchet MS";
    font-size: 13px;
	letter-spacing: 1px;
	border-left:5px double #999;
	border-top:1px dashed #999;
	border-right:1px dashed #999;
	border-bottom:1px dashed #999;
    padding-left: 10px;
    padding-right: 10px;
}

.bText blockquote  p{
	margin: 0 auto; /* center for now */
    padding: 0;
    text-align:justify;
    padding-bottom:20px;
    overflow:hidden;
}

.center
{
	text-align: center;
}
.leftmargin {
	float: left;
	border: 0px;
	margin-right: 1ex;
	margin-top: .2ex;
	margin-bottom: .2ex;
}
.rightmargin {
	float: right;
	border: 0px;
	margin-left: 1ex;
	margin-top: .2ex;
	margin-bottom: .2ex;
}

acronym {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	cursor: help;
}
abbr {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	cursor: help;
}
del {
	color: #999999;
}
ins {
	color: #009999;
	text-decoration: none;
}


div.pageHeader {
	width: 100%;
	padding: 1ex;
	text-align: center;
	margin-bottom: 1ex

}

h1#pageTitle {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 270%;
	font-weight: bold;
	margin-top: .5ex;
	margin-bottom: .1ex;
}

a.BlogButton {
	text-decoration: none;
	border: 1px solid #FFCC33;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-right: 3px;
	margin-top: 3px;
	background: #336699;
}
a.BlogButtonCurr {
	text-decoration: none;
	border: 1px solid #FFCC33;
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	white-space: nowrap;
	margin-top: 3px;
	margin-right: 3px;
	background: #6699CC;
}

a.BlogButton:link,
a.BlogButton:visited,
a.BlogButton:active,
a.BlogButtonCurr:link,
a.BlogButtonCurr:visited,
a.BlogButtonCurr:active
{
	color: #FFCC33;
}
a.BlogButton:hover		{
	color: #FFCC33;
	background: #6699CC;

	/* text-decoration: underline; */
}
a.BlogButtonCurr:hover		{
	color: #336699;
	/* text-decoration: underline; */
}

.pageSubTitle {
	color: #FFCC33;
	letter-spacing: 4px;
	text-align: center;
	vertical-align: middle;
	border: 0px;
	padding-right: 6px;
	padding-top: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font: 109% Arial, Helvetica, sans-serif;
	font-weight: bold;
}
div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}

/* Styles for main area (left) */
h2 {
	margin-left: 8px;
}

/* Styles for posts */
.bPosts {
	margin: 20 auto;
	vertical-align: top;
    align: center;
	float: left;
	width: 500px;
	background: #FFCC33;
	font-size: 100%;
    padding-left:20px;
}
.bPost, .bPostpublished
{
	margin: 0 auto; /* center for now */
	width: 600px; /* ems so it will grow */
	background: url('img/sbbody-r.gif') no-repeat bottom right;
	font-size: 100%
}

.bText p
{
	margin: 0 auto; /* center for now */
    padding-bottom:20px;
    font-family: "Lucida Grande", "Trebuchet MS";
    font-size: 13px;
	letter-spacing: 1px;
    text-align:justify;
    overflow:hidden;
}

.bText ol li
{
	margin: 0 auto; /* center for now */
    font-family: "Lucida Grande", "Trebuchet MS";
    font-size: 13px;
	letter-spacing: 1px;
    text-align:justify;
}

.bSmallHead {
	background: url('img/sbhead-r.gif') no-repeat top right;
	margin: 0;
	padding: 0;
	text-align: center
}

html .bTitle {height: 1%;} /* For IE 5 PC */

.bTitle {
	background: url('img/sbhead-l.gif') no-repeat top left;
	margin: 0;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 1.2em;
	line-height: 20px;
	text-shadow: rgba(0,0,0,.4) 0px 2px 5px; padding-left:30px; padding-right:30px; padding-top:22px; padding-bottom:5px
}
.bText {
	background: url('img/sbbody-l.gif') no-repeat bottom left;
	margin: 0;
	padding-left:30px;
	padding-right:30px;
	padding-top:5px;
	padding-bottom:31px;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;


}
.bMore
{
	text-align: center;
}
.bMore a
{
	font-weight: bold;
	font-size: 110%;
}
.bSmallPrint
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
    background: url('img/sbbody-l.gif') no-repeat bottom left;
}



input.bComment,
textarea.bComment
{
	background-color: #fff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 98%;
	margin: 0ex;
}
select.bComment
{
	background-color: #fff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 100%;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin-left: 2%;
	margin-right: 0%;
	margin-bottom: 2ex;
	border: 1px solid #6699CC;
    overflow:auto;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFCC33;
	text-align: center;
	background: #6699CC;
	padding: 1ex;
}


/* Styles for sidebar (right) */
.bSideBar {
	width: 30%;
	vertical-align: top;
	float: right;
    background-color: #FFCC33;
}
.bSideItem {
	margin-right: 20px;
	margin-left: 10px;
	margin-top: 8px;
	margin-bottom: 8px;
	border-bottom: 1px dashed #6699CC;
	border-left: 1px dashed #6699CC;
	padding: 8px;
    font-size:90%;
}
.bSideItem h3 {
	margin-top: 0px;
	margin-bottom: 8px;
}
.bSideItem ul {
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 8px;
	margin-bottom: 8px;
	list-style:none;
}
.bSideItem ul li{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 5px;
	margin-bottom: 5px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	background-color: #fff;
	border-width: 1px;
	border-color: #cccccc;
	border-style: solid;
	padding: .5ex;
	width: 96%;
	margin: 0ex;
}

/* Styles for Calendar: */
caption.bCalendarCaption
{
	border-left: solid 1px #ccc;
	border-right: solid 1px #ccc;
	border-top: solid 1px #ccc;
	margin: auto;
	white-space: nowrap;
}
table.bCalendarTable
{
	margin: auto;
	font-size: 84%;
	border: solid 1px #ccc;
	background: #FFCC33;
}
tr.bCalendarRow
{
	text-align: center;
}
th.bCalendarHeaderCell
{
	font-size: 84%;
}
td.bCalendarCell
{
}
td.bCalendarEmptyCell
{
}
.bCalendarLinkPost
{
	font-weight: bold;
}
#bCalendarToday {
	background-color: #DEF;
}

.bSmallPrint,
.bCommentSmallPrint
{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	margin-top: 8px;
	margin-bottom: 8px;
}

/* Styles for comments */
.bComment {
		font-family: georgia, verdana, arial;
	    font-size:12px;
	    color:#666666;
	    line-height:18px;
	    text-align:justify;
    	padding:8px;
		margin-right: 20px;
		margin-left: 20px;
		margin-top: 8px;
		margin-bottom: 8px;
		border: 1px dotted #6699CC;
}
.bCommentTitle {
	margin-top: 8px;
	margin-bottom: 8px;
	font-weight: bold;
}
.bCommentText {
	margin-top: 0px;
	margin-bottom: 0px;
}

img.middle {
	vertical-align: middle;
	border: 0px;
}

