
/* Les éléments HTML en général
-------------------------------------------------------- */
html, body {
	margin: 0;
	padding: 0;
}

body{
	background: #A2A296 url("img/body-bg.jpg") repeat-y top;
	color: #000;
	font-size: .71em;
	font-family: Arial, Helvetica, sans-serif;
}

* {text-transform: uppercase;}

h1, h2, h3, h4, h5, h6{
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1{font-size: 1.5em; margin: 10px 0 0 0; text-align: center;}
h2{font-size: 1em;}
h3{font-size: .8em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

hr {background-color:#000; border: 0px; height: 3px; width: 360px; margin-bottom: 30px;}


pre, code{
	font-size: 1.2em;
}

abbr {
	border: 0px;
	text-transform: uppercase;
	font-size: .9em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a{
	color: #000;
	text-decoration: none;
}

a:visited{
	color: #000;
}

a:hover, a:focus{
	color: #fff;
	background-color: #000;
}


img {border: 0px; margin:0; padding: 0;}

h1 a:hover {background: transparent;}



/* La page
-------------------------------------------------------- */
#page{
	background: #transparent;
	width: 830px;
	margin: 0 auto 0 auto;
	padding: 0 40px 0 40px;
	color: inherit;
	line-height: 1.2em;
}
 
#nonolehools {
	font-size: .8em;
	background: #96968A url("img/nonolehools.jpg") repeat-y center;
	padding: 0 5px 0 0;
	text-align: right;
} 

#nonolehools a { color: #68665B;}

#sidebar {
	float:left;
	width: 240px;
}

#pal {
	float:right;
	width: 550px;
	text-align: center;
}

.spacer {clear: both;}
 

/* Le contenu
-------------------------------------------------------- */
.post { width: 100%;}

#postbas {
	padding: 0 40px 0 40px;
	width: 460px;
}

.post-content {margin:0px; padding:0px; width:550px; }

.blabla {
	padding: 0px 20px 20px 20px;
	text-align: center;
	font-size: .76em;
	font-weight: bold;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #000;
	background: transparent url("img/day-date.png") no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #000;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	background: transparent;
	text-decoration: none;
}

.post-content p{
	text-align: center;
}


.post-content a:hover{background-color: #000;}

img a:hover {background-color: transparent;}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#comments {text-align: center;
font-weight: bold;}

#trackbacks blockquote, #comments blockquote{
	width: 75%;
	border: 3px solid #000;
	margin-right:auto;
	margin-left:auto;
	margin-top:0px;
	padding: 5px;
	color: #000;
}

.captcha {background: transparent; color: #000; padding: 10px; text-align: center;}

/* La barre de navigation
-------------------------------------------------------- */


#syndicate, #selection, #languages, #lastcomments, #categories, #archives, #links, #bordel {
	border: #000 solid 3px;
	padding: 5px;
}


#menu-in {
	padding:0px 20px 0 20px;
	font-size: .9em;
	font-weight: bold;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}


#sidebar h2{
	color: #000;
	margin: 0;
	padding: 10px 0 0 0 ;
	border: #000 solid 0px;
	font-size: .9em;
	text-transform: uppercase;
}

#sidebar h3{
	color: #000;
	font-size: .74em;
	margin: 0;
	text-transform: uppercase;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url("img/q.png") no-repeat 4px center;
}

#sidebar div#calendar{
	padding: 20px 0 10px 0;
		font-weight: bold;

}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
	width: 200px;

}

#sidebar div#calendar table caption{
	margin: 0 auto;
		font-weight: bold;

}

#sidebar div#calendar table th{
	color: #000;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 3px solid #000;
}

#sidebar div#calendar table td a{
	display: block;
	background: #000;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #fff;
	color: #000;
	font-style: italic;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
}

#footer a{
}

.pagenav2 {font-size:1.2em; font-weight: bold; border: solid 3px; width: 80%; padding: 5px; margin: 0 auto 0 auto;}
.pagenav2 strong {text-decoration: line-through;}