/** Couleur utilisÃ©es ***/
/*
BLEU vert: #488E8E
Noir : #333
Belu VERT foncé:  #376D6D
BLEU FONCE: #2e3e4e
 GRIS PALE: #f7f7f7
*/

body {
	margin:0;
	padding:0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	background: #488E8E url(img/pattern.jpg) fixed;
	color: #333;
	}

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

q { 
	font-style : italic; 
 }
 
a {
	color: #376D6D;
	text-decoration: none;
}

a:hover, a:visited {
	color: #376D6D ;
	text-decoration: none;
}

acronym, abbr {
	border-bottom: 1px dotted #394959;
	cursor:help;
}

ul li {
	list-style-type: none;
	}
	
h2 {
	color: #376D6D ;
	font-size: 125%;
	font-weight: normal;
	font-family: Georgia, Arial, Geneva, serif;
}

h3 {
	color: #376D6D;
	font-style: italic;
	font-weight: normal;
	font-size: 110%;
	}
	
h4,h5 {
	color: #376D6D;
	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: #fff;
	padding:0px;
	margin:0 auto;
	width: 800px;
	}

#header {
	margin:0;
	background: #376D6D url(img/shadow_top.png) bottom repeat-x  !important;
	background: #376D6D url(img/shadow_top.gif) bottom repeat-x ; /*stoopid ie*/
	padding:0;
	padding-bottom: 30px;
	
}

#header h1{
	background: #394959 url(img/top.jpg) top left;
	height: 212px;
	width: 800px;
	padding:0;
	margin:0;
	}
	
#header h1 a {
	margin: 10px 0 0 10px;
	color: transparent;       /* à revoir pê ! */
	text-decoration: none;
	}
	
#main {
	padding:0px;
	margin: 0px;
	height: 200px;
	background: #FFF url(img/border_top.png) repeat-x top !important;
	background: #FFF url(img/border_top.gif) repeat-x top; /*stoopid ie*/
	}
	
#content {
	float: left;
	width: 530px;
	padding:0px;
	margin:0px;
	padding-top: 10px;
	padding-left: 20px;
	}

#footer {
	clear: both;
	display: block;
	padding:0;
	margin:0;
	padding-left: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	color: #376D6D;
	}
	
.post {
	padding-top: 20px;
	}
	
.post-title , .post-title a{
	color: #376D6D;
	text-decoration: none;
	font-style: italic;
	font-weight: normal;
	font-size: 120%;
	padding-left : 10px;

}

.post-info {
	color: #376D6D;
	background: #fff url(img/day_bottom.png) center bottom no-repeat !important;
	background: #fff url(img/day_bottom.gif) center bottom no-repeat; /* stoopid ie */
	padding-bottom: 40px;
	margin-top: 23px;
	font-size: 80%;
}

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


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

.read-next a{
	color: #394959;
}

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

.comment-info a {
	color: #85C1C1;
}

#comments {
}

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

#sidebar {
	width: 250px;
	padding:0px;
	padding-top: 20px;
	padding-right: 20px !important;
	padding-right: 40px;
	margin:0px;
	margin-right:-50px !important;
	float:right;
	}
	
#sidebar div {
	padding-bottom: 0px;
	}
	
#sidebar ul {
	font-size: 90%;
	padding-left: 0px ;
	}
	
#sidebar ul li {
	padding-left: 20px;
	line-height: 16pt;
}

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


/*#sidebar div#calendar caption {
	font-size: 1,2em;
}

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

#sidebar div#calendar table{
	font-size: 0.85em;
	text-align: center;
	border-collapse: collapse;
}

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

#sidebar div#calendar table td a:hover{
	color: #F7F7F7;
	background: #394959;
}*/

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 : #3A5A5A;
}

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

input[type=submit], input[type=reset] {
	background : #8fa174;
	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: #8fa174;
	margin: 0px;
	padding: 15px;
	color: #fff;
}

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

	#tagcloud ul { margin: 0; padding: 0 1em; display: block; }
#tagcloud li { display: inline; margin: 0 0.1em; padding: 0; background-image: none; }
#tagcloud li.level-1 { font-size: 1em; }
#tagcloud li.level-2 { font-size: 1.3em; }
#tagcloud li.level-3 { font-size: 1.6em; }
#tagcloud li.level-4 { font-size: 2em; }
#tagcloud li.level-5 { font-size: 2.3em; }
#tags { text-align: justify; }
.nuage { display: block; text-decoration: none; }