@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
*

body{
	background: #EFEAE9 url("img/bg.jpg") repeat-x;
	color: #30211F;
	font-size: 80%;
	/*line-height: 1.4em;*/
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	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;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

a:active,a:link,a:visited{
	color: #9DD0D9;font-weight:bold;text-decoration:underline
}

a:hover{
	color: #60B3C1;
}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

p{
	margin: 0px;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #FFF url("img/bg-page.jpg") repeat-y top left;
	width:1022px;
	color:#4E5458}

#main{width:600px;float:right;margin-right:90px}
#sidebar{width:250px;float:left;margin-left:55px}

#footer{
	background: url("img/bg-down.jpg") no-repeat bottom;
	color: #CCCCCC;
	text-align:center;
	height:36px;
	font-size: 11px;
	padding-top:42px;
}

#footer a{color: #FFF;}
/* L'entête
-------------------------------------------------------- */
#top{
	height: 229px;
	width:1022px;
	background: url("img/bg-top.jpg") no-repeat top left;
}

#presentation{
	width:610px;
	font-size:10px;
	line-height:10px;
	float:right;
	margin-top:90px;
	margin-right:90px;
	color:#333333;
	
}

#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 40px;
	padding-top: 20px;
	color: #FFFFFF;
}

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #A77E7A;
	text-align: center;
}

#prelude a{
	color: #A77E7A;
	background: transparent;
}

#prelude a:hover{
	color: #A77E7A;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #666666;
	font-size:10px;
	text-transform: uppercase;
}

.post-title{
	color: #C2B08D;
	background: transparent;
	margin-bottom: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	/*font-weight:bold;*/
	font-size:22px;
}

.post-title a{
	color: #AC9B8A;
	background: transparent;
	text-decoration: none;
	
}

.post-info{
	margin-top: 0;
	background: transparent;
	padding-bottom: 1ex;
	color: #999999;
	font-size:10px;
	text-transform: uppercase;
}

.post-info a{
	color: #A77E7A;
	background: transparent;
	text-decoration: none;
}

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

.post-content img{
	text-align: center;border:1px solid #ccc;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

.post-info-co a:active,.post-info-co a:link,.post-info-co a:visited{
	color:#999999;font-weight:normal
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 1px solid #F0F0F0;
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #A77E7A;
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}

#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

#sidebar div#calendar table{
	font-size: 0.8em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #A77E7A;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 1px solid #EEE;
}

#sidebar div#calendar table td a{
	display: block;
	background: #000;
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #999999;
	color: #FFF;
}

.rss {color:#E97626;}
.rss a:active,.rss a:link,.rss a:visited{font-weight:bold;color:#E97626;text-decoration:none}
.rss a:hover{font-weight:bold;color:#B95513;text-decoration:none}

