html{
	font-family : Verdana,Arial,Helevetica,sans-serif;;
	font-size: 0.9em;
	color: #333;

}

body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #FFF;
}


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{

}

h1 {
}

	

/* Layout
/*******************************************************************/

#page{
	width: 720px;
	text-align: left;
	margin: 0 auto;
	background: #fff;
}

#main{
	float : right;
	margin: 0;
	padding: 0;
}

#main #content{
	width: 510px;
	margin: 5px 0 0 10px;
}

#sidebar {
	float: left;
	width: 190px;
	font-size: 11px;
	margin: 30px 0 0 0;
}

#footer {
	clear: both; 	
	padding: 4px 4px 4px 4px;
	text-align:center;
	font-size:85%;
}

/*******************************************************************/
#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;
	padding-bottom : 20px;
	display : none;
}

#top a{
	position: relative;
	top : 10px;
	left: 10px;
	font-size : 32px;
	text-decoration: none;
	background: transparent;
	color: #aaa;
}


#top a:hover{
	color: #aaa;
	background: transparent;
}

/*******************************************************************/

#sidebar li{
	padding: 0px;
	line-height: 1.5em;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0 0 15px 0;

	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
font-size: 11px;
	}


#sidebar a{
	text-decoration: none;

}

#sidebar h2 {
	color: #888;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size : 13px;
	font-weight: bold;
	padding : 2px 0;
}	


#calendar{
	text-align: center;
}

#calendar a{
	text-decoration: underline;
}

/*******************************************************************/



#content{
	padding: 0;
	font-size : 15px;
	line-height: 20px;
}

div#couverture {
	margin-bottom: 3em;
}

div.postbillets {
	margin-bottom: 4em;
	border-top: 4px #ddd dotted;
}

.post {
	margin-bottom: 3em;
}

h2.post-title {
	margin-bottom: 0em;
}

h2.post-title a{
	color : #666;
	font-size : 1.1 em;
	text-decoration: none;
}

.post-info {
	color : #888;
	font-size : 10px;
}

.post-content {
	color : #444;
	font-size : 12px;
}


#commentaires{
	margin-bottom : 2em;
	border-bottom: 4px #ddd dotted;
	background : #F1F1F1;
	padding : 0.5em;
}

#comments {
	border-width : 4px 0 4px 0;
	border-style : dotted;
	border-color : #ddd;
	font-size : 11px;
	padding-bottom : 1em;
}

/*******************************************************************/
#footer{
	clear: both;
	text-align: center;
	margin: 10px 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%;
}

/*******************************************************************/

.pagenav {
	color: #888;
	font-family: Verdana, Arial,Helvetica,sans-serif;
	font-size : 13px;
	font-weight: bold;
	border-top: 4px #ddd dotted;
	padding-top : 20px;
}

p.pagenav a {
	background : #ddd;
	color: black;
	padding: 2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size: 90%;
}

p.pagenav a:hover {
	background:#FF00FF;
	color:white;
}

p.pagenav strong {
	color: black;
	padding: 2px;
	border: 1px solid #bbb;
}

/*******************************************************************/
