@import "layout.css";

body{
	font-family: Arial, Helvetica, "Bitstream Vera Sans", sans-serif;
	font-size: 76%;
	background: #e6ddce url(images/fond.jpg) repeat-x;
}

a:link{color: #444;}
a:visited{color: #666;}
a:hover{color: #111;}
a[hreflang]:after {content: "\0000a0[" attr(hreflang) "]"; color:#999; background:transparent;}
a img{border: none;}

hr{
	display: none;
}

h1{font-size: 1.8em}
h2{font-size: 2.0em;}
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{
	background: #f1ede4 url(images/blockquote.png) no-repeat left bottom;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
}

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;
}

/* Header
******************************************************************/
#header{
	background: url(images/bg_header-blogs.png) no-repeat left top;
	/*height: 81px;*/
	color: #fff;
}

/* Page
******************************************************************/
#page{
	background: #FFF;
	color: inherit;
}

/* Top
******************************************************************/
#top{
	background: #00C url(images/bandeau.jpg) no-repeat left top;
	height: 150px;
}

#top h1{
	letter-spacing: -1px;
}

#top h1 a{
	text-decoration: none;
	color: #FFF;
	background: none;
}

#prelude{
	color: #FFFFFF;
	background: transparent;
	font-size: .8em;
}

#prelude a{
	color: #FFFFFF;
	text-decoration: none;
}

/* Contenu
******************************************************************/
.post{
	margin-bottom: 3em;
}

.post-content, .post-chapo{
	text-align: justify;
	}

.day-date{
	display: none;
}

.post h2{
	margin-bottom: 0;
	padding-left: 0px;
	}

.post h2 a{
	text-decoration: none;
}

.post-content, .post-chapo{
	text-align: justify;
	}


.post-description {
	margin-top: 0;
	font-size: 0.9em;
	color: black;
	float: none;
	font-style: italic;
}

.post-info{
	margin-top: 0;
	font-size: 0.9em;
	color:#AEAEAE;
	float: none;
}

.post-info span{
	display: none;
}

.post-info a{
	border-left: 1px solid #666;
	padding-left: 0.6ex;
}

.post p{
	text-align: justify;
}

.post-info-co{
	border-style:solid;
	border-color:#f1ede4;
	border-bottom:1px;
	border-top:1px;
	border-top-color:#f1ede4;
	border-left:0;
	border-right:0px;
	padding: 3px;
	-moz-border-radius: 4px;
}

.post-info-co span{
	visibility: hidden;
}

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

.comment-info{
	margin-left: 1em;
}

.post-title  {
	color: #345680;
}

.post-title  a:link, .post-title  a:visited {
	color: #507cb2;
}

.post-title  a:hover {
	color: black;
}

/* Sidebar
******************************************************************/
#sidebar h2{font-size: 1.1em; line-height:0;}
#sidebar h3{font-size: 1.1em;}

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

#sidebar li{
	margin: 0;
	padding: 0;
	display:inline;
	line-height:0.9;
}

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

#sidebar a:hover{
	background: #FFF url(images/menu.gif);
}

#calendar{
	text-align: center;
}

#calendar h2{
	display: none;
}

#calendar table{
	font-size: 0.8em;
}

#calendar caption a{
	display: inline;
}

#calendar td{
	text-align: center;
}

#calendar td a{
	font-weight: bold;
	border: 1px dotted;
	padding: 0;
}


/* Avatar
******************************************************************/
.avatar {
	width:55px;
	height:55px;
}

/* Footer
******************************************************************/
#footer{
	
}

#footer a{
	color: #666;
	background: transparent;
	text-decoration: none;
}

.author {
	display: inline;
}

.authorAvatar {
	float: left;
	padding-right: 1em;
}

.post-content ul li {
	padding-bottom: 2em;
}


ul.sublist  {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	list-style: disc;
}

ul.sublist  li {
	padding-top: 0.7em;
	padding-bottom: 0.7em;
	list-style: disc;
}
