/*  
Theme Name: Black on White (serif)
Theme URI: http://b-12.blogspot.com/2008/05/wordpress-black-on-white-theme.html
Description: Black on White. Serif Typography.
Version: 1.2
Author: maxxu.
Author URI: http://maxxu.blogspot.com/
Tags: simple, black, two columns
*/

* {
margin:0;
padding:0;
}

body {
	font-family: Arial, sans serif;
	font-size: 12px;
	background:#000;
	color:#000;
/*	background: url('images/bkg_body.jpg') no-repeat;*/

}
a {
	text-decoration: none;
	color:#ca0102;
}
a:hover {
	color:#ca0102;
	text-decoration: underline;
}
a img {
	border: 0;
}
form, input, textarea {
	font-family: Arial, sans serif;
	font-size: 12px;
}
ul, ul li {
	list-style-type: none;
}
img.icon { 
	margin-bottom:-4px; 
	margin-right:2px; 
}

#wrap {
	width:980px;
	margin-left: auto;
	margin-right: auto;
	z-index: 100;
	position: relative;
}

#container{
	background:#FFF;
	
}

#header { 
padding:10px;
/*background: url('images/header.jpg') no-repeat;*/

}
	#header h1 {
	color: #FFF;
	font-size:4.5em;
	}
	#header h1 a {
	text-decoration: none;
	color: #000;
	}
	#header h1 a:hover {
	text-decoration: underline;
	}
	#header p {
	font-size:1.2em;
	color:#CCC;
	padding:5px 5px 0 5px;
	}
#menu {
	background:#FFF url('images/menu-bg.jpg') repeat-x;
	font-size: 11px;
	}
	#menu ul {
		padding-top: 10px;
	}
	#menu ul li {
		display: block;
		float: left;
		width: 114px;
		width: 140px;
		height: 14px;
		margin:0;
		padding: 0px;
		padding-top: 5px;
		padding-bottom: 5px;
		background: url('images/menu.png');
		text-align: center;
	}
	#menu ul li:hover, #menu ul li.current_page_item{
		background: #000;
	}
	#menu ul a {
	font-weight: bold;
	text-decoration:none;
	color:#FFF;
	font-size: 11px;
	text-transform: uppercase;
	display: block;
	width: 114px;
	width: 140px;
	}
	#menu ul a:hover, #menu ul li:hover a{
		color:#5c79da;
	}
	/*
	#menu ul li.current_page_item {
	color:#FFF;
	padding-bottom:11px;
	border-bottom:3px solid #FFF;
	background:#222;
	}
	*/
	#menu ul li.clL{
		clear: left;
	
	}
	
	
#content {
	float: left;
	width: 580px;
	color:#000;
	padding :10px 60px 10px 40px;
	background: url('images/bkg_fleche.png') no-repeat 0px 10px;
	padding-top: 30px;
	
}
.post {
	background:#FFF;
	border-bottom:1px solid #CCC;
	margin-bottom:20px;
	width: 580px;
	
	
	}
	.post h2 {
	color:#ca0102;
	font-size:24px;
	}
	.post h2 a {
	text-decoration:none;
	color:#ca0102;
	letter-spacing:1px;
	}
	.post h2 a:hover {
	color:#ca0102;
	text-decoration:underline;
	}
	.post p {
	color:#000;
	font-family: Arial, sans serif;
	font-size: 14px;
	line-height: 24px;
	margin:0 0 20px 0;
	padding-right:10px;
	}	
	.post img {
	padding:1px;
	background:#FFF;
	}
	.post img.icon { 
	margin-bottom:-4px;
	}
	.post img.alignleft {
	float: left;
	margin: 5px 10px 0 0;
	}
	.post img.alignright {
	float: right;
	margin: 5px 0 0 10px;
	}	
	.post ul, li {
	list-style-type:dot;
	margin-left:15px;
	}
	.post blockquote {
	margin:5px;
	border:2px solid #CCC;
	padding:10px;
	line-height:20px;
	text-align:left;
	background:#222;
	color:#FFF;
	font-size:1em;
	}
	.post blockquote p {
	color:#FFF;
	}
	.post cite {
	font-size: 1em;
	font-style: normal;
	}
	
.postmetadata, p.postmetadata {
font-size:1em;
margin:5px 0 10px 0;
background:#EEE;
}
	.postmetadata img.icon { 
	margin-bottom:-5px; 
	margin-left:8px; 
	margin-right:2px; 
	}
	.post-date, p.post-date {
	background:#EEE;
	margin:0;
	font-size:1.1em;
	padding:0;
	}
	.postmetadata a {
	text-decoration:none;
	color:#37424B;
	}
	.postmetadata a:hover {
	color:#CCC;
	}
	.navigation {
	font-size:1.2em;
	}
	.navigation a {
	color: #AF4646;
	}

#comments {
background:#FFF;
margin-bottom:25px;
}

	.filet_commentaire{
		padding-top: 15px;
		background: url('images/filet.png') repeat-x top left;
	}

	#comments .commentaire {
		background: #e5e5e5;
		padding: 10px;
		margin-bottom: 15px;
	}
	
	#comments .commentaire .commentaire_header{
		margin-bottom: 10px;
		font-weight: bold;
	}
	
	#comments .commentaire img{
		float: left;
		margin-right: 10px;
	}
	#comments .commentaire .commentaire_auteur{
		float: left;
		width: 550px;
		padding-top: 15px;
	}
	
	
	#comments .commentstext {
	background: url('images/comments.png') no-repeat top left;
	margin:0 0 20px 0;
	padding-left:20px;
	
	}
	#comments .commentstext p {
	color: #a0a0a0;
	font-size: 12px;
	line-height: 18px;
	}
	#comments cite {
	background:#EEE;
	color:#222;
	padding:0 2px;
	font-size:1.1em;
	}
	#comments img.avatar {

	}
	#comments hr {
	border:1px solid #EEE;
	margin:10px 0 10px 0;
	}
	#commentform { 
	background:#FFF;
	}
	#commentform label {
	background:#FFF;
	color:#AF4646;
	font-size:1.1em;
	}
	#commentform .commentauthor, .commentemail, .commenturl {
	background:#FFF;
	border:1px groove #CCC;
	padding:5px;
	width: 588px;
	}
	#commentform .commentarea {
	background:#FFF;
	border:1px groove #CCC;
	padding:5px;
	width: 588px;
	/*
	wid\th:98%; /* IE HACK */
	overflow:hidden;
	height: 80px;
	}
	/*
	#commentform input.submit-btn {
	background: #e5e5dd;
	border:1px groove #CCC;
	padding:5px;
	margin:0 0 10px 0;
	}*/
	
	#commentform input.submit-btn {
		width: 20px;
		height: 16px;
		background: #ca0102;
		color:#ffffff;
		border: 0;
		font-size: 9px;
		font-weight: bold;
		padding:0;
		float: right;
		margin-bottom: 10px;
	}
	
	.sidebar_abo_rss{
		margin-bottom: 10px;
		text-align: right;
	}
	
#sidebar {
	float:left;
	width: 250px;
	background:#EEE;
	color:#222;
	padding:10px;
	border:1px solid #CCC;
	}
	#sidebar h2 {
	font-family: Arial, sans serif;
	font-size: 24px;
	font-weight:normal;
	color:#000;
	}
	#sidebar h2 a	{
	text-decoration: none;
	color: #AF4646;
	}
	#sidebar h2 a:hover	{
	text-decoration: underline;
	}
	#sidebar ul li {
	margin: 0 0 10px;
	padding: 5px 10px 5px;
	font-family: Arial, Verdana, sans-serif;
	font-size: 24px;
	font-weight: normal;
	color: #000;
	list-style: none;
	}
	#sidebar ul {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	#sidebar ul ul	{
		margin: 0;
		padding: 0;
	}
	
	#sidebar ul li h2.widgettitle{
		background:#5c79db;
		color: #fff;
		font-weight: bold;
		font-size: 14px;
		text-transform: uppercase;
		padding-left: 5px;
		letter-spacing: normal;
	}
	
	#sidebar ul ul li	{
	margin: 0 0 2px 0;
	padding: 5px 0 0;
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	margin-left: 5px;
	}
.searchform {
	padding:0 0 5px 10px;
	padding:0;
	margin-bottom: 10px;
	}
	.searchform input.textinput {
	background:#FFF;
	padding: 1px;
	border:1px solid #222;
	height: 12px;
	float: left;
	width: 120px;
	font-size: 11px;
	margin-right: 5px;
	padding-left: 5px;
	}
	.searchform input.search-btn {
	float: left;
	width: 20px;
	height: 16px;
	background: #ca0102;
	color:#ffffff;
	border: 0;
	font-size: 9px;
	font-weight: bold;
	padding:0;
	}
#footer {
	clear: left;
	background:#111111 url('images/footer-bg.jpg') repeat-x;
	height:55px;
	}
	#footer p {
	padding:30px 0 0 10px;
	color:#FFF;
	font-size:1.1em;
	}
	#footer a {
	color:#CCC;
	}
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignleft {
	float: left;
}

.alignright {
	float: right;
}
