@import "layout.css";

/* Global style
********************************************/
html, body{
	margin: 0;
	padding: 0;
}

body{
	color: #F5F5F5;
	font-family: Tahoma;
	font-size: 10px;
	letter-spacing: normal;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	background-attachment: fixed;
	font-weight: normal;
}
h1{
	margin: 20px 0px 20px 0px;
	color: #F5F5F5;
	font-size: 10px;
	text-decoration: none;
}

h2{
	font-size: 10px;
}

h3{ /* Texte : ajouter un commentaire */
	font-size: 10px;
	margin: 0px;
	color: #999999;
	font-style: normal;
	font-weight: normal;
}
 
h4{
	font-size: 10px;
}

h7{ /* Pour le Texte "Trackbacks et Commentaire" dans la page " post"*/
	font-size: 10px;
	color: #FFFFFF;
}
 
abbr, acronym{
	border: none;
}

code, pre, kbd{
	font-family: Tahoma; font-size : 10px;
}

pre{
	overflow: scroll;
	width: 100%;
}

html>body pre{
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
}

.field label{
	display: block;
	cursor: hand;
	border: 0px;
	margin-top: 10px;
}

input, textarea{
	border: 1px;
	background: #F5F5F5;
}

textarea{
	width: 99%;
}

.left{
	float: left;
	margin: 0px 10px 10px 0px;
}

.right{
	float: right;
	margin: 0px 10px 10px 0px;
}

/* Header
********************************************/
#top{
}

#top h1{
	visibility : hidden;
	margin: 0;
}

#top h1 a{
	visibility : hidden;
	background: transparent;
}

#prelude{
	visibility : hidden;
}

#prelude a{
	visibility : hidden;
}
/* Post
********************************************/
#content{
}

.post{
	margin-top: 0px;
	color: #444444;
	text-align: right;
}

.post a{
	font-weight: normal;
	color: #4190D2;
	background: transparent;
	text-decoration: none;
}

.post a:hover{
	font-weight: normal;
	color: #125E9E;
	background: transparent;
	text-decoration: none;
}

.day-date{
	display: none;
}

.post-title{
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	padding-left: 0px;
	background: transparent;
	margin-top: 0px;
	margin-bottom: 0px;
	color: #C0CC5E;
	/* color: #D0D0D0;*/
}

.post-title a{
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	color: #C0CC5E;
	/* color: #D0D0D0;*/
	background: transparent;
	text-decoration: none;
}

.post-title a:hover{
	font-family: Arial;
	font-size: 25px;
	font-weight: normal;
	color: #4190D2;
	background: transparent;
	text-decoration: none;
}

.post-info{
	font-size: 10px;
	margin-top: 2px;
	color: #D0D0D0;
}

.post-info a{
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

.post-info a:hover{
	font-size: 10px;
	color: #4190D2;
	text-decoration: none;
	font-style: normal;
}

.post-content p{
	width: auto;
	text-align: right;
	overflow: auto;
}

.post blockquote{
	font-style: italic;
	border-left: 5px solid;
	padding-left: 10px;
}

.post blockquote p{
	width: auto;
}

.post-info-co{ /* Footer d'un post */
	clear: both;
	text-align: right;
	font-size: 10px;
	background: transparent;
	color: #D0D0D0;
	margin-top: 10px;
	margin-bottom: 60px;
}

.post-info-co a{
	font-size: 10px;
	color: #D0D0D0;
	text-decoration: none;
}

.post-info-co a:hover{
	font-size: 10px;
	color: #4190D2;
	text-decoration: none;
}

/* Trackbacks et commentaires
********************************************/

#trackbacks, #comments{
	color: #555555;
	margin-top: 80px;
}

#trackbacks, #comments a{
	color: #555555;
	background: transparent;
	text-decoration: none;
}

#trackbacks, #comments a:hover{
	color: #4190D2;
	background: transparent;
	text-decoration: none;
}

#trackbacks blockquote, #comments blockquote{
	background: #F5F5F5;
	color: #666666;
	border: 0px;
	margin: 10px 0px 10px 0px;
	padding: 10px;
	overflow: auto;
}

#trackbacks blockquote p, #comments blockquote p{
	margin: 1ex 0;
}

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

/* Sidebar
********************************************/
#sidebar{
}

#sidebar div{
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	margin-top: 10px;
}

#sidebar h2{
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	color: #C5C5C5;
	font-style: normal;
	font-weight: normal;
}

#sidebar h3{
	font-size: 15px;
	margin: 0px 0px 0px 0px;
	color: #D2D2D2;
	font-style: normal;
	font-weight: normal;
}

#sidebar a{
	color: #999999;
	font-size: 10px;
	text-decoration: none;
}

#sidebar a:hover{
	color: #4190D2;
}

#rss h2{
	background-image: url(img/feed.png);
	background-repeat: no-repeat;
	height: 18px;
	width: 18px;
}

#search p{
	text-align: left;
	margin: 0px;
}

#search input{
	width: 30px;
	height: 17px;
}

#search input#q{
	width: 80px;
	height: 17px;
}

#search h3{
	text-transform: capitalize;
	padding-right : 0px;
	padding-top: 0px;
	padding-bottom: 10px;
}
/* Footer
********************************************/
#footer{
	font-size: 10px;
	padding: 10px 0px 0px 0px;
	text-align: right;
	clear: both;
	margin: 10px 40px 30px 20px;
	float: left;
}

#footer a{
	font-size: 10px;
	text-decoration: none;
	color: #D5D5D5;
	background: transparent;
	text-align: left;
	clear: both;
	float: left;
}

#footer a:hover{
	font-size: 10px;
	text-decoration: none;
	color: #4190D2;
	background: transparent;
	text-align: left;
	clear: both;
	float: left;
}


/* Puces
*******************************************
ul li {
   list-style-type: none;
}*/

/* Pagination
********************************************/
.pagenav {
	font: 10px;
	float: right;
}

p.pagenav a {
	/*background : #4190D2;*/
	color: #666666;
	padding: 1px;
	border: 0px solid;
	text-decoration: none;
}

p.pagenav a:hover {
	/*background:#777777;*/
	color:#4190D2;
	text-decoration: none;
}

p.pagenav strong {
	color: black;
	padding: 1px;
}

