/* 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
*******************************************************************************/
html, body{
	margin: 0;
	padding: 0;

	 
	
}

body{
	
	color: #444444;
 	font-size: 11px;
	line-height: 13px;
 	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	align: left;
	
	
	background: #FFFFFF url(img/bg.gif) repeat-x;
	
	}
}



hr

{
color: #CADBF0;
size: 1px;
}

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

pre{
 	width: 100%;
	overflow: auto;
	background: #ffffff;
	border: 1px solid #dcdcdc;
	color: #71828A;
}

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

fieldset{
	border: none;
	margin: 0px;
}

label{
	cursor: pointer;
	cursor: hand;
}

.field label{
	display: block;
}



input, input[type=checkbox]{
	border: 1px solid #4586BA;
	background: #ffffff;
	color: #444444;
}

textarea{
	width: 100%;
	font-size: 11px;
	background: #fff;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	border: 1px solid #4586BA;
	color: #444444;
}

a{
	color: #2F466C;
	text-decoration: underline;
}

a:visited{
	color:#2F466C;
}

a:hover{
	color: #4586BA;
}

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

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

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

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

/* La page
*******************************************************************************/
#page{
 
	color: #444444;
	align: center;
	position: relative;
	background: #FFFFFF;
	margin-top: 0px;

}
 
/* L'entête
*******************************************************************************/
#top{
	height: 178px;
	/*padding-top: 0px;*/
 	background: #FFFFFF url(img/top.gif) no-repeat ;
	margin-top: 0px;
	
}

#search
{
margin-right: 5px;
padding: 0px;
color: #CADBF0;
font-size: 9px;
font-weight: bold;

}
	
	
		

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

#main{
	float: left;
	align: left;
	position : relative;
	background: #FFF;
	color: #444444;
	margin-top: 8px;
	
}

.day-date{
	display:none;
}
	
.post{
color: #444444;
	padding-left: 0px;

	
}

.post img {
	float: left;
	margin: 0 20px 0 0;
	color: #FFFFFF;
	border: none;
}

#pix img{
	float: left;
	margin-right: 6px;
	color: #FFFFFF;
	border: none;
}

.post img a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}

#imagerie a {
	text-decoration: none;
	color: #FFFFFF;
}


.post hr

{
color: #CADBF0;
}

.post-title{
font-family: verdana, sans-serif;
		color: #2F466C;
	
		padding-top: 10px;
		font-size: 16px;
		text-decoration: none;
	height: 28px;
	
	
}

	.post-title a{
			font-family: verdana, sans-serif;
		color: #2F466C;
			font-size: 16px;
		text-decoration: none;
		padding: 10px;
			height: 28px;
		background:#CADBF0;
	
	}
	
	.post-title a:visited{
			font-family: verdana, sans-serif;
		color: #2F466C;
		font-size: 16px;
		text-decoration: none;
		background:#CADBF0;
		padding: 10px;
			height: 28px;
	}
	
	.post-title a:hover{

	font-family: verdana, sans-serif;
		color: #2F466C;
			font-size: 16px;
		text-decoration: none;
		padding: 10px;
			height: 28px;
		background:#CADBF0;
	}
	
.post-info{
	margin: 0;
	color: #71828A;
	font-size: 9px;
	padding-bottom: 5px;
	
}
.post h1{
font-family: arial, sans-serif;
	font-size: 16px;
	text-align: left;
	color: #3A719C;
	font-weight: bold;
}

.post h2{
font-weight: bold;
font-family: arial, sans-serif;
font-size: 14px;
color: #3A719C;
}
	
.post-content{
	
	
	font-size: 12px;
	text-align: justify;
		line-height: 14px;
		color: #2F466C;
	
}
.post-content hr

{
color: #CADBF0;

}


.post-content blockquote{
	font-family: Verdana, sans-serif;
	font-size:11px;
	font-style: italic;
	
	
}



.post-info-co{
	font-family: verdana, sans-serif;
	padding-top: 4px;
	font-size: 10px;
	text-align: right;
	color: #71828A;
	
	
}

.post-info-co a{
	padding-top: 4px;
	font-size: 10px;
	text-align: right;
	color: #71828A;
	
	
}

.post-info-co a:hover{

	color: #006688;
	
	
}

.post-info-co a:visited{

	color: #71828A;
	
	
}

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

#content {
	background: #ffffff;
	font-size:11px;
	

	color: #444;
	
}
#trackbacks {
	
	padding: 8px;
	background: #ffffff;
	font-size:10px;

	color: #444;
	margin-bottom: 30px;
	
}

#comments {
	


font-family: verdana, sans-serif;

	padding: 4px;
	background: #ffffff;
	font-size:10px;
	
	
	color: #444;
	
}

#comments a

{
color: #71828A;
	}
#comments a

{
color: #71828A;
	}

/* La barre de navigation
*******************************************************************************/

#sidebar
{
font-family: verdana, sans-serif;
background: #fff;
margin-top: 8px;
}

#sidebar div{
	color: #444;
	background: #fff;
	padding: 2px;
	

	text-decoration: none;
}
#sidebar div a{
	color: #444;
	text-decoration: none;
}
#sidebar div a:hover{
	color: #71828A;
	text-decoration: none;
}

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

#sidebar h2{
font-family: verdana, sans-serif;
	color: #71828A;
	text-transform: uppercase;
	text-align: left;
	font-size: 11px;
	
}

#sidebar h3{
	font-size: 11px;
	margin: 0;
	margin: 0 0 1ex 0;
	font-family: arial, sans-serif;
}



	
#sidebar div#calendar{

}


#calendar table{
	
	color: #444;
	background: transparent;
	
	
	font-size: 10px;
	text-align: center;
	

}

#calendar table td a{
	color: #71828A;
	font-weight: bold;
}


/* Le pied de page
*******************************************************************************/	
#footer{
	margin-top: 80px;
	padding: 15px;
	background: #FFF;
	height:40px;
	text-align: center ;
	color: #2F466C;
	font-size: 10px;
	margin-bottom: 10px;
	
}

#footer a{
	color: #2F466C;
	text-decoration: underline;
}

#footer a:hover{
	color: #2F466C;
}


#menu {
width: 178px;
margin-top: 2px;

}

#menu a {
color: #FFFFFF;
text-decoration: none;
background-color:#316FAE;


}



#menu dl {
float: left;
height: 21px;
text-align: left;
background: #316FAE;
color: #FFFFFF;
margin-bottom: 0px;
}

#menu dl a:hover {
background-color: #4586BA;
color: #FFFFFF;
}

#menu dt {
cursor: pointer;
text-align: left;
font-family:  verdana, sans-serif;
font-size: 12px;
font-weight: bold;
background: #2F466C;
margin-bottom: 7px;
color: #fff;
padding-left: 7px;
padding-bottom: 0px;
height: 25px;


}


#menu dd {

display: none;
color: #2F466C;
	font-family: verdana, sans-serif;
	font-size: 11 px;
	margin-bottom: 6px;
padding-top: -8px;
width: 178px;
margin-left: 0px;
line-height: 16px;
background: #CADBF0;
margin-bottom: 8px;
}



#menu li {

text-align: left;

color: #FFFFFF;
font-family: verdana, sans-serif;
font-size: 11px;
margin-left: 6px;




}
#menu li a {
color: #2F466C;
background: transparent;
text-decoration: none;

line-height: 20px;


}

#menu ul

{
margin-bottom: 12px;
padding-bottom: 4px;
}
 

#menu li2 a{


text-decoration: none;
display: block;

border: 0 none;


}





#menu dt a {
color: #fff;
text-decoration: none;
display: block;

border: 0 none;
padding: 6px;


}


#link a {
	color: #44a1d0;
	text-decoration: underline;
	font-size: 12px;
}
#link a:visited {
	color: #5EAFD7;
}
#link a:hover {
	text-decoration: none;
}

#menu dt a:hover
{
background: #CADBF0;
color: #2F466C;
}
 
#menu li a:hover, #menu dt a:focus menu li a:focus {

text-decoration: underline;
color: #316FAE;


}

#liste
{
line-height: 18px;
}
