@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #d9e0eb;
	color: #000000;
	font-size: 80%;
	line-height: 1.4em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.2em;}
h2{font-size: 1.4em;}
h3{font-size: 0.9em;}
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: 1px dotted;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
	font-size: 0.7em;
}

input,textarea{
	border: 1px solid #999;
	font-size: 0.7em;
}

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

a{
	color: #f2f0da;
		font-size: 1em;
}

a:visited{
	color: #ffffff;
		font-size: 1em;
}

/*a:hover{
	color: #000000;
	background-color:#f2f0da;
		font-size: 1em;
}*/

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #d9e0eb url(img/page2.jpg) repeat-y center top;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 143px;
	/*padding-top: 20px;*/
	background: #d9e0eb url(img/top2.jpg) no-repeat left top;
}
#btntop{
	height: 145px;
	width:920px;
	position:relative;
	margin:auto;
}
#btntop a{
text-decoration:none;
}
#btntop a:hover{
text-decoration:none;
}
#top h1{
	height: 80px;
	line-height: 80px;
	margin: 0 0 0 150px;
	padding-top: 20px;
	color: #ffffff;
}

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

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

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

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

/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -18px;
	color: #000000;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	color: #2363AB;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #2363AB;
	background: transparent;
	text-decoration: none;
}
.post-title a:hover {
	color: #f2f0da;
	background: #2363ab;
	text-decoration: none;
}
.post-info{
	margin-top: 0;
	color: #ffffff;
	background: transparent;
	padding-bottom: 1ex;
	border: 1px solid #000000;
}

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

.post-content{
	text-align: justify;
	padding-right: 15px;
}

.post-content a{
	color: #000000;
	text-decoration: underline;
}

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

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

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

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	border-bottom: 2px solid #d9e0eb;
	border-top: 2px solid #d9e0eb;	
	background: #d9e0eb url(img/fond_menu.jpg) repeat-y center top;
	color: inherit;
	padding-left:15px;
}

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

#sidebar h2{
	color: #f6ebc3;
	margin: 0 0 1ex 0;
}

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

#sidebar div#search{
	background: #d9e0eb url(img/fond_menu.jpg) repeat-y center top;
	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: #ffffff;
	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: #000000;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #d60021;
	color: #ffffff;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0;
	padding: 1em;
	background: #d9e0eb url(img/page2.jpg) repeat-y center top;
	color: #666;
}

#footer a{
	color: #999;
}
