@import "layout.css";
 
/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	background: #fff;
	color: #000;
	font-size: 9pt;
	line-height: 1.6em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

img{
	border: none;
}

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{
	color: #000;
}
/*
a:visited{
	color: #663;
}

a:hover{
	color: #636;
}
*/
.left{
	float: left;
	margin-right: 1em;
}

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

/* Preload
-------------------------------------------------------- */
#preload{
	display: none;
}

/* La page
-------------------------------------------------------- */
#page{
	background: #fff;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#top{
	height: 140px;
	background: #FFF url('img/banshop1.gif') no-repeat left top;
}

#top1{
	width: 25px;
	height: 102px;
	background: transparent;
	position: absolute;
	top: 38px;
	left: 0;
}

#top2{
	width: 500px;
	height: 102px;
	background: transparent;
	position: absolute;
	top: 38px;
	left: 25px;
}

#top2 a{
	width: 100%;
	height: 100%;
	display: block;
}

#top2 a:hover{
	background: #FFF url('img/banshop2.gif') no-repeat -25px -38px;
}

#top3{
	width: 534px;
	height: 102px;
	background: transparent;
	position: absolute;
	top: 38px;
	left: 336px;
}

#top4{
	width: 200px;
	position: absolute;
	top: 55px;
	left: 670px;
	line-height: 1.2em;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
}
html>body #top4{
	top: 42px;
}

#top4 a{
	text-decoration: none;
	color: #000;
}

#top4 a:hover{
	color: #ff0099;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #696969;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 10pt;
	text-transform: capitalize;
	margin-top: 0.1em;
}

.post-title{
	color: #66ff00;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2.5em;
	margin: -0.1em 0 1em -0.1em;
}

.post-title a{
	color: #66ff00;
	text-decoration: none;
}

.post-title a:hover{
	color: #66ff00;
}
/*
.post-info{
	margin-top: 0;
	color: #FA0;
	background: transparent;
	padding-bottom: 1ex;
}

.post-info a{
	color: #FA0;
	background: transparent;
	text-decoration: none;
}
*/
.post-content{
	width: 590px;
	text-align: left;
}

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

.post-info-co{
	text-align: left;
	font-size: 8pt;
	margin: 4em 0 2em 0;
}

.post-info-co a{
	text-decoration: none;
}

.post-info-co a#co{
	border-width: 2px;
	border-style: dotted;
	border-color: #000;
	border-left-width: 0;
	border-right-width: 0;
	/*color: #FF0099;*/
	color: #66FF00;
	font-size: 10pt;
	margin-right: 3em;
}

.post-info-co a:hover{
	color: #66ff00;
}

.post-info-co a#co:hover{
	color: #ff0099;
	border-color: #ff0099;
}

.post-info-co a#tb:hover{
	color: #ff0099;
}

#comments textarea{
	width: 580px;
}

#comments{
	margin-bottom: 4em;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
	background-color: #dfdfdf;
}

div#comments h3, div#trackbacks h3{
	color: #FF0099;
	font-weight: normal;
}

div.line{
	width: 300px;
	height: 11px;
	background: #fff url('img/line.gif') repeat-x left center;
	margin: 1em 0 -2em -0.1em;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border-left: 1px solid #ddd;
	padding-top: 1em;
	z-index: 2;
}

#sidebar div{
	color: #999;
}

#sidebar div a{
	text-decoration: none;
	font-size: 8pt;
	color: #999;
	vertical-align: top;
}

#sidebar div a:hover{
	color: #ff0099;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: 1.3em;
}

#sidebar div li{
	padding-left: 0.2em;
}
/*
#sidebar div li:hover{
	color: #66ff00;
}
*/
#sidebar h2{
	color: #696969;
	margin: 0 0 1ex 0;
	font-size: 1.3em;
	font-weight: bold;
}

#sidebar h3{
	color: #696969;
	font-size: 1em;
	margin: 0;
	padding-left: 0.1em;
}

#sidebar div#newsletter p{
	font-size: 7pt;
	margin: -1em 0 0 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;margin: 0 0 0 1em;
}

#search input.submit{
	height: 20px;
	background-color: #fff;
	color: #a4a4a4;
}
html>body #search input.submit{
	height: auto;
}

#search input.submit:hover{
	background-color: #ff0099;
	color: #fff;
	cursor: pointer;
}

/*
	background: transparent url('img/search_q.gif')no-repeat left top;
	background: transparent url('img/search_ok.gif') no-repeat left top;
	background: transparent url('img/search_ok2.gif') no-repeat 0.1em 0.2em;
*/

div#count{
	font-size: 8pt;
	padding-top: 3em;
	display: block;
	text-indent: 0.5em;
	background: #fff;
	margin-left: -0.1em;
	position: absolute;
	z-index: 1;
}
html>body div#count{
	padding-top: 2em;
}

/* Le pied de page
-------------------------------------------------------- */
#footer{
	color: #ff0099;
	text-align: left;
	float: left;
	margin: -3.6em 0 6em -1.1em;
}

#footer a{
	color: #ff0099;
}

#footer a:hover{
	color: #66ff00;
}

#footer p.pagenav{
	margin: 1.6em 0 0 1.2em;
}
html>body #footer p.pagenav{
	margin: 1.2em 0 0 0;
}