@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	margin-bottom: 0px;
	font-size: 12px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #525252;
	background-color: #C1C5AF;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
}

h1{font-size: 17px;}
h2{font-size: 16px;}
h3{font-size: 15px;}
h4{font-size: 14px;}
h5{font-size: 13px;}
h6{font-size: 1em;}

pre, code{
	font-size: 12px;
}

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

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input,textarea{
	font-family: Tahoma;
	font-size: 10px;
	color: #5c5c50;
	font-weight: normal;
}

textarea{
	width: 100%;
	font-size: 1em;
}

a{
	color: #a39f7b;
	font-weight: normal;
	text-decoration: none;
}

a:visited{
	color: #a39f7b;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
}

a:hover{
	color: #a39f7b;
	font-weight: normal;
	font-style: normal;
	line-height: normal;
	font-variant: normal;
	text-transform: none;
	text-decoration: underline;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: #C1C5AF url(img/page.jpg) repeat-y center top;
	color: inherit;
}

/* L'entête
-------------------------------------------------------- */
#top{
	margin-left:0px;
	height: 277px;
	width:778px;
	background: #FFF url(img/top.jpg) no-repeat left top;
}

#top h1{
	height: 20px;
	margin: 0 0 0 100px;
	padding-top: 10px;
	color:#BCB99D;
	font-weight: bold;
}

#top h1 a {
	text-decoration: none;
	color:#a39f7b;
	font-size: 1.3em;
	font-weight: bold;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #BCB99D;
	font-size: 13px;
	text-align: center;
	float:right;
	margin:-10px 60px 0px 0px !important;
	margin:-18px 30px 0px 0px;
}

#prelude a{
	background: transparent;
	color: #BCB99D;
	font-size: 13px;
}

#prelude a:hover{
	background: transparent;
	color: #BCB99D;
	font-size: 13px;
}

#mainmenu a{
	background: transparent;
	color: #941F1F;
	font-size: 16px;
	font-weight:bold;
}

#mainmenu a:hover{
	background: transparent;
	color: #941F1F;
	font-size: 16px;
	font-weight:bold;
}
/* Le contenu
-------------------------------------------------------- */
.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: italic;
}

.post-title{
	text-decoration: none;
	font-weight: bold;
	color: #426625;
	background: transparent;
}

.post-title a{
	text-decoration: none;
	font-weight: bold;
	color: #426625;
	background: transparent;
}

.post-info{
	margin-top: 0;
	color: #426625;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

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

.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;
	margin: 1em 0;
	padding: 1ex 1em;
}

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

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

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

#sidebar h3{
	font-size: 16px;
	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;
}


/* Le pied de page
-------------------------------------------------------- */
#pre-footer{
	border-top: 1px solid #F0F0F0;
	padding-top:10px;
}

#footer{
	background: url(img/footer.gif) no-repeat center top;
}

