@import "layout.css";
@import "strip.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/top/banniere1.gif') no-repeat left top;*/
}

#top1{
	width: 25px;
	height: 102px;
	background: #FFF url('img/top/banniere_01.gif') no-repeat left top;
	position: absolute;
	top: 38px;
	left: 0;
}

#top2{
	width: 311px;
	height: 102px;
	background: #FFF url('img/top/banniere_02.gif') no-repeat left top;
	position: absolute;
	top: 38px;
	left: 25px;
}

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

#top2 a:hover{
	background: #FFF url('img/top/banniere_02bis.gif') no-repeat left top;
}

#top3{
	width: 534px;
	height: 102px;
	background: #FFF url('img/top/banniere_03.gif') no-repeat left top;
	position: absolute;
	top: 38px;
	left: 336px;
}

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

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

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

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

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

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

/* 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: #ff0099;
	font-family: "Trebuchet MS", sans-serif;
	font-size: 2.5em;
	margin: -0.1em 0 1em -0.1em;
}

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

.post-title a:hover{
	color: #ff0099;
}
/*
.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;
	font-size: 10pt;
	margin-right: 3em;
}

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

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

#comments textarea{
	width: 580px;
}

div#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: #66ff00;
}

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

#search p.field{
	width: 220px;
}

#search input{
	width: 120px;
	height: 22px;
	border: 1px solid #fff;
}


#search input#q{
	padding-left: 18px;
/*	background-color: #fff;*/
	background-image: url('img/search_q.gif');
	background-repeat: no-repeat;
	background-position: 0 0;
}
html>body #search input#q{
	background-position: 0 0;
}

#search input.submit{
	width: 26px;
	height: 26px;
	padding: 0 0 0.1em 0;
	background-color: #fff;
	background-image: url('img/search_ok.gif');
	background-repeat: no-repeat;
	background-position: -0.1em -0.1em;
	font-size: 8pt;
	cursor: pointer;
}
html>body #search input.submit{
	background-position: 0.1em 0.2em;
}

#search input.submit:hover{
	background: #fff url('img/search_ok2.gif') no-repeat 0.1em 0.2em;
	cursor: pointer;
}

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

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

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

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

#sidebar div#calendar table td a:hover{
	background: #DBB8DC;
	color: #636;
}

#sidebar #bdacc{
	width: 212px;
	height: 770px;
	background: #fff url('img/sidebar/fondvignette.gif') repeat-y left top;
	margin: 1em 0 0.5em -1em;
}

#sidebar div#tv{
	width: 164px;
	height: 140px;
	background: url('img/sidebar/tozoid-et-vula1.jpg') no-repeat left top;
	margin: 1em 0;
	padding: 0;
}

#sidebar div#tdv{
	width: 164px;
	height: 140px;
	background: url('img/sidebar/tranches-de-vie1.jpg') no-repeat left top;
	margin: 1em 0;;
	padding: 0;
}

#sidebar div#lcat{
	width: 164px;
	height: 140px;
	background: url('img/sidebar/chasse-au-tigre1.jpg') no-repeat left top;
	margin: 1em 0;
	padding: 0;
}

#sidebar div#ml{
	width: 164px;
	height: 140px;
	background: url('img/sidebar/allo-lulu1.jpg') no-repeat left top;
	margin: 1em 0;
	padding: 0;
}

#sidebar div#bl{
	width: 164px;
	height: 140px;
	background: url('img/sidebar/belzie1.jpg') no-repeat left top;
	margin: 1em 0;
	padding: 0;
}

#sidebar div#tv a, #sidebar div#lcat a, #sidebar div#tdv a, #sidebar div#ml a, #sidebar div#bl a{
	width: 100%;
	height: 100%;
	display: block;
	/*margin: 1em 0;*/
}

#sidebar div#tv a:hover{ background: url('img/sidebar/tozoid-et-vula2.jpg') no-repeat left top; }
#sidebar div#lcat a:hover{ background: url('img/sidebar/chasse-au-tigre2.jpg') no-repeat left top; }
#sidebar div#tdv a:hover{ background: url('img/sidebar/tranches-de-vie2.jpg') no-repeat left top; }
#sidebar div#ml a:hover{ background: url('img/sidebar/allo-lulu2.jpg') no-repeat left top; }
#sidebar div#bl a:hover{ background: url('img/sidebar/belzie2.jpg') no-repeat left top; }

#sidebar #credits{
	width: 210px;
	margin: 2em 0 -0.6em 0;
}

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

#sidebar div#radio div{
	margin-top: -2em;
}
html>body #sidebar div#radio div{
	margin-top: 5.5em;
}

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