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

@import url(../../rsc/basic.css);	/* Import basic styles */
@import url(../../rsc/img.css);	/* Import standard image styles */
@import url(../../rsc/blog_elements.css);	/* Import standard blog elements styles */
@import url(../../rsc/forms.css);	/* Import default form styles */
@import url(../../rsc/comments.css);	/* Import default comment styles */

body {
	background: #000;
	padding: 0;
	margin: 0;
	color: #000;
	font: 11px Arial, Helvetica, sans-serif;
}
a {
	color: #315bb0;
	text-decoration: none;
}
a:hover {
	color: #f08900;
	text-decoration: underline;
}

h2 {
	color: #000;
	margin: 0;
}
h3 {
	font-size: 14px;
	color: #000;
	margin: 0;
}
h4 {
	color: #000;
	margin: 0;
}
ul {
	list-style-type: square;
}


table.invisible
{
	margin: 1ex;
	border-collapse: collapse
}
table.invisible td
{
	padding: 0ex 1ex;
}
td.right
{
	text-align: right;
}

div#pageFooter {
	clear: both;
	padding: 0;
	margin: 0;
	background: #000 url('img/bonshommes.png') no-repeat;
	height: 100px;
	padding-top: 80px;
	text-align: center;
	color: #aeaeae;
}
div#pageFooter a {
	color: #aeaeae;
}
#menuOutils {
	margin: 0;
	padding: 0;
}
#menuOutils li {
	display: inline;
	padding-left: 10px;
	padding-right: 10px;
}

p.baseline {
	border-top: 1px solid #ddd;
	text-align: center;
	font-size: 74%;
	color: #999;
	padding: 1ex;
	margin: 0;
}
hr {
	height: 0;
	border: 0;
	border-top: 1px solid #78a;
}

div#wrapper {
	width: 950px;
	border: 0;
	margin: 0;
	padding: 0;
	margin-left: auto;
	margin-right: auto;
	background-color: #fff;
}

div.pageHeader {
	padding: 0;
	margin: 0;
	border: 0;
	background: url('img/header.jpg') no-repeat;
	height: 150px;
	margin-bottom: 10px;
}

h1#pageTitle {
	font-weight: bold;
	font-size: 26px;
	margin: 0;
	padding: 16px 0px 0px 25px;
	letter-spacing: 2px;
	color: #fff;
	text-decoration: none;
}
h1#pageTitle a {
	color: #fff;
	text-decoration: none;
}

ul#bloglist {
	color: #c2c2c2;
	margin:0;
	padding:0;
	list-style-position: inside;
	margin: 55px 0px 0px 60px;
	font-weight: bold;
	font-size: 11px;
}
ul#bloglist li {
	display: inline;
	padding-left: 10px;
	padding-right: 2px;
	background: url('img/puce_grise.png') no-repeat 0px 5px;
}

a.BlogButton,
a.BlogButtonCurr {
	font-weight: bold;
	text-decoration: none;
}
a.BlogButton {
	color: #000;
}
a.BlogButton:hover {
	text-decoration: underline;
	color: #f08900;
}
a.BlogButtonCurr,
a.BlogButtonCurr:visited {
	color: #f08900;
}
a.BlogButtonCurr:hover {
	text-decoration: underline;
	color: #f08900;
}


.pageSubTitle {
	color: #fff;
	border: 0px;
	font: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	font-size: 14px;
	margin-left: 25px;
	letter-spacing: 1px;
}
div.stats{
	float: right;
	padding-right: 1px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 0px;
}


/*********************/
/* Sous-tête de page */
/*********************/

#subHeader {
	padding: 0;
	margin: 0;
	border: 0;
	margin-bottom: 30px;
}
#subHeader p {
	margin: 0;
	margin: 3px 5px 3px 5px;
	font-size: 9px;
}
#date {
	float: right;
	height: 20px;
	width: 150px;
	margin-top: 4px;
	padding-left: 20px;
	border-top: solid #b1b1b1 1px;
}
#lieuDate {
	float: right;
	height: 19px;
	margin-top: 4px;
	font-size: 10px;
	color: #5b5b5b;
	padding-left: 10px;
	padding-right: 10px;
	border-top: solid #b1b1b1 1px;
	border-left: solid #b1b1b1 1px;
}
#subHeader h1 {
	color: #f08900;
	font-size: 21px;
	margin: 0;
	padding: 0;
	margin-left: 25px;
	margin-right: 380px;
	background: url('img/filet_horizontal.png') bottom right no-repeat;
}




/* Styles for main area (left) */
h2 {
	margin: 0px 10px 0px 10px;
	font-size: 20px;
	color: black;
	font-weight: bold;
}

/* Styles for posts */
.bPosts {
	float: left;
	margin-left: 5px;
	width: 670px;
	overflow: hidden;
}
.bPost, .bPostpublished
{
	clear: both;
	background-color: #f0f0f0;
	margin-bottom: 15px;
	border-right: solid #737373 1px;
	border-bottom: solid #737373 1px;
	padding-bottom: 10px;
}
.bSmallHead {
	font-size: 80%;
	color: #999;
	margin: 2ex 0 1ex 0;
}
.bTitle {
	color: #78a;
	margin: 1ex 0;
}
.bText {
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSmallPrint
{
	clear: both;
	color: #999;
	font-size: 80%;
	margin: 1ex 0 2ex 0;
}

input.bComment, 
textarea.bComment
{
	background-color: #eee;
	border: 1px solid #ccc;
	width: 97%;
	padding: 2px;
	margin: 0ex;
}
select.bComment		/* Used by the profile form */
{
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 1px;
	margin: 0ex;
}


/* Styles for stats */
div.statbloc
{
	float: left;
	width: 44%;
	margin: 0 0 2ex 1.5ex; 
	border: 1px solid #78a;
}
div.statbloc h3
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	color: #FFFFFF;
	text-align: center;
	background: #78a;
	padding: 1ex;
}

input.submit,
input.reset {
	height: 19px;
	font-size: 12px;
	margin: 0;
	border-top: solid #d6d6d6 1px;
	border-left: solid #d6d6d6 1px;
	border-bottom: solid #ababab 1px;
	border-right: solid #ababab 1px;
}



/******************************/
/* Styles for sidebar (right) */
/******************************/


.bSideBar {
	width: 259px;	
	float: right;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.bSideItem {
	border-top: solid #b1b1b1 1px;
	border-bottom: solid #b1b1b1 1px;
	margin: 0;
	margin-bottom: 13px;
	padding: 0;
	padding-bottom: 5px;
	background: url('img/filet_vertical.png') bottom left no-repeat;
}
.bSideItem h3 {
	font-size: 12px;
	margin: 0;
	background: url('img/fleche.png') no-repeat 20px 9px;
	padding: 5px 0px 2px 32px;
	border-left: solid #ababab 1px;
}
.bSideItem h4 {
	font-size: 11px;
	margin: 0;
	margin-left: 22px;
}
.bSideItem p {
	margin: 3px;
	margin-left: 22px;
}
.bSideItem ul {
	margin: 3px;
	padding:0;
	padding-left: 22px;
	list-style-position: inside;
	color: #315bb0;
}
.bSideItem ul ul{
	margin-left: 8px;
	padding-left: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
}
.bSideItem form {
	margin-top: 0px;
	margin-bottom: 0px;
}
.dimmed
{
	color: #aaa;
	font-size: 84%;
}
input.SearchField
{
	width: 123px;
	height: 15px;
	font-size: 12px;
	border-top: solid #d6d6d6 1px;
	border-left: solid #d6d6d6 1px;
	border-bottom: solid #ababab 1px;
	border-right: solid #ababab 1px;
}
select#set {
	height: 15px;
	font-size: 12px;
	border-top: solid #d6d6d6 1px;
	border-left: solid #d6d6d6 1px;
	border-bottom: solid #ababab 1px;
	border-right: solid #ababab 1px;
}

/* Calendar: */
caption.bCalendarCaption {
	border: 1px solid #ccc;
	background-color: #eee;
	border-bottom: 0;
}
table.bCalendarTable {
	border: solid 1px #ccc;
	border-collapse: separate; 
}
table.bCalendarTable tfoot td {
	background-color: #eee;
	border-top: 1px solid #ccc;
}
table.bCalendarTable tfoot a {
	text-decoration: none;
}
table.bCalendarTable tfoot a:hover {
	background-color: #78a;
	color: #fff;
}
th.bCalendarHeaderCell {
	color: #abc;
}
#bCalendarToday {
	background-color: #bce;
}
