/*
Theme Name: jaune
Theme URI: http://blog.lemonde.fr/
Description: Feuille de style jaune
Version: $Rev$
Author: $Author$
*/

/** Stylesheet de base */
@import url(http://a1692.g.akamai.net/f/1692/2042/7d/blog.lemonde.fr/wp-content/themes/lemonde/css/standard/style.css);

/* Begin Typography & Colors */
body {
	background-color: #848587;
   color: rgb(102, 102, 102);
	}

/** Attention, couleur de la colonne de droite non couverte par la colonne centrale */
#page {
	background-color: #FBF9ED;
	}
#footer {
	background-color: #eee;
	}

.narrowcolumn .post p,  .narrowcolumn .entry p,  .narrowcolumn .entry li, .commentlist li, .commentlist li small, #commentform input, #commentform textarea, #searchform input {
   font-family: 'Trebuchet MS', Arial, sans-serif;
}


h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	color: #7F7F7F;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000;
	}

/* Pagination commentaires*/

p.comment-page-numbers {
	text-align: right;
	display: inline;
	float: right;
	clear:right;
	margin-right:15px;
	font-family: 'Trebuchet MS',Verdana,Arial,sans-serif;
	font-size: 0.8em;
}

h3#comments{
	display:inline;
	float: left;
	line-height: 20px;
	padding-left: 15px;
	margin: 0 0 0 0;

}


