/** Couleur utilisées ***/
/*
BLEU FONCE: #252F3A
VERT:  #8fa174
BLEU FONCE: #2e3e4e
 GRIS PALE: #f7f7f7
*/

html, body{
	margin: 0;
	padding: 0;
	text-align: center;
}

body {
	font-size: 14px;
	font-family: Georgia, "Times New Roman", serif;
	color: #2e3e4e;
	/*background: #252F3A url(img/pattern.jpg) fixed;*/
	background-color: #d5d5d5;
	background-image: url(img/body_bg.png);
	background-repeat: repeat-x;
}

p { margin : 1em 0; }
img { border : none; margin:0; }
form { display : block; margin : 0; padding : 0; }

q { 
	font-style : italic; 
 }
 
a, a:visited {
	color: #5b740b;
	text-decoration: none;
}

a:hover {
	color: #1a171b ;
	text-decoration: none;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color:#1a171b; 
	font-size: 70%;
	background : transparent;
}

acronym, abbr {
	border-bottom: 1px none #6d8b0c;
	cursor:help;
}

ul li {
	list-style-type: none;
}
	
h2 {
	color: #94be0f ;
	font-size: 125%;
	font-weight: normal;
}

h3 {
	color: #8fa174;
	font-style: italic;
	font-weight: normal;
	font-size: 125%;
}
	
h4,h5 {
	color: #394B55;
	font-weight: bold;
	text-transform: uppercase;
	font-family: Trebuchet, Georgia, "Times New Roman", serif;
}

code,pre { 
	font-family : "Courier New",monospace; 
	font-size : 1.1em; 
	background:#f7f7f7;
}

pre {
	margin : 0 auto;
	margin-bottom : 1em;
	padding : 0.5em;
	text-align:left;
	white-space:normal;
	/* caché pour IE 5 Mac qui sait pas faire \*/
	white-space:pre;
	width: 95%;
	overflow : auto;
	/* Fin hack */
}

#page {
	background: #e4e3ce;
	padding:0px;
	margin: 0 auto;
	width: 800px;
	text-align: left;
}

#header {
	/*padding:0;
	margin:0;
	padding-bottom: 30px;
	background: #1a171b url(img/bandeau.jpg)   !important;
	background: #1a171b url(img/bandeau.jpg); */
}

#header h1{
	background: #1a171b url(img/top.jpg) top left;
	height: 264px;
	width: 800px;
	padding:0;
	margin:0;
}
	
#header h1 a {
	position: absolute;
	left: 570px;
	top: 130px;
	color: white;
	text-decoration: none;
}
	
#main {
	padding:0px;
	margin: 0px;
	/*height: 200px;*/
	background: #e4e3ce url(img/border_top.jpg) repeat-x top !important;
	background: #e4e3ce url(img/border_top.jpg) repeat-x top; /*stoopid ie*/
}
	
#content {
	float: left;
	width: 530px;
	padding:0px;
	margin:0px;
	padding-top: 10px;
	padding-left: 20px;
	text-align: justify;
}

#footer {
	background-color: #94be0f;
	clear: both;
	/*display: block;*/
	padding:0;
	margin:0;
	padding-left: 150px;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #252F3A;
	
}
	
.post {
	padding-top: 20px;
}
	
.post-title , .post-title a{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #1a171b;
	color: #1a171b;
	text-decoration: none;
	font-style: normal;
	font-weight: normal;
	font-size: 125%;
}

.post-info {
	color: #8fa174;
	background: #e4e3ce url(img/day_bottom.png) center bottom no-repeat !important;
	background: #e4e3ce ; /* stoopid ie */
	padding-bottom: 40px;
	font-size: 80%;
}

.post-info2 {
	color: #8fa174;
	padding-bottom: 20px;
	font-size: 80%;
}

span.author {
	padding-left: 20px;
	background: #e4e3ce url(img/author.png) left top no-repeat;
}

span.comm {
	padding-left: 20px;
	background: #e4e3ce url(img/com.png) left top no-repeat;
}

.read-next a{
	color: #1a171b;
}

.comment-info {
	padding-top: 15px;
	font-size: 80%;
	padding-left: 20px;
	color: #8fa174;
}

.comment-info a {
	color: #8fa174;
}

#comments {
}

blockquote {
	background: #d1d0bc;
	margin:0;
	margin-left: 20px;
	padding:5px;
	padding-top:0px;
	font-size: 80%;
	padding-left: 10px;	
	border-top: 1px dotted #8fa174;	
}

#sidebar {
	width: 150px;
	padding:0px;
	padding-top: 40px;
	padding-right: 20px !important;
	padding-right:50px;
	margin:0px;
	margin-right:0px !important;
	float:right;
}
	
#sidebar div {
	padding-bottom: 0px;
}
	
#sidebar ul {
	font-size: 80%;
	padding-left: 0px ;
}
	
#sidebar ul li {
	background: url(img/arrow.png) no-repeat top left;
	padding-left: 20px;
}

#sidebar div#syndicate ul li {
	
	background: url(img/feed.png) no-repeat center left ;
	padding-left: 18px;
	
}
#sidebar div#search {
	padding-top: 05px;
	clear: right;
}


#sidebar div#calendar caption {
	font-size: 100%;
}

#sidebar div#calendar caption a{
	padding: 10px
}

#sidebar div#calendar table{
	font-size: 65%;

	text-align: center;
	border-collapse: collapse;
}

#sidebar div#calendar table td a{
	display: block;
	font-weight: bold;
	text-decoration: none;
}

#sidebar div#calendar table td a:hover{
	color: #F7F7F7;
	background: #1a171b;
}

fieldset {
	display : block;
	border : none;
	margin : 0;
}

input, textarea {
	font-family : Verdana,Arial,Geneva,Helvetica,sans-serif;
	font-size : 80%;
	border-width : 1px;
	border-color : #1a171b;
	background: #e4e3ce;
}

input[type], textarea[name] {
	background: #e4e3ce;
}

input[type=submit], input[type=reset] {
	background : #74960b;
	color : #fff;
}

input[type=submit]:hover {
	background : #2D3E48;
	color : #fff;
}

textarea {
	width : 95%;
}

p.field {
	margin : 0.5em 0 0 0;
}

p.field label {
	display : block;
	color: #2D3E48;
	font-weight: bold;
	font-size : 0.85em;
}

div.error {
	background: #74960b;
	margin: 0px;
	padding: 15px;
	color: #fff;
}

div.error ul{
	padding:0;
	margin:0;
}
	