/* IMPORTANT */
/* This design is not a template. You may not reproduce it elsewhere without the designer's written permission. However, feel free to study the CSS and use techniques you learn from it elsewhere. */

@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background:#9E9784 url(medias/fond_html.gif) repeat-x;
	color: #333;
	font:0.7em  Verdana, Arial, Helvetica, sans-serif;
}
h1, h2, h3, h4, h5, h6{
	font-weight:bold;
	font-family:"Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

code{
	display:block;
	line-height:130%;
	background:#ddd;
	border:1px solid #000;
	padding:10px;
	font:1em "Courier New", Courier, mono;
}
pre{
	font-size: 1.2em;
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}
fieldset{
	border: none;
}
input[type=submit]{
	background:#fff url(medias/fond_input.gif) no-repeat;
	border-bottom:1px solid #9C8E6C;
	border-right:1px solid #9C8E6C;
}
.field label{
	display: block;
}
input,textarea{
	font-size: 1em;
	border: 1px solid #999;
}

textarea{
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
a{
	color: #5785A4;
}
a:visited{
	color: #5785A4;
}
a:hover{
	color: #5785A4;
}
.left{
	float: left;
	margin-right: 1em;
}
.right{
	float: right;
	margin-left: 1em;
}
img{
	border:none;
	}
/* La page
-------------------------------------------------------- */
#page{
	background:#fff url(medias/fond_page.gif) repeat-y;
	color: inherit;
}
/* L'entête
-------------------------------------------------------- */
#top{
	background: #fff url(medias/fond_top.jpg) no-repeat;
}
/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	display:none;
}
/* Le contenu
-------------------------------------------------------- */
#maincontaineur{
	background:transparent url(medias/fond_content.jpg) no-repeat bottom left;
}
#main{
	background:transparent url(medias/fond_main.jpg) no-repeat;
}
.post-info{
	font-size:0.9em;
	color:#888;
	background: transparent;
}
.post-chapo{
	font-style:italic;
}
.post-chapo img{
	display:none;
}
.post-title a,.post-info a,.post-info-co a{
	color:#1D8FDB;
	background: transparent;
	text-decoration: none;
}
.post-title a:hover,.post-info a:hover,.post-info-co a:hover{
	background:transparent url(medias/fond_lien.gif) repeat-x bottom;
	color:#5785A4;
}
.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}
.post-info-co{
	text-align: right;
}
#trackbacks blockquote, #comments blockquote{
	border: 1px solid #eee;
}
/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: inherit;
}
#sidebar h3{
	color:#9ED200;
}
#sidebar h2{
	color:#413414;
	font-size:1.2em;
	font-weight:bold;
	background:#A39572 url(medias/fond_sidetitle.gif) no-repeat;
}
#sidebar div ul{
	list-style:none;
}
#sidebar div ul li{
	background:url(medias/fond_lien.gif) repeat-x bottom;
}
#sidebar div ul a{
	background:transparent url(medias/puce.gif) no-repeat;
	text-decoration:none;
	font-weight:bold;
	color:#E5D9BC;
}
#sidebar div ul a:hover{
	background:transparent url(medias/puceh.gif) no-repeat;
	color:#fff;
}
#sidebar h3{
	color:#9ED200;
	font-size:1em;
}
#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}
#sidebar #syndicate .rssfeed,#sidebar #syndicate .atomfeed{
		background: #fff url(img/q.png) no-repeat top center;
}
#sidebar #syndicate .rssfeed,#sidebar #syndicate .atomfeed{
		width:80px;
		height:15px;
		margin:0;
		padding:0;
		background: #fff url(medias/rssfeed.gif) no-repeat;
}
#sidebar #syndicate a{
	background:none;
}
#sidebar #syndicate .rssfeed{
		background:transparent url(medias/rss1.gif) no-repeat;
}
#sidebar #syndicate .atomfeed{
		background:transparent url(medias/atom.gif) no-repeat;
}
#sidebar #syndicate span{
		visibility:hidden;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	background:transparent url(medias/fond_footer.jpg) repeat-x bottom left;
	font-size:0.9em;
	color:#E5D9BC;
}

#footer a{
	color:#fff;
	text-decoration:none;
}
#liensDivers{
	display:none;
}