/* ***** Infos *****
/* Ce fichier définit le style visuel pour les différents éléments du blog.
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
 * - la page
 * - l'entête
 * - le prélude
 * - la barre de navigation horizontale
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css
 * Pour mettre la barre de navigation à gauche, décommentez l'appel à 
 * layout-gauche.css
 */

@import "layout.css";
/* @import "layout-gauche.css"; */
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	background: #ebebeb;
	color: #585858;
 	font-size: 80%;
	line-height: 1.6em;
 	font-family: Arial, Verdana, Helvetica, sans-serif}

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

h1{font-size: 3.1em;}
h2{font-size: 1.1em;}
h3{font-size: 1 em;}
h4{font-size: 0.8em;}
h5{font-size: 0.7em;}
h6{font-size: 0.6em;}

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

pre{  	width: 100%; 	overflow: auto; 	border: 1px solid #a5acb2; 	color: #585858; }  html>body pre { 	overflow: auto; 	width: auto; }  fieldset{ 	border: none; }  label{ 	cursor: pointer; 	cursor: hand; }  .field label{ 	display: block; }  input{ 	border: 1px solid #a5acb2; 	background: #FFF; 	color: #585858; }  textarea{ 	width: 100%; 	font-size: 1em; 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #585858;
	border: 1px solid #a5acb2; }

a{
	color: #256ebb;
	text-decoration: none;
}

a:visited{
	color: #256ebb;
	text-decoration: none;
}

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

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

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

/* La page
*******************************************************************************/
#page{
 	background: #FFF url(img/page.jpg) repeat-y center top;
	color: inherit;
}
 
/* L'entête
*******************************************************************************/
#top{
	height: 180px;
	/*padding-top: 20px;*/
 	background: #ebebeb url(img/top.jpg) no-repeat center top;
	/*Choisissez "top_podcast.jpg" pour un header version Podcast*/
}

	     #top h1{
		text-align: left;
		height: 80px;
		line-height: 80px;
		margin: 0 0 0 40px;
		padding-top: 80px;
		padding-right: 25px;
		color: #FFF;
	}
	
		#top h1 a{
			text-decoration: none;
			color: #225588;
		}

/* Le prélude
*******************************************************************************/ 
#prelude{
 	background: transparent;
	color: #DFDFDF;
	text-align: center;
}
 
 	#prelude a{
 		color: #DFDFDF;
		background: transparent;
 	}
	
	#prelude a:hover{
		color: #666;
		background: transparent;
	}

/* La barre de navigation horizontale
*******************************************************************************/  ul#nav-box { 	margin : -1px 0 1.5em 0;
	float: center;
	width: 755px; 	padding : 0 1em 5px 0; 	list-style-type : none; 	background-color: transparent; 	color: #255da1; 	font-weight : bold; 	font-size : 0.9em; 	text-align: center; } ul#nav-box li { 	display: inline; 	padding : 5px 0; } ul#nav-box li a { 	padding : 5px 1em 5px 1em; 	color: #FFF;
	background-color: #255da1; 	text-decoration: none;
	border-right: 1px solid #fff; } ul#nav-box li a:hover { 	background-color: transparent; 	color: #255da1; }	
/* Le contenu
*******************************************************************************/
.day-date{
	display:none;
}
	
.post-title{
	padding-left: 15px;
	margin-left: 0px;
	color: #a9c3a0;
	background: transparent url(img/day-date.PNG) no-repeat left center;
	margin-bottom: 0;
	border-bottom: 1px dashed #acc7a4;
}

	.post-title a{
		color: #a9c3a0;
		background: transparent;
		text-decoration: none;
	}
	
.post-info{
	margin-top: 0;
	font-size: 0.9em;
	color: #a2a2a2;
	background: transparent;
	/*border-bottom: 1px solid #FC0;*/
}
.post-info p {margin-bottom: 0;}

	.post-info a{
		color: #a2a2a2;
		background: transparent;
		text-decoration: none;
	}
	
	.post-info a:hover{
		text-decoration: underline;
	}
	
.post-content  { text-align: justify }
.post-content img { margin: 5px; float: left; border: solid 1px #000 }
.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
}

.post-info-co{
	text-align: center;
	color: #a9c3a0;
}

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

}

/* La barre de navigation
*******************************************************************************/
#sidebar div{
	color: inherit;
}

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

#sidebar h2, #sidebar h3{
	color: #a9c3a0;
	margin: 0 0 1ex 0;
	padding-left: 15px;
	margin-left: 0px;
	border-bottom: 1px dashed #aac8a6;
	background: transparent url(img/day-date.PNG) no-repeat left center;
}

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

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

	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}
	
	
	#search .submit{ 		background: url(img/search.png) no-repeat center center; 		font-size: 0; 		height: 19px; 		width: 49px; 		vertical-align: middle; 		cursor: hand;
		border: none;
		margin-bottom: 2px;
	}
	
#sidebar div#calendar{
	/*border-top: 1px solid #F0F0F0;*/
}

	#sidebar div#calendar table{
		font-size: 0.8em;
		text-align: center;
		margin: 0 auto;
		border-collapse: collapse;
	}
	
	#sidebar div#calendar table caption{
		margin: 0 auto;
	}
	
	#sidebar div#calendar table th{
		color: #585858;
		background: transparent;
	}
	
	#sidebar div#calendar table td{
		width: 14%;
		line-height: 2em;
		border: 1px solid #EEE;
	}
	
	#sidebar div#calendar table td a{
		display: block;
		background: #FFF;
		color: #FFF;
		background: #256ebb;
		font-weight: bold;
		text-decoration: none;
		-moz-border-radius-topright: 8px;
	}
	
	#sidebar div#calendar table td a:hover{
		background: #FFF;
		margin: -1px;
		border: 1px solid #256ebb;
		-moz-border-radius-topright: 8px;
		color: #256ebb;
	}

/* Le pied de page
*******************************************************************************/	
#footer{
	font-size: 0.7em; 	margin: 0; 	padding: 0; 	background: #d7d7d7; 	color: #a2bddb;
	height: 50px; 	background: url(img/footer.jpg) center bottom; 	background-repeat: no-repeat; 	text-align: center;
	padding-top: 20px;
}

#footer a{
	color: #a2bddb;
	text-decoration: none;
}


#archives ul.archives_year {
   list-style-image: url(img/puce.gif);
   list-style-position: inside;
   font-weight: bold;
}
#archives a {
   text-decoration: none;
}
#archives a:hover {
   text-decoration: none;
}
#archives .archives_month {
   padding-left: 20px;
} 