@import "layout.css";



body{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 76%;
	background: white;
	color: #636267;
}



a:link{color: #980D5E;}
a:visited {color: #980D5E;}


a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}

a img{border: none;}



hr{

	display: none;

}



h1{font-size: 2.4em; font-weight: 100;}

h2{font-size: 1.5em; font-weight: 100;}

h3{font-size: 1.2em}

h4{font-size: 1.1em}

h5{font-size: 1em}

h6{font-size: 1em; font-weight: normal; font-style: italic;}



label{

	cursor: pointer;

	cursor: hand;

}



.field label{

	display: block;

}



fieldset{

	border: none;

}



textarea{

	width: 90%;

}



ul{

	list-style-image: url(images/puce.png);

}



ol{

	list-style: decimal;

}



blockquote{

	padding: 10px;

	padding-bottom: 40px;

	margin: 1em;
	border : 1px solid #EEE

}



pre{

	font-size: 1.2em;

	font-family: monospace;

	border: 1px solid #E0E0E0;

	padding: 1em;

	margin: 0 auto;

	background: #EEE;

	color: #000;

	width: 90%;

	overflow: auto;

}



html>body pre {

	overflow: auto;

	width: auto;

}



.left{

	float: left;

	margin-right: 1em;

}



.right{

	float: right;

	margin-left: 1em;

}



/* Page

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

#page{

	background: #FFF;

	color: inherit;

}



/* Top

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

#top{
	
}



#top h1{
	position: relative;
	letter-spacing: 0.3em;
	background: transparent;
	background-image: url(images/logo.gif);
	background-repeat: no-repeat;
	background-position: center left;
	
}



#top h1 a{

	text-decoration: none;

	color: #636267;

	
	

}



#prelude{
	color: #BDBDBD;
	background: transparent;
	font-size: 0.8em;
}



#prelude a{

	color: #BDBDBD;

	text-decoration: none;

}



/* Contenu

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

.post{

	margin-bottom: 3em;

}



.day-date{

	display: none;

}



.post h2{

	margin-bottom: 0;
	color: #980D5E;
	letter-spacing: 0.2em;

	

}



.post h2 a{

	text-decoration: none;
	color: #980D5E;
	letter-spacing: 0.2em;

}
.post p a{
	border-bottom: 1px solid #D6E15F;
	text-decoration: none;
}



.post-info{

	margin-top: 0;

	font-size: 0.9em;

}



.post-info span{

	display: none;

}



.post-info a{

	border: none;
	text-decoration: none;
	padding-left: 0.6ex;

}



.post p{
	text-align: left;
	line-height: 1.5;
}



.post-info-co{

	clear: both;

	background: transparent;

	padding: 3px;

	

	

}



.post-info-co span{

	visibility: hidden;

}



.post-info-co a{
	text-decoration: none;
	border: 0px;
	padding-left: 14px;
	background: transparent url(images/bulle.png) no-repeat left;
}



.comment-info{

	margin-left: 1em;

}



/* Sidebar

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

#sidebar h2{font-size: 1.5em; letter-spacing: 0.2em; color: #D5E15B;}

#sidebar h3{font-size: 1.5em; letter-spacing: 0.2em;}



#sidebar ul{

	list-style-type: none;

	list-style-image: none;

	margin: 0;

	padding: 0;

}



#sidebar li{

	margin: 0;

	padding: 0;

	display:inline; /* pour IE5 */

}



#sidebar a{
	display: block;
	padding: 0.5ex;
	text-decoration: none;
	color: #636267;
}



#sidebar a:hover{

	

}



/* Footer

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

#footer{

	background: white;

	color: #666;

}



#footer a{

	color: #666;

	background: transparent;

	text-decoration: none;

}


