/* ***** 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: #333333; /*585858*/
 	font-size: 75%;
	line-height: 1.6em;
 	font-family: Arial, Verdana, Helvetica, sans-serif}

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

h1{font-size: 3.5em;}
h2{font-size: 1.2em;}
h3{font-size: 1.2em;}
h4{font-size: 1.1em;}
h5{font-size: 1em;}
h6{font-size: 0.9em;}

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: #FFFFFF;
	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;
	font-weight: bold;
}

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

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

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

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

/* stylage des caractères et éléments des articles (par opposition au 'chrome' */
/*pompé sur tristan nitot*/
abbr, acronym { 
	cursor: help;
}

a[hreflang]:after {
	color: gray;
	font-weight: bold;
	content: "\0000a0[" attr(hreflang) "]";
}


blockquote {
	margin: 10px 0;
	padding: 7px 20px 0 30px;
	background: url('img/quote.png') no-repeat 0% 1%;
	border: none;
	}
	
blockquote blockquote{
	background: 0 none;
	border-left: 4px solid #f2f2f2;
	padding-left: 8px;
}
	
blockquote, em, q{
	font: 1.1em/1.45em Georgia, "Times New Roman", serif;
	font-style: italic;
}

blockquote em{ font-size: 1.0em;}



#citation {
	font-family:Georgia, "times new roman", serif;
	font-style: italic;
	text-align:center;
	background: #f0f0ff url(img/citation.gif) no-repeat 10px 10px;
	margin:2em;
	padding:3px 2em;
	-moz-border-radius : 18px;
}
#citation p {
	margin-top:1em;
}







/* La page
*******************************************************************************/
#page{
 	background: #FFFFFF 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: 92px;
		line-height: 92px;
		margin: 0 0 0 30px;
		padding-top: 60px;
		padding-right: 25px;
		color: #FFFFFF;
	}
	
		#top h1 a{
			text-decoration: none;
			color: #FFF;
		}

/* Le prélude
*******************************************************************************/ 
#prelude{
 	background: transparent;
	color: #DFDFDF;
	text-align: center;
}
 
 	#prelude a{
 		color: #DFDFDF;
		background: transparent;
		text-decoration:none;
 	}
	
	#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;
	padding-bottom: 1ex;
	/*border-bottom: 1px solid #FC0;*/
}

	.post-info a{
		color: #a2a2a2;
		background: transparent;
		text-decoration: none;
	}
	
	.post-info a:hover{
		text-decoration: underline;
	}
	
.post-content{
	text-align: justify;
}

.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.9em;
	margin: 0;
	padding: 0;
	background: #d7d7d7;
	color: #a2bddb;
	height: 110px;
	background: url(img/footer_cc.jpg) center bottom;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 10px;
}

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



/* Festival des Blog BD
**********************************************************************************/
#enlarge2 {padding:0; margin:2em 0 2em 0; list-style-type:none; width:480px; display:block;}
#enlarge2 li {display:block; float:left; width:32px; height:32px; margin:1px 1px 1px 1px;}
#enlarge2 li a {display:block; width:32px; height:32px; background:#FFF; color:#FFF; position:absolute;}
#enlarge2 li a em {display:none;}
#enlarge2 li a img {display: block; width:32px; height:32px; background:#FFF; border:0;}
#enlarge2 li a:hover {background:#888; z-index:100;}
#enlarge2 li a:hover img {position:absolute; width:32px; height:32px; left:-5px; top:-5px; border:1px solid #000;}

/*Pagination
**********************************************************************************/
.pagenav {
	font-size: 0.9em;
}
p.pagenav a {
	background : #ddd;
	color: black;
	padding:2px;
	border: 1px solid #bbb;
	text-decoration: none;
	font-size:90%;
}
p.pagenav a:hover {
	background:#598F9A;
	color:white;
}
p.pagenav strong {
	color: black;
	padding:2px;
	border: 1px solid #bbb;
}

/*Liste Plus Moins
**************************************************************************************/
.Tab_plus_moins{
	clear: both;
	float: left;
	background-image: url(img/eval_stripe_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #DEDEDE;
	width: 555px;
	padding-top: 5px;
	padding-bottom: 7px;
}
ul.listingInLine{
	margin: 0px;
	margin-bottom: 5px;
	margin-top: 5px;
	padding: 0;
	list-style:none ;
	border: 0px solid #000;
}
.listingInLine li{
	float: left;
	line-height: 15px;
	padding: 3px;
	margin: 0px;
}
.Tab_plus_moins_header ul.listingInLine li{
	width: 220px;
	padding: 0;
	margin: 0;
	margin-left: 10px;
	text-align: center;
	border: 0px solid red;
}
.Tab_plus_moins_header ul.listing{
	padding: 0;
	margin: 0;
}
.Tab_plus_moins_header ul.listing li{
	width: 220px;
	padding-left: 31px;
	margin: 0;
	text-align: left;
	border: 0px solid blue;
}
li.evalPlus{
	list-style:none ;
	background-image: url(img/eval_plus.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}
li.evalMoins{
	list-style:none ;
	background-image: url(img/eval_moins.gif);
	background-repeat: no-repeat;
	background-position: 10px 2px;
}

/*
**************************************************************************************/

.me {
	background-color : #c0c0c0;
	border : 1px solid #19194b;
}