@import "layout.css";

/* 
 * Author:
 *  François Prigent
 */

/*
* La feuille de style définit les styles suivant:
* - Style général
* - Page
* - Top
* - Contenu
* - Sidebar
* - Footer
* La disposition des blocs se trouve dans une feuille
* de style séparée, layout.css
*/

/* Style général
********************************************/
body{
	background: #EEE;
	color: #000;
	font-size: 76%;
	font-family: Georgia, Helvetica, Times, 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;
}

a{
	color: #000;
	background: transparent;
}

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

a:visited{
	color: #333;
	background: transparent;
}

a:hover{
	color: #06C;
	background: transparent;
}

a img{
	border: 0;
}

fieldset{
	border: none;
}

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

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

textarea{
	width: 98%;
}

/* 
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{
	background: #FFF url(img/page.png) repeat-y;
}

/* Top
********************************************/
#top{
	color: #09F;
	background: #FFF url(img/top.jpg) no-repeat;
}

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

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

#top h2{
    font-size: 1em;
	margin: 0;
	padding-left: 30px;
	margin-top: -35px;
	color: #FFFFFF;
}

#top a{
	text-decoration: none;
	color: #FFF;
}

#top a:hover{
	text-decoration: underline;
	color: #FFF;
}

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

/* Plugin Quicknav
********************************************/

#quicknav2{
  margin : 5px 0px 0px 20px;
  font-size: 12px;
  color: #06C;
}

#quicknav2 a{
  color: #06C;
  text-decoration: none;
}

#quicknav2 a:hover{
  color: #06C;
  text-decoration: underline;
}

/* Plugin Pagination
********************************************/

.pagenav{
  color: #999;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
	text-decoration: none;
}

.pagenav a:hover{
  color: #06C;
  text-decoration: underline;
}

/* Contenu
********************************************/
#content{
	line-height: 1.6em;
}

.day-date{
	padding-bottom: 5px;
	background: transparent url(img/day-date.png) repeat-x left bottom;
	color: #999;
	font-size: 9px;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.post{
	margin-bottom: 2em;
}

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

#content h2{
  height: 100%;
  background: transparent url(img/h2.png) no-repeat center left;
  padding-left: 18px;
  margin-bottom: 0;
  font-size: 17px;
}

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

#content h2 a:hover{
  color: #06C;
  font-weight: bold;
}

#content h3, #content h4, #content h5, #content h6{
	color: #666;
}

.post-info{
  font-size: 10px;
	padding-left: 18px;
	color: #999;
	margin-top: 1px;
}

.post-info span{
	display: none;
}

.post-chapo a{
	color: #06C;
	text-decoration: none;
}

.post-chapo a:hover{
  color: #06C;
  text-decoration: underline;
}

.post-info a{
	color: #06C;
	background: transparent;
	border-left: 1px solid #CCC;
	padding-left: 0.5ex;
	text-decoration: none;
}

.post-info a:hover{
  color: #06C;
  text-decoration: underline;
}

.post-content p{
	text-align: justify;
}

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

.post-content a{
	color: #06C;
	text-decoration: none;
}

.post-content a:hover{
	text-decoration: underline;
}

.post-info-co{
  font-size: 11px;
	clear: both;
	text-align: right;
}

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

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

.post-info-co a:hover{
  text-decoration: underline;
	color: #06C;
	padding-left: 12px;
	background: transparent url(img/bulle.png) no-repeat left center;
}

.post-info-trackback{
  display: none;
}

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

#trackbacks{
  display: none;
}

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

.field label{
	display: block;
}

/* Sidebar
********************************************/
#sidebar div{
  margin-bottom: 15px;
	color: #666;
	background: transparent;
}

#sidebar h2{
	margin: 0;
	padding: 5px;
	color: #9D8D51;
	border: 1px dotted #9D8D51;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 3px;
}

#sidebar h3{
	padding-left: 16px;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 1em;
	background: transparent url(img/linkscat.png) no-repeat left center;
}

#sidebar a{
	color: #666;
	background: transparent;
	text-decoration: none;
	letter-spacing: 1px;
}

#sidebar a:hover{
	color: #06C;
	background: transparent;
}

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

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

#sidebar ul li a{
	display: block;
}

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

#languages{
  display: none;
}

/* Footer
********************************************/
#disclaimer{
  padding-left: 18px;
	color: #999;
}

#footer{
	background: #FFF url(img/footer.jpg) no-repeat;
	color: #999;
	text-align: center;
}

#footer a{
	color: #999;
	background: transparent;
	text-decoration: none;
}