@import "layout.css";

/* ***** BEGIN LICENSE BLOCK *****
 *
 * Copyright (c) 2006  N. Vergères All rights
 * reserved.
 *
 * ***** END LICENSE BLOCK *****
 *
 * Author:
 *  N. Vergères  http://www.atypique.ch
 */

/*******************************************************************************
 * GLOBAL TAG
 ******************************************************************************/
 
html {background: #e0e2e9 url(img/bg.jpg) repeat-x;}

body, table, td, tr, p, div, a, select, input, small, option, optgroup, fieldset, textarea, div{
color:#686E78;
font-size: 12px;
font-family: Tahoma, Arial, Helvetica, sans-serif;
}

pre {
	border: 1px solid #CCC;
	font-size: 1.1em;
	line-height: 1.2em;
	overflow: auto;
	width: 100%;
}

html>body pre {
	overflow: auto;
	width: auto;
}
.form-help{
	color:#7A3237;
}
input{
border: 1px solid #B1B0A8;
}
input.checkbox, input.radio{
	
border-width: 0px;
}
input.submit{
background: #a3a193 url(img/bg_bt.png);
font-weight: bold;
color:#7A3237;
cursor: pointer;
cursor: hand; /* pour IE */

}

input.preview{
background: #686E78 url(img/bg_bt2.png);
font-weight: bold;
color:#ffffff;
cursor: pointer;
cursor: hand; /* pour IE */

}

/*******************************************************************************
 * Top nav
 ******************************************************************************/
.topnavborder{
	border-left: 1px solid #ffffff;
}
.topnavbg{
	background: #a8acb7 url(img/bg_nav.png) repeat-x;
	border-top: 1px solid #ffffff;
}

a.topnav:link, a.topnav:active, a.topnav:visited, a.topnav:hover {
	color:#121b46!important;
	font-size: 13px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	font-weight: bold;
	font-variant: small-caps;
}
a.topnav:hover{
	color:#616670!important;
	background-color:#e0e2e9;
}

 #trail{
   padding:10px 5px 10px 3px ;
   position: relative;
   z-index:2;
	color:#7A3237;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

#trail a{
	font-weight: normal;
	text-transform: none;
}
 /*******************************************************************************
 * titre général des pages
 ******************************************************************************/
 #pagetitlecomic{
 	color: #121b46;
	font-weight: bold;
	font-family: Impact, Helvetica, sans-serif;
	font-size: 3em!important;
	font-variant: small-caps;
 }
 
 #pagetitle{
 	color: #121b46;
	font-weight: bold;
	font-family: Impact, Helvetica, sans-serif;
	font-size: 3em!important;
	font-variant: small-caps;
 }
  /******************************************************************************/
acronym, abbr{
	border-bottom: 1px dotted;
	cursor : help;
}

a:link, a:active, a:visited, a:hover {
color:#7a3237;
 text-decoration: none;
}
a:hover {
color:#000000;
text-decoration: underline;
}

a[hreflang]:after{
	content: "\0000a0(" attr(hreflang) ")";
	color: #999;
	background: transparent;
}



a img{
	border: 0;
}

fieldset{
	border: none;
	width: 100%;
}

label{
	cursor: pointer;
	cursor: hand; /* pour IE */
}

input[type=text], textarea{
	border: 1px solid #AAA;
}

input[type=text]:focus, textarea:focus{
	border: 1px solid #666;
}

textarea{
	width: 80%;
}

/* 
Classes spéciales pour insérer des images par exemple 
Les élements rendus "flottants" avec ces classes ne
dépassent pas du billet grâce à la classe .post-info-co
*/
.right{
	float: right;
	margin-left: 1em;
}

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

/* Page
********************************************/
#page{ }

/* main
********************************************/
#maintable{
	background-color: #efeee4;
	border-left: 1px solid #ffffff;
	padding-left: 12px;
}
#mainsidebar{
	background-color: #efeee4;
	border-right: 1px solid #ffffff;
	padding-right:10px;
}

#mainfooter{
	background-color: #efeee4;
	border: 1px solid #ffffff;
	border-top-width:0px;
}

#main{
background-color: #efeee4; 
}

#mainbg{
/*margin-left: -20px;*/
position: relative;
background:url(img/bgmain.png) no-repeat;
height:121px;
left: -32px;
z-index:1;
} 

/* Top
********************************************/
#top{
	
	background: url(img/top.png) no-repeat;
}

#top h1{
	margin: 0;
	line-height: 100px;
	padding-left: 30px;
}

#top h1 a{
	text-decoration: none;
	color: #6E6EB0;
	background: transparent;
}

#prelude{
	color: #DDD;
	background: transparent;
	text-align: right;
	padding-right: 30px;
}

#prelude a{
	color: #DDD;
	background: transparent;
	text-decoration: none;
}

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

/* Contenu
********************************************/
#content{
	line-height: 1.6em;
	margin-top: -60px;
	padding-left: 30px;
	z-index: 5;
}

.day-date{
	color: #7a3237;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	display:block;
	border-bottom: 1px solid #b1b0a8;
	border-bottom-style: dashed;
}

.post{
	margin-bottom: 4em;
}

#content ul li{
	list-style-image: url(img/li.png);
}

#content h2{
	padding-left: 25px;
	background: transparent url(img/h2.png) no-repeat left center;
	margin-bottom: 0;
	
}

#content h2 a{
	color:#686E78;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	
}

#content h3, #content h4, #content h5, #content h6{ 
font-size:1.2em;
color:#121b46; 
font-weight: bold;
font-variant: small-caps;
border-bottom: 1px dashed #B1B0A8;
}

.post-info{ margin-top: 2px; padding-bottom: 5px;}

.post-info span{ display: none;}

.post-info a{
	background: transparent;
	border-left: 1px solid #B1B0A8;
	padding-left: 5px;
}

.post-content{
	padding: 25px;
	padding-top: 5px;
	background: #ffffff url(img/corner.png) no-repeat right bottom;
}
.post-content p{
text-align: justify;
}

.post-content img{
	max-width: 510px;
}

.post-info-co{
	padding-top: 5px;
	clear: both;
	text-align: right;
}

.post-info-co span{
	display: none;
}

.post-info-co a, .post-info-co a:visited{
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

.post-info-co a:hover{
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

.comment-info{
	margin-bottom: 0;
}

#comments blockquote, #trackbacks blockquote{
	margin: 0;
	padding: 0 1em;
	text-align: justify;
	border: 1px dotted #B1B0A8;
	background: #ffffff;
}

.field label{
	display: block;
}

.postCommentTitle{
	border-top : 1px dashed #b1b0a8;
	border-bottom : 1px dashed #b1b0a8;
	background: #e1dfcb;
	padding-left:10px;
	font-size: 11px;
	color: #7A3237;
	text-transform: uppercase;
	font-weight:bold;
}

/* Sidebar
********************************************/
#sidebar {
	background: #ffffff url(img/bg_sidebar.png) no-repeat left top;
}

#sidebar div{
	background: transparent;
}
 .noborder{
	border-width: 0px!important;
}
a.secondcat:link, a.secondcat:active, a.secondcat:visited, a.secondcat:hover {
	padding-left:10px;
}

#sidebar h2{
	margin: 0;
	color: #121b46;
	font-weight: bold;
	font-family: Impact, Helvetica, sans-serif;
	font-size: 2.3em!important;
	font-variant: small-caps;
}


#sidebar h3{
	/*padding-left: 16px;*/
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	font-family: Tahoma, Helvetica, sans-serif;
	color: #7a3237!important;
	/*background: transparent url(img/linkscat.png) no-repeat left center;*/
	/*font-variant: small-caps;*/
}

#sidebar a{
	color:#616670;
	background: transparent;
	text-decoration: none;
}

#sidebar a:hover{
	color:#616670;
	background: transparent;
	text-decoration: underline;
}

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

#sidebar ul li{
	padding: 3px 0;
	/*border-bottom: 1px solid #EEE;*/
}

#sidebar ul li a{
	display: block;
}

#botsidebar{
position: relative;
height: 142px;
float: right;
top: -80px;
}

#calendar{
	text-align: center;
}

#calendar h2{
	text-align: left;
}

#calendar table{
	margin: 0 auto;
	font-size: 0.8em;
}

#calendar table caption{
	margin: 0 auto;
}

#calendar abbr{
	border-bottom: none;
}

#calendar th{
	border-bottom: 1px solid #CCC;
}

#calendar a{
	color: #4C4C8E;
	background: transparent;
	font-weight: bold;
}

#search #q{
	border: 1px solid #CCC;
	background: #FFF url(img/search.png) no-repeat 2px;
	padding-left: 14px;
}

#selection h2{
	color: #333;
}

/* Footer
********************************************/
#footer{
	padding:10px;
	
}

#footer a{
	color:#B1B0A8;
	padding-top:5px;
	text-decoration: none;
	display:block;
	border-top: 1px solid #b1b0a8;
	border-top-style: dashed;
}