/* 
 * Thème de Guyhom
 * www.guyhom.net
 * 2006
 */

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

#main{
	float: center;
	width: 764px;
}

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: #fff;
	font-size: 1em;
	font-family: 'Lucida Grande', Arial, Helvetica, Tahoma, sans;
	border: 1px solid #fff;
	background: #0A396D;
}

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

textarea{
	width: 80%;
}
p a{
	color: #fff;
	background: #021b38;
	text-decoration: none;
}

p a:visited{
	background: #0a396d;
}

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

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

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

/* La page
-------------------------------------------------------- */
#page{
	width: 764px;
	margin: 0 auto;
	text-align: left;
	background: #082c54;
	color: inherit;
}
 
/* L'entête
-------------------------------------------------------- */
#logo{
	margin: 0 auto;
	width: 0px;
	height: 0px;
	padding-top: 0;
	text-align: left;
	background: none;
}

#logo img{
	border: 0px none;
}

#logo a{
	background: none;
	text-decoration: none;
}

#top{
	margin: 0 auto;
	width: 1014px;
	height: 250px;
	padding-top: 0;
	background: #FFF url('img/top.gif') no-repeat left top;
}

/* Le prélude
-------------------------------------------------------- */ 
#prelude{
	position: absolute;
	width: 764px;
	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: 0px none;
}

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

.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: url('img/bg-post-content');
	line-height: 1.86em;
	padding-bottom: 1.7em
}

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

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

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

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

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

.post-content a:visited {
	background: #0a396d;
	color: #fff;
}

.post-content a:hover {
	color: #000;
	background: #9ED200;
}

.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: #fff;
	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: 250px;
text-align: left;
	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: 2.3em;
}

#sidebar a{
	color: #fff;
	background: #021b38;
	text-decoration: none;
}

#sidebar a:visited{
	background: #0a396d;
}

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

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

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

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

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

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

#q{
}

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

#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;
	clear: both;
	margin: 0;
	padding: 1em;
	background: #0a396d;
	color: #666;
}

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

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