@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #fff url(img/body.jpg);
	color: #000;
	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: 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;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

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

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

a, a:visited{
	background: transparent;
	color: #000;
	line-height: 2.3em;
	padding: 0.3em;
}
a:hover{
	background: #000;
	color: #F8F5EC;
	line-height: 2.3em;
	text-decoration: none;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	background: transparent url(img/page.jpg) no-repeat center top;
	color: inherit;
	min-height: 1260px;
}
#content a img{
	background: transparent;
	border: none;
}
#content a:hover {
	background: transparent;
	border: none;
}
/* L'entête
-------------------------------------------------------- */
#top{
	height: 155px;
	/*padding-top: 20px;*/
	background: transparent url(img/top.jpg) no-repeat center top;
}

#top h1{
	height: 100px;
	line-height: 100px;
	margin: 0 0 0 140px;
	padding-top: 20px;
	color: #000;
	font-size: 1.9em;
}

#top h1 a{
	text-decoration: none;
	color: #000;
}
#top h1 a:hover{
	text-decoration: none;
	color: #F90;
	background: transparent;
}
#top h1 span{
	text-decoration: none;
	color: #9ED200;
	font-size: 0.7em;
}
/* Le contenu
-------------------------------------------------------- */

.post-title{
	color: #F90;
	background: transparent;
	margin-bottom: 0;
	font-size: 1.6em;
}
.post-content h3{
	text-decoration: none;
	color: #9ED200;
	font-size: 1.2em;
}
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

/* La barre de navigation
-------------------------------------------------------- */

#sidebar div{
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}
#sidebar div ul li {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 100%;
	font-weight: bold;
	color: #F90;
	list-style-type: square;
	margin-left: 20px;
} 
#sidebar h2, #sidebar h3{
	color: #000;
	background: transparent;
	margin: 10px 0;
	padding: 0.3em;
}

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

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

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}
.submit{
	cursor: pointer;
}
#q{
	padding-left: 18px;
	background: #fff url(img/q.png) no-repeat 4px center;
}


/* Le pied de page
-------------------------------------------------------- */
#footer {
	background: transparent;
	height: 600px;
}
#footer{
	margin: 0 1em;
	padding: 1em;
}

#footer a{
	color: #fff;
	background: #000;
	padding: 0.3em;
	text-decoration: none;
}
#atop {
	position: relative;
	bottom: 2em;
	right: 5em;
	text-align: right;
}
