
/* thème Alpha, Bernard Le Poder*/

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

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Helvetica, sans-serif;
}

h1{font-size: 2em;}
h2{font-size: 1.3em;}
h3{font-size: 1.1em;}
h4{font-size: 1.1em;}
h5{font-size: 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;
	
}

input,textarea{
	border-top: 1px solid #463F28;
	border-left: 1px solid #463F28;
	background: #F9F8F0;
	border-right: 0px;
	border-bottom: 0px;
}

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

a{
	color: #1A4F00;
	text-decoration: none;
}



a:hover{
	color: #999933;
	text-decoration: underline;
}

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

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


/* La page
-------------------------------------------------------- */
#page{
	color: #000000;
	background: #FFFFFF;
	padding: 0px;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 120px;
	margin: 0px;
}

#top h1{
	color: #000000;
	margin: 0 0 0 1em;
	padding-top: 40px;
	font-size: 2.5em;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
}
.h1span{
	font-size: 0.8em;
	color: #000000;
	margin-left: 0.5em;
	font-weight: bold;
}

#top h1 a{
	text-decoration: none;
	color: #000000;
}
#top h1 a:hover{
	text-decoration: none;
	color: #C8E4A7;
}
#top p{
	font:  1.2em/1.5em Arial, Helvetica, sans-serif;
	color: #888A73;
	padding: 0px;
	margin-left: 2.5em;
	width: 400px;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	color: #FFFFFF;
	text-align: right;
	background: #3BB000 url(../../images/fondpre.gif);

	}
	

#prelude a{
	color: #FFFFFF;
	font-size: 0.9em;
}

#prelude a:hover{
	color: #C4E6AC;
	text-decoration: underline;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #9A925F;
	font-size: 1em;
	border-bottom: 1px solid #C0BFA5;
	width: 510px;
	clear: both;
	margin: 0px;
	padding: 0px 0px 5px;
	text-align: left;
}

.post-title{
	color: #000000;
	background: url(../../images/icov.gif) no-repeat left 2px;
	margin-bottom: 0;
	padding-left: 1em;
}

.post-title a{
	color:#000000;
	text-decoration: none;
	
}
.post-title a:hover{
	color:#243E02;
	background: transparent;
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	color: #888A73;
	background: transparent;
	padding-bottom: 1em;
	font-size: 0.9em;
	padding-top: 1em;
}

.post-info a{
	color: #1A4F00;
	background: transparent;
	
}
.post-info a:hover{
	color: #82862D;
	text-decoration: underline;	
}

.post-content{
	text-align: justify;
}
.post-content img{
	margin: 5px;
	padding: 5px;
	border: 2px solid #E8E6C9;
}

.post-content blockquote{
	font-size: 0.85em;
	margin: 0px;
	color: #666666;
	padding-right: 10px;
	padding-left: 10px;
}

.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{
	margin: 0em 0em 1em;
	background: #E8E6C9;
	padding-bottom: 0.5em;
}

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

#sidebar li {
	display : block;
	margin-top : 0.15em;
	padding-left : 1.5em;
	background: url(../../images/fleche-v.gif) no-repeat left 6px;
	margin-left: 1em;
	margin-bottom: 0.1em;
}
img.vign{
	border: 1px solid #666666;
	padding: 4px;
	width: 126px;
	margin: 10px 0px 0px 25px;
}
img.vign a{
	text-decoration: none;
}
img.vign a:hover{
}


#sidebar a {
	text-decoration : none;
	color: #000000;
	font-size: 0.85em;
}

#sidebar a:hover {
	color : #82862D;
	text-decoration: underline;
}
#sidebar h2 {
	color: #FFFFFF;
	font-size: 0.9em;
	padding-bottom: 0.1em;
	background: #3BB000;
	line-height: 14px;
	font-family: Tahoma, Verdana, Arial, sans-serif;
	letter-spacing: 0.1em;
	text-align: center;
	border-bottom: 2px solid #C4E6AC;
	margin: 0px;
}
 #sidebar h3{
    font-size: 1em;
	margin: 0;
	color: #82A40B;
	margin: 0 0 1ex 0;
	font-size: 1.2em;
}
#contact h2{
	background: url(../../images/fondh2.gif) no-repeat left top;
}
#sidebar div#search{
	
	
}

#search fieldset, #search p{
	padding: 0;
	margin-left: 2em;
	margin-right: 0px;
}

#q{
	
}

#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;
}
#calendar abbr {
	border : none;
}

#sidebar div#calendar table th{
	color: #333333;
	background: transparent;
	font-size: 0.9em;
}

#sidebar div#calendar table td{
	border : none;
	padding : 1px;
	color: #463F28;
}

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

#sidebar div#calendar table td a:hover{
	background: #BCBB7E;
	color: #000000;
	font-weight: bold;
}


/* Le pied de page
-------------------------------------------------------- */
#footer{
	margin: 0 0 3em;
	background: #3BB000 url(../../images/fondpre.gif) no-repeat left top;
	color: #FFFFFF;
	text-align: left;
	font-size: 0.8em;
	padding-left: 2em;
}

#footer a{
	color: #FFFFFF;
	text-align: left;
}
