html{
	font-family: courrier;
	font-size: 0.9em;
	color: #333;

}

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF url(images/bg.png) repeat-y center;
}


a:link{color: #333; background: transparent; text-decoration: underline;}
a:visited{color: #333; background: transparent;}
a:hover{color: #666; background: transparent; text-decoration: underline;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}


ul{

}


/*******************************************************************/
div#page{
	position: relative;
	margin: 0 auto;
	text-align: left;
	margin: 0 auto;
	padding: 0px;
	width: 766px;
	background: #FFF;
	color: inherit;
}

/*******************************************************************/
#prelude{
	
	position: relative;
	right: 0px;
	margin: 0;
	padding : 5px;
	background: #FFF;
	font-size: 0.8em;
	color: #333;
	text-align: right;
}

#prelude a{
	
	text-decoration: none;
}

#prelude a:hover{

	text-decoration: underline;
}
/*******************************************************************/

#top{

	background: #FFF;
	height:75px;
	border-bottom: 2px #333 solid;

}

#top a{
	position: relative;
	top : 10px;
	left: 10px;
	font-size : 40px;
	text-decoration: none;
	background: transparent;
}


#top a:hover{
	color: #666;
	background: transparent;
}

/*******************************************************************/

#sidebar{
	position: relative;
	float:left;
	top: 20px;
	left: 10px;
	width: 210px;
	color: #333;
	border-right: 1px #666 dotted;
}

#sidebar li{
	padding: 0px;
	line-height: 1.5em;

}

#sidebar a{
	text-decoration: none;

}

#calendar{

	text-align: center;
}

#calendar a{
	text-decoration: underline;
}

/*******************************************************************/

div#content{
	position: relative;
	left: 20px;
	width: 500px;
	float: left;
	padding: 1em;
	font-family: courrier;
	font-size : 15px;
	line-height: 20px;
}

div.postbillets{
	margin-bottom: 2em;
	border-bottom : 1px dotted #333;

}

#commentaires{

	margin-bottom: 2em;
	border-bottom: 1px #333 dotted;
}

/*******************************************************************/
#footer{
	clear: both;
	text-align: center;
	margin: 0;
	padding: 1em;
	height: 1em; /* pour un bug bizarre d'IE6 */
}

#footer a{
	text-decoration: underline;
}



/*******************************************************************/
.field label{
	display: block;
}

fieldset{
	border: none;
}

textarea{
	width: 100%;
}

/*******************************************************************/

