* {
	margin:0; /* Bug IE */
}
html,body {
	margin:0;
	padding:0;
	text-align:center;
	color:#3E5A6A;
	font-size:0.85em;
	line-height:1.6em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
body {
	background:url(img/fond.png) repeat-x fixed #FFF;
	padding-bottom:30px;
}
h1,h2,h3,h4,h5,h6 {
	font-family:"Trebuchet MS",sans-serif;
}
hr {
   border: 1px dashed #3E5A6A;
   margin: 10px 20px 10px 20px;
}
h1 {
	font-size:2.8em;
}
h2 {
	font-size:2.0em;
	margin: 15px 0 15px 0;
}
h3 {
	font-size:1.4em;
}
h4 {
	font-size:1.2em;
}
h5 {
	font-size:1.1em;
}
h6 {
	font-size:1em;
}
pre,code {
	font-size:1.3em;
}
pre {
	width:100%;
	overflow:auto;
	border:1px solid #CCC;
	background-color: #EFEFEF
}
fieldset {
	border:none;
}
label {
	cursor:pointer;
	cursor:hand;
}
.field label {
	display:block;
}
textarea {
	width:100%;
	font-size:1em;
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
}
a, a:visited {
	color:#008080;
        font-weight:bold;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
img {
	border:none;
	background:transparent;
}
.left {
	float:left;
	margin-right:1em;
}
.right {
	float:right;
	margin-left: 1em;
}

.input {
	font-family:Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-size:1em;
	border: 1px solid #555555;
}

/* La page
-------------------------------------------------------- */

#page{
	background: url(img/page.png) repeat-y #fff;
	color: inherit;
	width: 898px;
	margin: 30px auto;
	text-align: left;
	padding:0;
	border:1px solid #555555;
}

/* L'ent?te
-------------------------------------------------------- */
#top {
	background:#426070 url(img/top.png) repeat-x 0px 0px;
	height:113px;
	padding-left:175px;
}
#top h1 {
	font-size:20px;
	padding-top:50px;
	font-size:24px;
}
#top h1 a {
	text-decoration:none;
	color:#A9C2D0;
}
#top h1 a:hover {
	border:none;
	background:transparent;
}
#top p {
	color:#FFF;
	font-weight: bold;
	float:right;
	padding-right:3px;
}

/* Le pr?lude
-------------------------------------------------------- */

#haut {
	margin:0;
	height:24px;
	overflow:hidden;
	padding:6px 40px 0 40px;
	font-size:10px;
	background:url(img/haut.png) repeat-x #426070;


}
#prelude {
	color:#DFDFDF;
	float:left;
	width:550px;
	height:30px;
}
#prelude a {
	color:#7B9EB1;
}
#prelude a:hover {
	color:#FFF;
	background:transparent;
}
#search {
	width:250px;
	text-align:right;
	float:right;
	height:30px;
	margin-top:-5px
}
#search fieldset,#search p {
	margin:0;
	padding:0;
}
#search .submit {
	height:24px;
}
#search #q {
	border:1px solid #333;
	margin-bottom:3px;
	padding:1px 1px 1px 20px;
}
html>body #search .submit {
	padding:2px;
	margin-top:1px;
}
html>body #search #q {
	margin-top:1px;
	padding:0;
	padding-left:20px;
	height:19px;
}
/* Le contenu
-------------------------------------------------------- */

#main {
	float:left;
	width:640px;
	margin-bottom:20px;
}
#content {
	margin:0 0 0 20px;
	padding:1em 0 0 0;
}
.day-date {
	padding-left:3px;
	color:#888;
	font-style:italic;
}

#comments h3 {
	margin-top:10px;
	margin-bottom:10px;
}

#comments #trackbacks {
	margin-top:50px;
}

.post {
	margin-bottom:30px;
}

.post-title {
	background:transparent;
	margin-bottom:0;
}
.post-title a:hover {
	text-decoration:underline;
}
.post-title a {
	color:#4A6B7D;
	background:transparent;
	text-decoration:none;
}
.post-info {
	color:#3E5A6A;
	padding-bottom:1px;
	margin: 15px 0 10px 0;
}
.post-info a {
	color:#587F95;
	background:transparent;
	text-decoration:none;
}
.post-content {
	text-align:justify;
	margin: 0 0 0 10px;
	color: #2F4F4F;
}
.post-content blockquote {
	font-family:Georgia,serif;
	font-style:italic;
	margin:18px auto 18px auto;
	padding:6px;
	border-left:4px solid #999;
	background-color: #EEEEEE;
	color:#545454;
}

.post-content code {
	font-size: 1.5em;
	margin:18px auto 18px auto;
	padding:6px;
	border-left:4px solid #999;
	color:black;
	background-color: #EEEEEE;
}

.post-content div img {
	border:1px solid #D9D9D9;
	background:transparent;
	padding:2px;
  margin: 5px 0 5px -20px;
}
.post-content .smiley {
	border:none;
}

.post li {
	background:url(img/puce.gif) no-repeat 0px 2px;
	padding-left:15px;
	margin-bottom:3px;
}
.post ul {
	list-style-type:none;
	margin-left:30px;
	margin-top:10px;
	margin-bottom:10px;
}
.post-info-co {
	text-align:right;
	margin:10px 0px 30px 0px;
}

.post-info-co a {
       color: #000080;
}

#trackbacks p,#comments p {
	border:1px solid #EEE;
	margin:1em 0;
	padding: 1ex 1em;
	background-color: #EEEEFE;
}

/* La barre de navigation
-------------------------------------------------------- */
#sidebar div {
	color:inherit;
	margin:0 30px 12px 0;
	padding:1em 0 1em 2em;
}
#sidebar {
	background:url(img/sidebar.png) no-repeat 0px 0px transparent;
	float:right;
	width:230px;
	padding-top:20px;
	padding-bottom:4em;
	margin-bottom:10px;
}
#sidebar div ul {
	margin:0;
	padding:0;
	list-style:none;
}
#sidebar h2,#sidebar h3 {
	color:#587F95;
	margin:0 0 1ex 0;
}
#sidebar h2 {
	padding-left:14px;
	padding-bottom:3px;
	margin-bottom:12px;
	background:url(img/etoile.jpg) no-repeat 0px 2px;
	border-bottom:1px dotted #B7C1B7;
}
#sidebar h3 {
	font-size:1.3em;
	margin:0;
}
#q {
	padding-left:18px;
	background:#fff url(img/q.png) no-repeat 4px center;
}
#sidebar div#calendar table {
	text-align:center;
	margin:0 auto;
	border-collapse:collapse;
	font-size:10px;
}
#sidebar div#calendar table caption {
	margin:0 auto;

}
#sidebar div#calendar table th {
	color:#3C5766;
	background:transparent;
	cursor:help;
}
#sidebar div#calendar table td {
	font-size:10px;
	padding:0;
	margin:0 0 2px 0;
}
#sidebar div#calendar table td a {
	display:block;
	background:#FFF;
	color:#3C5766;
	font-weight:bold;
	text-decoration:none;
	border:none;
}
#sidebar div#calendar table td a:hover {
	background:#799FA2;
	color: #FFF;
}


#sidebar div.links h3 {
	background:#799FA2;
	color: #FFF;
  padding: 2px;
  margin: 2px;
}

#sidebar div.links a {
  margin: 10px 0 0 10px;
}



/* Le pied de page
-------------------------------------------------------- */
#footer {
	padding:5px;
	vertical-align:middle;
	border-top:1px solid #CCC;
	background:#EEE;
	color:#666;
	clear:both;
}
#footer img {
	float:right;
}
#footer a {
	color: #999;
}

#tag-list li {
  display : inline;
}

#tag-list a {
  font-weight: normal;
}

#tag-list .level-1 {
  font-size: 10px;
}

#tag-list .level-2 {
  font-size: 13px;
}

#tag-list .level-3  {
  font-size: 18px;
}

#tag-list .level-4  {
  font-size: 22px;
}

#tag-list .level-5  {
  font-size: 25px;
}

/* Puces sur billets selectionnes */
div.selected li {
 list-style: square;
}

/* Plugin Carnaval */
#comments dt.me {
}

#comments dd.me p {
  background-color:#FFFACD;
	border:1px solid #EEE;
	margin:1em 0;
	padding: 1ex 1em;
}

/* plugin tagFlash */
#wrapper div.tagFlash object {
  margin-left: -15px;
}

/* Plugin partager2 */
div.partager2 {
  margin-top: 10px;
  text-align: center;
}

/* Twitter followme widget */
div#twitter {
  margin-bottom: 0;
  margin-left: 35px;
}

/* Github */
.gist {
  text-size: 9px;
}
