#content{
	width: 600px;
	margin: 0 10px 0 10px;
	padding: 10px 0 0 0;
}

.post{
	margin-bottom: 2em;
}

/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	color: #000;
	font-size: 13px;
	line-height: 1.3em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS", sans-serif;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;padding-bottom:2px;}
h3{font-size: 1.3em;}
h4{font-size: 1em;}
h5{font-size: 0.9em;}
h6{font-size: 0.8em;}

pre, code{
	font-size: 1.2em;
}

pre{
	width: 100%;
	overflow: auto;
	border: 1px solid #CCC;
}

fieldset{
	border: none;
}

/*label{
	cursor: pointer;
	cursor: hand;
}*/

.field label{
	display: block;
}

input,textarea{
	border: 1px solid #999;
}

textarea{
	width: 100%;
	font-size: 1em;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#content a{
	color: #FF6500;
	text-decoration: none; border-bottom: 1px dotted #888;}

#content a:visited{
	text-decoration: none; border-bottom: 1px dotted #888;}

#content a:hover{
	text-decoration: none; border-bottom: 1px dotted #FF6500;}

.left{
	float: left;
	margin-right: 1em;
}

.right{
	float: right;
	margin-left: 1em;
}

/* Le contenu
-------------------------------------------------------- */
.day-date{
	color: #888;
	font-size: 12px;
	text-align: right;
	font-style: italic;}

.post-title{
	color: #FF6500;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #FF6500;
	background: transparent;
	text-decoration: none;
text-decoration: none; border-bottom: 1px dotted #888;}

.post-info{
	margin-top: 0;
	color: #000;
	background: transparent;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

.post-info a{
	color: #000;
	text-decoration: none;
text-decoration: none; border-bottom: 1px dotted #888;}

.post-content{
	text-align: justify;
}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: right;
}

#trackbacks blockquote, #comments blockquote{
	background-color: #afb4b8;
	margin: 1em 0;
	padding: 1ex 1em;
}

#lastcomments {margin-right: 5px;}

#lastcomments h2 {color: #FFF; font-size: 11px; font-style: italic; font-weight: normal;}

#lastcomments ul  {margin: 0; padding: 0; list-style-type: square; color: #FFF; font-size: 11px;}

#lastcomments a  {color: #d8d8d8; text-decoration: none;}

#lastcomments a:visited  {color: #d8d8d8; text-decoration: none;}

#lastcomments a:hover  {color: #FF6500; text-decoration: underline;}

#lastcomments li {list-style-position: inside;}

/*DIAPORAMA EDOUARD LEVE*/

ul.crossfade {padding:0;margin:0;list-style:none;position:relative;}
#fade-example-1 li {position:absolute;top:0;left:0;width:406px;height:380px;background-color:#FFF;visibility:hidden;}
li img {display:block;border:3px solid #FFF;}
.caption {clear:both;padding:1em;background-color:#FFF;}
.example {position:relative;background-color:#F2F2F2;border:5px solid #CCCCCC;padding:1em;margin-bottom:1em;width:410px;height:520px;}
code {font-family:monospace;font-size:1.2em;}
.control {position:absolute;z-index:100;cursor:pointer;font-size:2em;font-weight:bold;color:#CCCCCC;}
#fade-example-1-next {right:8%;top:95%;}
#fade-example-1-previous {left:6%;top:95%;}
.ajax {margin:3em;border:1em solid #FF8C00;padding:1em;}




