/* 
 * Thème by Alex
 * 2008
 */

/* Les éléments HTML en général
-------------------------------------------------------- */
body{
	margin: 0;
	padding: 0;
	text-align: center;
	background: #CCCCCC;
	color: #082c54;
	font-size: 70%;
	font-family: 'Lucida Grande', Arial, Helvetica, Tahoma, sans;
	border-top: 0;
}

#main{
	float: left;
	width: 500px;
}

h1, h2, h3, h4, h5, h6{
	color: #9ED200;
}

h1{font-size: 1.5em;}
h2{font-size: 1.4em;}
h3{font-size: 1.3em;}
h4{font-size: 1.2em;}
h5{font-size: 1.1em;}
h6{font-size: 1em;}

pre{
	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;
}

.coche {
	border:solid 0px;
	height:16px;
	width:16px;
	margin-right:5px;
	vertical-align:middle;
	background: #082c54;
}

input,textarea{
	color: #082c54;
	font-size: 1em;
	font-family: 'Lucida Grande', Arial, Helvetica, Tahoma, sans;
	border: 1px solid #082c54;
	background: #FFF;
}

input:hover,textarea:hover,input:focus,textarea:focus{
	color: #000;
	background: #9ED200;
}

textarea{
	width: 100%;
}
p a{
	color: #082c54;
	background: #FFF;
	text-decoration: none;
}

p a:visited{
	background: #fff;
}

p a:hover{
	color: #000;
	background: #9ED200;
}

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

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

/* La page
-------------------------------------------------------- */
#page{
	width: 780px;
	margin: 0 auto;
	text-align: left;
	background: #FFF;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */

#top{
	margin: 0 auto;
	width: 780px;
	height: 200px;
	padding-top: 0;
	background: #FFF url(img/top.jpg) no-repeat left top;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	position: absolute;
	width: 780px;
	top: 7px;
	left: 50%;
	margin: 0 0 0 -390px;
	padding: 0 1ex;
	background: transparent;
	color: #DFDFDF;
	text-align: center;
}

#prelude a{
	color: #DFDFDF;
	background: transparent;
}

#prelude a:hover{
	color: #666;
	background: transparent;
}

/* Le contenu
-------------------------------------------------------- */

#content{
	margin: 15px 0 0 30px;
}

.date-gauche{
	padding: 2px;
	position: absolute;
	text-align: center;
	line-height: 0;
	width: 32px;
	height: 50px;
	background: #fff;
}

.date-gauche img{
	display: block;
	align: center;
	margin: 0;
	border: 0;
}

.post{
	margin-bottom: 10px;
	border-bottom: thin dotted #082c54;
}

.day-date{
	padding-left: 20px;
	margin-left: -25px;
	color: #888;
	font-style: italic;
}

.post-title{
	padding-left: 46px;
	color: #9ED200;
	background: transparent;
	margin-bottom: 0;
}

.post-title a{
	color: #9ED200;
	background: transparent;
	text-decoration: none;
}

.post-chapo{
	font-style: italic;
	padding-left: 46px;
}

.post-info{
	padding-left: 46px;
	margin-top: 0;
	color: #9ED200;
	background: transparent;
	padding-bottom: 1ex;
}

.post-info a{
	color: #9ed200;
	background: transparent;
	text-decoration: none;
}

.post-info a:hover{
	background: none;
	text-decoration: underline;
}

.post-content{
	text-align: justify;
	padding-left: 46px;
}

.post-content p{
	background: transparent url(img/bg-post-content);
	line-height: 1.3em;
	padding-bottom: 0.5em;
}

.post-content img{
	display: block;
	margin: auto;
	padding: 1px;
	background: #fff;
	border: 0;
}

.post-content img:a{
	text-decoration: none;
}

.read-next img{
	display: inline;
	padding: 0;
	border: 0;
}

.post-content blockquote{
	font-family: Times, serif;
	font-style: italic;
	font-size: 1.2em;
	line-height: 1.8em;
	margin-top: 20px;
	padding: 5px;
	background: url(img/bg-quote.jpg) #0a396d no-repeat top left;
}

.post-content code{
	display: block;
	font-family: Monospace, courier;
	font-size: 1em;
	margin-top: 20px;
	padding: 20px;
	background: url(img/bg-code.jpg) #0a396d no-repeat top left;
	border: 0;
}

.post-content a:visited {
	background: #fff;
	color: #082c54;
}

.post-content a:hover {
	color: #9ed200;
	text-decoration: underline;
	background: #082c54;
}

.post-info-co{
	padding-left: 46px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: left;
}

.post-info-co a{
	background: none;
}

.post-info-co a:hover{
	color: #082c54;
	background: none;
	text-decoration: underline;
}

#trackbacks blockquote, #comments blockquote{
	border: 1px solid #EEE;
	margin: 1em 0;
	padding: 1ex 1em;
}

/*#trackbacks h3{
	color: #9ED200;
}

#comments h3{
	color: #9ED200;
}*/

/* La barre de navigation
-------------------------------------------------------- */

#sidebar{
	float: right;
	width: 230px;
	padding-bottom: 4em;
}

#sidebar div{
	margin: 20px 30px 0 0;
	padding: 1ex 1em;
	color: inherit;
}

#sidebar div ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar h2, #sidebar h3{
	/*color: #9ED200;*/
	margin: 0 0 1ex 0;
}

#sidebar h3{
	font-size: 1em;
	margin: 0;
}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 1.5em;
}

#sidebar a{
	color: #082c54;
	background: #fff;
	text-decoration: none;
}

#sidebar a:visited{
	background: #fff;
}

#sidebar a:hover{
	color: #000;
	background: #9ED200;
}

#syndicate a{
	border: 0;
	margin: 0;
	text-decoration: none;
	background: none;
}

#syndicate a:hover{
	border: 0;
	margin: 0;
	text-decoration: none;
	background: none;
}

#syndicate a:visited{
	border: 0;
	margin: 0;
	text-decoration: none;
	background: none;
}

#syndicate img{
	border: 0;
	margin: 0;
	padding-bottom: 2px;
	text-decoration: none;
	background: none;
}

#search fieldset, #search p{
	margin: 0;
	padding: 0;
}

#q{
}

#sidebar div#calendar{
	border-top: 0;
}

#sidebar div#calendar table{
	font-size: 1em;
	text-align: center;
	margin: 0 auto;
	border-collapse: collapse;
}

#sidebar div#calendar table caption{
	margin: 0 auto;
}

#sidebar div#calendar table th{
	color: #9ED200;
	background: transparent;
}

#sidebar div#calendar table td{
	width: 14%;
	line-height: 2em;
	border: 0px;
}

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

#sidebar div#calendar table td a:hover{
	background: #9ED200;
	color: #000;
}
/* Le pied de page
-------------------------------------------------------- */
#footer{
	padding: 1ex 1em 1ex 1em;
	margin : 0 auto;
	clear: both;
	margin: 0;
	padding: 0;
	width: 770px;
	height: 128px;
	background: #FFF url(img/bas.jpg) no-repeat left top;
	color: #666;
	
}

#footer a{
	color: #999;
	background: none;
}

#footer a{
	color: #fff;
	background: #FFF url(img/bas.jpg) no-repeat left top;
}


