/* Les �l�ments HTML en g�n�ral
-------------------------------------------------------- */

html, body{
	margin: 0;
	padding: 0;
	text-align: left;
}
body{
	background:url('images/stupeurchaperon.jpg') black top left fixed;
	color: #000;
	font-size: 80%;
	line-height: 1.2em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	
}

h1, h2, h3, h4, h5, h6 {
	font-family: Arial Black, sans-serif;
	text-align: left;
}

p {
	margin:0;
	padding:0;
}
p.spip {
	margin-top:0.9em;
}
.nettoyeur { clear:both; margin:0; padding:0; border:none; height:0; line-height:1px; font-size:1px; }


h1 {font-size: 1.5em;}
h2 {font-size: 1.4em; }
#content h2 { font-size: 1.6em; text-transform:uppercase; }
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}


span.on { font-weight:bold; }
p.pagination { font-size:80%; }
#selection a { text-transform:lowercase; }
h3.post-soustitle { padding-left:5px; }
.liste-articles h3.titre { text-transform:uppercase; }

img {
	border:none;
}

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

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

fieldset{
	border: none;
}
legend {
	margin:0;
	padding:0;
	color:black;
	margin-top:7px;
}
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{
	text-decoration: none;
	color: #000;
	background-color:#eee;
}

a:visited{
	text-decoration: none;
	color: #663;
}

a:hover{
	color: #636;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* La page
-------------------------------------------------------- */
#page{
	width:450px;
	text-align: left;
	
}
/* L'ent�te
-------------------------------------------------------- */
#top{
	height: 8em;
	font-size:150%;
	line-height:1em;
}

#top h1{
	margin:0;
}

#top h1 a{
	display:block;
	padding-right:2em;
	padding-top:4.65em;
	text-align:right;
	font-family:arial black, sans-serif;
	text-decoration: none;
	color:#eee;
	background-color:transparent;
}
#top h1 a:hover { color:white; }

/* Le pr�lude
--------------------------------------------------------
#prelude{
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
#main{
	float: left;
	background:url('images/anglehd.gif') top right no-repeat;
	text-align:left;
	background-color:#eee;
}

#content{
	margin:0 30px;
	padding:2em 0;
}

.day-date{
	margin-left:5px;
	color: #888;
	text-align:right;
	border-bottom:1px solid #ddd;
	font-style: italic;
}
.post{
	margin-bottom: 4em;
}
.post-title{
	color: #5F5F2F;
	background: transparent;
	margin-bottom: 0;
	padding:2px 5px;
	line-height:1em;
}

.post-title a{
	color: #5F5F2F;
	background: transparent;
	text-decoration: none;
}
.post-soustitle{
	font-size:1em;
	font-style:italic;
	color: #5F5F2F;
	background: transparent;
	margin:0;
}

.post-info{
	font-size:75%;
	margin-top: 0;
	padding:2px 5px;
	color: #8E8F50;
	background: transparent;
}

.post-info a, .traductions a{
	color: #8E8F50;
	background: transparent;
	text-decoration: none;
}
.post-info a:hover, .traductions a:hover {
	color: #5F5F2F;
}
.post-chapo, .post-content{
	color: #8E8F50;
	background:#eee;
	padding:2px 5px;
}
.post-content{
	text-align: justify;
	color: #000;
}

.post-content a{
	color: #3F3F3F;
	background: white;
}	

.post-content a:hover{
	color: black;
	background: white;
}	

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

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

#comments {
	background:#eee;
	padding:0 5px;
}
#documents_portfolio {
	background:#eee;
	margin-top:4px;
	padding:0 5px 3px 5px;
}
#documents_portfolio h2 { font-size:1.2em; }
h3#reponse { margin-bottom:0; }
#document_image {
	background:#26231E;
	text-align:center;
}
#document_image img { border:none; margin-top:120px; }
#document_image a {
	color:#5F5B53;
	font-size:0.8em;
	background:transparent;
}


/* traductions*/
.traductions ul {
	margin:0;
	padding:0;
}
.traductions ul li {
	margin:0;
	padding:0;
	display:inline;
	font-size:0.7em;
}
.traductions {
	color: #8E8F50;
	padding-bottom: 1ex;
	display:none;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #ddd;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#nav {
	position:relative;
	width:200px;
	float:right;
	margin-top:70px;
	margin-right:5%;
	margin-bottom:-2px;
	color:white;
}
#rondh {
	margin-bottom:-2px;
	background:url('images/rondh.gif') top left no-repeat;
}
#rondb {
	background:url('images/rondb.gif') top left no-repeat;
}
#nav h1 {
	position:absolute;
	top:-15px;
	left:11px;
	margin:0;
	font-size:130%;
	font-family:arial black, sans-serif;
	text-decoration: none;
	color:white;
}

#sidebar{
	background-color:white;
	padding:0 10px;
}
#sidebar div{
	color: black;
}

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

#sidebar h2, #sidebar h3{
	color: #AF6541;
	margin: 0;
	padding: 1.2ex 0 0.5ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

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

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

#q{
}

#sidebar div#calendar{
	width:180px;
}

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

/*
#sidebar div#calendar table caption{
	margin:0;
}
*/

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

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

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

#sidebar div#calendar table td a:hover{
	background: #AF6541;
	color: #DFA78B;
}
#navigation div#calendar table caption a.mois {
	margin: 0;
	font-size:0.7em;
}
#navigation div#calendar table caption a.mois:hover {
	margin: 0;
	font-size:0.7em;
}

/*formulaire
------------------------------------------------------*/
.formulaire_spip {
	margin-left:-10px;
}
.formulaire_spip .spip_bouton {
	margin-left:10px;
}
a#formulaire_forum {
	background:transparent;
}
input#auteur, input#email_auteur {
	width:180px;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	clear: both;
	width:450px;
	height:42px;
	margin:0;
	margin-left:20px;
	padding:0 10px;
	color: #666;
	font-size:0.7em;
	text-align:left;
	background:url('images/anglebd.gif') bottom right no-repeat;
}
#footer a{
	color: #999;
	text-decoration:none;
	
}
#footer a:hover{
	color:black;
	text-decoration:none;
}



/* Les boutons d'admin survolent la page (sauf #FORMULAIRE_ADMIN)
---------------------------------------------------------*/
.spip-admin-float {
	top: 0;
	right: 20px;
	position: absolute;
	background-color: transparent;
	z-index: 100;
}

