@import "layout.css";

/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #FFCCFF;
	color: #DFBA99;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

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

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

img{
	background-color: #FFF;
	padding: 9px;
	border: 1px solid #FFCCFF;
}

img a:hover{
	border: 1px solid red;
}

pre, code{
	font-size: 1.1em;
	line-height: 1.4em;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
}

.field label{
	display: block;
}

acronym, abbr {
	cursor: help;
}

input,textarea{
	border: 1px solid #999;
}

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

a{
	color:#FFCCCC;
	font-weight: bold;
	text-decoration: none;
}

a:visited{
	color: #FFCCCC;
}

a:hover{
	color: white;
}

.smiley{
	background: transparent;
	padding: 0;
	border: none;
}

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

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

.page{
	color: inherit;
}

/* L'entête
-------------------------------------------------------- */
#haut{
background-image:url(http://www.emiliescookies.com/images/top-blog.jpg);
	background-color:#FF3366;
}

#top{
	background-color: transparent;
	border-top: 1px solid #DFBA99;
}

#top img{
background-color:transparent;
border:0px;
padding:0px;
}

#top h1{
	margin: 0;
	padding: 15px 15px 0 15px;
	color: #FFFFFF;
}

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

#top img{
	margin: 10px auto 10px auto !important;
	margin: 10px auto 25px auto;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background-color:#7F5027;
}

#prelude p{
	margin-bottom: 0;
	padding: 15px;
}

#prelude blockquote{
	font-style: italic;
	margin-bottom: 0;
	margin-top: 0;
	padding-bottom: 15px;
}

#prelude cite{
	display: block; 
	margin-top: 10px; 
	text-align: right;
	font-style: normal;
}

/* Le contenu
-------------------------------------------------------- */
#main{
	background-color: #7F5027;
}

.day-date{
	border-top: 1px solid #DFBA99;
	padding-right: 10px;
	margin: 0 -15px 0 -15px;
	color: #CFBA87;
	font-style: italic;
	text-align: right;
	text-transform: capitalize;
}

.date { /* date */	font-family: arial, helvetica, sans-serif;
	width: 4em;
	float: right;
	color:#FFCCFF;
	line-height: 2.3em;
	margin: 0 10px 10px 0;
	padding-right: 5px;
	border-left: 1px solid #adbcbc;
	font-size:.8em;
	text-align:center;
}

.date_day { /* jour */
	font-size: 3em;
}

.date_month { /* mois */
	font-size: 3em;
	font-weight:bold;
	margin-left:5px;
}

.date_year { /* annee */
	font-size:1.4em;
	line-height:.9em;
}

#main h2{
	font-size: 1.7em;
	margin-top: 5px;
}

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

.post-title a:link, .post-title a:visited, .post-title a:hover{
	color: #FFCCFF;
	background: transparent;
	text-decoration: none;
	font-weight: bold;
}

.post-info {
	margin-top: 0;
	color:#FFCCFF;
	background: transparent;
	padding-bottom: 0.5ex;
	font-size: 0.89em;
}

.post-info a{
	color: #FFCCFF;
	background: transparent;
	text-decoration: none;
	font-weight: normal;
}

.post-info a:hover{
	color: #FFCCFF;
	text-decoration: underline;
}

.post-content, .post-chapo{
	text-align: justify;
	font-size: 1em;
}

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

.post-info-co{
	font-size: 0.89em;
	text-align: right;
	color: #FFCCCC;
}

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

.post-info-co a:hover{
	color: #FFCCCC;
	text-decoration: underline;
}

.error{
	border-top: 1px solid #DFBA99;
	padding: 15px;
}

.error-com{
	border-top: none;
}

/* Les commentaires et les tracbacks 
-------------------------------------------------------- */
#trackbacks, #comments{
	padding: 0 15px;
}

#trackbacks blockquote, #comments blockquote{
	background-color: #EBEDBA;
	margin: 5px 0 1em 0;
	padding: 5px 1em;
}

.comment-number a{
	font-size: 2em;
	font-weight: normal;
	vertical-align: middle;
}

#apercu {
	padding: 0 15px;
}

#titreapercu {
	border-top: 1px solid #DFBA99;
	padding: 10px 15px 0 15px;
	margin: 0;
}

#comment-form fieldset{
	width: 450px;
	margin: 0;
}

#comment-form input, #comment-form textarea{
	border: 1px solid #DFBA99;
	background-color:#663300;
}

#comment-form input:hover, #comment-form textarea:hover, #comment-form input:focus, #comment-form textarea:focus{
	background-color: #F7F8DB;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div{
	color: #7F5027;
	background : transparent;
	border-top: 1px solid #7F5027;
	margin-top: 1em;
	line-height: 1.2em;
}

#sidebar a{
	color: #7F5027;
	font-weight: normal;
}

#sidebar a:hover{
	color:#FFF;
}

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

#archives li{
	text-transform: capitalize;
}

#sidebar h2{
	color: #7F5027;
	margin: 2px 0 0 0;
	text-align: left;
}
#sidebar h3 {
	color: #7F5027;
	margin: 2px;
	text-align: left;
}
#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
}

#search form {
	margin: 0;
	padding: 0;
}

#search input, #search textarea{
	border: 1px solid #BBB;
	background-color: #663300;
	color: #DDD;
}

#search input:hover, #search textarea:hover, #search input:focus, #search textarea:focus{
	border: 1px solid #7F5027;
	background-color:#663300;
	color: #FFF;
}

#search fieldset, #search p{
	margin: 0;
	padding: 10px 0 0 1em;
}

#sidebar div#calendar{
	border-top: none;
	margin-top: 0;
}

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

#sidebar div#calendar a{
	font-weight: bold;
} 

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

#sidebar div#calendar table th{
	color: #7F5027;
	background: transparent;
	font-weight: normal;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
}

#sidebar div#calendar table td a{
	display: block;
	background: transparent;
	border: 1px solid #BBB;
	color: #7F5027;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #7F5027;
	color: #DFBA99;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	padding: 1em;
	background-color: #FFF;
	color: #999;
	font-size: 0.7em;	
}

#footer a, #footer a:visited{
	color: #999;
}

#footer a:hover{
	color: #7F5027;
}