/*Theme modifié par Phive*/
/*www.phive-online.com*/

/* Bienvenue dans l'arborescence du nouveau thème d' Uncommonmanfrommars. CSS Powered.
* - << http://www.callmeunc.be >>
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
 * - le contenu
 * - la barre de navigation
 * - le pied de page
 *
 * L'agengement des blocs est défini dans le fichier layout.css (Merci Mauriz')
 */

@import "layout.css";
 
/* Les éléments HTML en général
*******************************************************************************/
body{
	background: #f7f7f7 url(img/fond.png);
	color: #1d1d1d;
 	font-size: 70%;
	line-height: 1.3em;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

h1{font-size: 1.8em; }
h2{font-size: 1.2em;}
h3{font-size: 1.1em; color:#666}

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

pre{
 	width: 100%;
	overflow: auto;
	background: #f6f6f6;
	border: 1px solid #dcdcdc;
	color: #202020;
}

html>body pre {
	overflow: auto;
	width: auto;
}

fieldset{
	border: none;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}

input:hover, textarea:hover, input:focus, textarea:focus, input:active, textarea:active{
	border: 1px solid #9DD600;
}

input{
	border: 1px solid #dcdcdc;
	background: #fff;
	color: #202020;
}

textarea{
	width: 100%;
	font-size: 1em;
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #dcdcdc;
	/*color: #202020;*/
}

a{
	/*color: #FFF;*/
	color: #3399AA;
	text-decoration: none;
}

a:visited{
	color: #3399AA;
}

a:hover{
	color: #9DD600;
}

a[hreflang]:after {
	content: "\0000a0("attr(hreflang)")";
	color: #666666;
	font-size: 0.8em;
	vertical-align: top; /* Ne pas toucher à ceci */
}

acronym{
	border-bottom: 1px dotted #9DD600;
}

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

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

/* La page
*******************************************************************************/
#page{
 	/*background: transparent url(img/page.png) repeat-y center top;*/
	background: #fff;
	border: 1px solid #dcdcdc;
	color: inherit;
}
 
/* L'entête
*******************************************************************************/
#top{
	height: 100px;
	/*padding-top: 20px;*/
 	background: transparent url(img/top_test.png) no-repeat right;
		
}

	#top h1{
		text-align: left;
		height: 80px;
		line-height: 80px;
		margin: 0;
		padding-top: 0px;
		padding-left: 25px;
		color: #9DD600;
	}
	
		#top h1 a{
			text-decoration: none;
			color: #9DD600;
		}

/* Le prélude
*******************************************************************************/ 
#prelude{
 	/*display: none;  Celui-ci ne s'accordant pas avec le style de la page.*/
	width:100%;
	text-align:center;
	margin-bottom:-10px;
}

#flux_rss_haut{
	width:100%;
	text-align:right;
	margin-bottom:-10px;
}
	
/* Le contenu
*******************************************************************************/

#main{
	float: left
}

.day-date{
	display:none;
}
	
.post{
	background: #fff;
	padding: 10px;
	-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
}

.post-title{
	color: #9DD600;
	margin-bottom: 0;
	margin-top: 0;
}

	.post-title a{
		color: #9DD600;
		background: transparent;
		text-decoration: none;
	}
	
.post-info{
	margin: 0;
	color: #808080;
	background: transparent;
	padding-bottom: 5px;
	/*border-bottom: 1px solid #dcdcdc;*/
}

	
.post-content{
	text-align: justify;
border-bottom: 1px solid #dcdcdc;
padding-bottom:30px;
	margin-bottom:-35px;
}

.post-digglike{
	text-align: right;
	width:100%;
}

.post-chapo{
		text-align: justify;

}

.post-content blockquote{
	font-family: Georgia, serif;
	font-style: italic;
	border-left: 5px solid #9DD600;
	padding-left: 10px;
}

.post-content ul{
	padding-left: 15px;
}

.post-info-co{
	text-align: right;	
	margin-bottom:-30px;
}

.post-info-co span{
	color: #9DD600;
}

#trackbacks blockquote, #comments blockquote{
	border-left: 5px solid #dcdcdc;
	margin: 1em 0;
	color: #666;
	padding-left: 10px;
}

#comments blockquote.author-comment {
	border-left: 5px solid #9DD600;
	margin: 1em 0;
	color: #666;
	padding-left: 10px;
}

#tb{
	color: #666;
}
#co{
	color: #666;
}

/* La barre de navigation
*******************************************************************************/
#apropos{
	text-align:left;
}


#sidebar div{
	color: #666;
	background: #fff;
	padding: 10px;
	/*-moz-border-radius: 8px;  Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	margin-top: 10px;
}

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

#sidebar h2{
	margin: 0 0 1ex 0;
	color: #9DD600;
	text-align: center;
}

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

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}
	
	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}
#search .submit{
		background: #fff;
		border: 1px solid #dcdcdc;
		padding: 1px;
		width: 30px;
		/*-moz-border-radius: 5px;  Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	}

#search h2{
	/*display:none;*/
}

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

	#q{
		padding: 2px 1px 2px 18px;
		width: 100px;
		background: #fff url(img/spot.png) no-repeat 4px center;
		border: 1px solid #dcdcdc;
		/*-moz-border-radius: 5px;  Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
		
	}

	
#sidebar div#calendar{

}

	#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: #666;
		background: transparent;
	}
	
	#sidebar div#calendar table td{
		width: 14%;
		line-height: 2em;
	}
	
	#sidebar div#calendar table td a{
		display: block;
		background: transparent;
		color: #9DD600;
		font-weight: bold;
		text-decoration: none;
	}
	
	#sidebar div#calendar table td a:hover{
		background: transparent;
		color: #666;
	}

		#sidebar div#calendar h2{
			/*display:none;*/
	}


	.image_rss{
	border:none;
}

/* Le pied de page
*******************************************************************************/	
#footer{
	margin: 0;
	padding: 1em 1em 2em 1em;
	color: #808080;
	/*background: transparent url(img/footer.png) no-repeat center bottom;
	background-repeat: no-repeat;*/
	text-align: right ;
	padding-right: 25px;
	padding-top: 20px;
}

#footer a{
	color: #999;
}

/* Beau non ? */