@import "layout.css";
@import "menu.css";

body{
	background: url(styles/fond.jpg) no-repeat center top /*fixed*/;
	background-color: #ffffff;
	color: #000;
	font-size: 80%;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;

}


body {
	margin: 0;

}

a:link {
    color: #999999;
}
a:visited {
    color: #999999;
}
a:hover {
    color: #7eff00;
}
a:active {
    color: #999999;
}

#absolute{
        position: relative;
		width: 100%;
		height: 100%;
		margin: 0 auto;

}

#barre_top {
        background: url(styles/barre_top.png) top center no-repeat;
		width: 1255px;
		height: 194px;
        margin: 0 auto;
}

#fond {
        /*background: url(styles/fond.png) center;
        /*background-color: #ffffff;
				width: 1255px;
		background-repeat: repeat-y;
        margin: auto;*/
}

/*#fond_static {
        background: url(styles/fond2.png) center repeat-y;
		width: 1255px;
        margin: 0 auto;
}*/



#pied_de_page {
        background: url(styles/fond2_bas.png) center no-repeat;
		width: 1255px;
		height: 40px;
        margin: 0 auto;
}

#fond2_bas {
        background: url(styles/pied_de_page.png) center no-repeat;
		width: 1255px;
		height: 24px;
        margin: 0 auto;
}

#copy {
    text-decoration: none;
    font-family:"Tahoma";
    font-variant:small-caps;
    font-size:0.90em;
    color: #efefef;
    text-align: center;
    line-height:22px;
    height: 34px;
    z-index: 10; letter-spacing: 0; 
	display: block;
    margin: auto;
}


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;
}

.field label{
	display: block;
}

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

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


a{
	color: #000;
}

a:visited{
	color: #686868;
}

a:hover{
	color: #519238;
}

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

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

#prelude{
	background: transparent;
	color: #636363;
	text-align: center;
}

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

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

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #840000; /*Couleur date*/
	background: transparent url(img/day-date.png) no-repeat left center;
	font-style: oblique;
}

.post-title{
	color: #840000; /*Couleur du titre*/
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #840000; /*Couleur des titres survolés*/
	background: transparent;
	text-decoration: none;
}



.post-info{
	margin-top: 0;
	color: #840000; /*Couleur des sous titres*/
	background: transparent;
	padding-bottom: 1ex;
border-bottom: 1px solid #8ba7c1;
}

.post-info a{
	color: #840000; /*Couleur des sous titres survolés*/
	background: transparent;
	text-decoration: none;
}

.post-content{
	text-align: justify;
	color: #840000; /*Couleur du texte du contenu*/
}

.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;
}

#sidebar div{
	border-bottom: 1px solid #c6c6c6;
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
font-family:"Tahoma";
    font-variant:small-caps;
    font-size:1.40em;
    color: #374823;

    line-height:34px;
    height: 34px;
    z-index: 10; letter-spacing: 0;

    margin: auto 20px;
	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{

}

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

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

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

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

#sidebar div#calendar table td a{
	display: block;
	background: #840000; /*Couleur fond jour actuel*/
	color: #424242;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	background: #840000; /*Couleur texte jours*/
	color: #424242;
}

