/* 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:#e00001;margin:20px 0 8px 0}ul{padding-left:10px;margin-left:18px;}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, input[type=checkbox]:hover, input[type=c_remember]:hover, #q:hover{
	border: 1px solid #e00001;
}

input, input[type=checkbox]{
	border: 1px solid #dcdcdc;
	background: #fffaf0;
	color: #202020;
	-moz-border-radius: 4px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	border-radius: 4px;
}

input[type=submit]{
	border: 2px solid #dcdcdc;
	background: #fffaf0;
	color: #202020;
	-moz-border-radius: 6px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	border-radius: 6px;
}

input[type=submit]:hover{
	border: 2px solid #e00001;
}

textarea{
	width: 100%;
	font-size: 1em;
	background: #fffaf0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #dcdcdc;
	color: #202020;
	-moz-border-radius: 4px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	border-radius: 4px;
}

a{
	color: #000000;
	text-decoration: underline;
}

a:visited{
	color: #666;
}

a:hover{
	color: #e00001;
}

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

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

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

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

span.highlight0 {background-color: #FFFF99;}

/* La page
*******************************************************************************/
#page{
 	background: transparent url(img/page.png) repeat-y center top;
	color: inherit;
}

/* L'entête
*******************************************************************************/
#top{
	height: 197px;
	/*padding-top: 20px;*/
 	background: transparent url(img/banniere.jpg) no-repeat center top;
}

	#top h1{
		text-align: left;
		height: 80px;
		line-height: 80px;
		margin: 0;
		padding-top: 5px;
		padding-left: 25px;
		color: #e00001;
	}

		#top h1 a{
			text-decoration: none;
			color: #e00001;
		}

/* Le prélude
*******************************************************************************/
#prelude{
 	display: none; /* Celui-ci ne s'accordant pas avec le style de la page.*/
}

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

#main{
	float: left
}

.day-date{
	display:none;
}

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

.post-title{
	font-size: 1.5em;
	color: #000; /*rouge #e00001;*/
	margin-bottom: 0;
	margin-top: 0;
	line-height: 1.3em;
    padding-bottom: 5px;
    border-bottom: 1px solid #dcdcdc;
}

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

.post-info{
	margin: 0;
	text-align: right;
	color: #808080;
	background: transparent;
	padding-bottom: 5px;
}


.post-content{
	padding-top: 15px;
	text-align: justify;
	padding-bottom: 15px;
	/* border-bottom: 1px solid #dcdcdc;*/
}

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

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

.post-info-co{
	text-align: left;
}

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

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

#comments {
	background: #fff7e1;
	border: 1px solid #dcdcdc;
	padding: 10px;
	-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	border-radius: 8px;
}

/* La barre de navigation
*******************************************************************************/
#sidebar div{
	color: inherit;
	border: 1px solid #dcdcdc;
	background: #F0FBCE;
	padding: 10px;
	-moz-border-radius: 8px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
	border-radius: 8px;
	margin-top: 10px;
}

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

		#sidebar div ul li{
	        padding-left: 14px;
	        background: url(img/puce.gif) no-repeat;
	        background-position: 0px 2px;
	    }

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

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

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

#sidebar a{
    text-decoration: none;
}

#selection field, #search p{
    border: 1px solid ;
    margin: 0;
    padding: 0;
}


#search .submit{
		background: #edc;
		padding: 1px;
		-moz-border-radius: 5px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
		border-radius: 5px;
	}

#search .zone{
		background: #ffe;
		padding: 1px;
		-moz-border-radius: 5px; /* Ceci défini les bords arrondis, ne fonctionnant pas (hélas) sous Internet Explorer...*/
		border-radius: 5px;
	}

#search h2{
	display:none;
}


	#q{
		padding: 2px 2px 2px 18px;
		background: #fafafa 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...*/
		border-radius: 5px;
	}


#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: #e00001;
		font-weight: bold;
		text-decoration: none;
	}

	#sidebar div#calendar table td a:hover{
		background: transparent;
		color: #666;
	}

		#sidebar div#calendar h2{
			display: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;
}

/* ajouts de VL */

#links ul li{	margin-top:4px;
}

#selection ul li{
    margin-top:4px;
}