/* 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: Georgia, "Times New Roman", Times, serif;
}

h1{font-size: 1.8em;}
h2{font-size: 1.3em;}
h3{font-size: 1.1em;}

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 #e00001;
}

input{
	border: 1px solid #dcdcdc;
	background: #fff;
	color: #202020;
}

textarea{
	width: 100%;
	font-size: 1em;
	background: #fff;
	font-family: Georgia, "Times New Roman", Times, serif;
	border: 1px solid #dcdcdc;
	color: #202020;
}

a{
	color: #cf3363;
	text-decoration: none;
}

a:visited{
	color: #cf3363;
}

a:hover{
	color: #Ff3363;
}

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;
}

.center {
text-align: center;
border: 0;
}

.pagenav {
	font-size: 1.3em;
         text-align: center;
}


/* La page
*******************************************************************************/
#page{
 	background: transparent url(img/page.png) repeat-y center top;
	color: inherit;
}

/* L'ent�te
*******************************************************************************/
#top{
	height: 220px;
	/*padding-top: 20px;*/
 	background: transparent url(img/top.png) no-repeat center top;
}

	#top h1{
		text-align: left;
		height: 80px;
		line-height: 80px;
		margin: 0 0 0 -5000px;
		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
}

#accueil h2{
	margin: 0 0 1ex 0;
	color: #ff3363;
	text-align: left;
}

#accueil h3{
	font-size: 1.2em;
	margin: 0;
	margin: 0 0 1ex 0;
}

#topmessage h2{
	margin: 0 0 1ex 0;
         text-align: center;
         line-height: 1.5em;
         background: #ffd8cc;
}

#topmessage a{
	color: #ff3363;
	text-decoration: none;
}

#topmessage a:visited{
	color: #ff3363;
}

#topmessage a:hover{
	color: #f305a0;
}

.day-date{
	display:none;
}

.post{
	background: #fff9ff;
	padding: 10px;
         border-bottom: 1px solid #ffc2d9;
	-moz-border-radius: 8px; /* Ceci d�fini les bords arrondis, ne fonctionnant pas (h�las) sous Internet Explorer...*/
        -webkit-border-radius: 8px;
}

.post-title{
	color: #ff3363;
	margin-bottom: 0;
	margin-top: 0;
}

	.post-title a{
		color: #ff3363;
		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;
         font-size: 1.2em;
}

.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-content a{
	color: #cf3363;
	text-decoration: none;
}

.post-content a:visited{
	color: #cf3363;
}

.post-content a:hover{
	color: #ffffff;
         background: #cf3363;
}


.post-info-co{
	text-align: right;
}

.post-info-co span{
	color: #e00001;
}

.titrecat {
      text-align : right;
      color : #ff3363;
      h2{font-size: 1.2em;}
      h3{font-size: 1.1em;}
}

#trackbacks blockquote, #comments blockquote{
	border-left: 5px solid #dcdcdc;
	margin: 1em 0;
	color: #e00001;
	padding-left: 10px;
}

/* La barre de navigation
*******************************************************************************/
#sidebar div{
	color: inherit;
	background: #fff3ff;
         border: 1px solid #ffc2d9;
         padding: 10px;
	-moz-border-radius: 8px; /* Ceci d�fini les bords arrondis, ne fonctionnant pas (h�las) sous Internet Explorer...*/
        -webkit-border-radius: 8px;
	margin-top: 10px;
}

         #sidebar div ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

#sidebar h2{
	margin: 0 0 1ex 0;
	color: #ff3366;
	text-align: center;
}

#sidebar h3{
	font-size: 1.em;
	margin: 0;
	margin: 0 0 1ex 0;
}


#categories{
	font-size: 1.2em;
	margin: 0;
	margin: 0 0 1ex 0;
}

#categories strong a{color:ff3363;}

#sidebar div#search{
	background: transparent;
	color: inherit;
	line-height: 2.3em;
}

	#search fieldset, #search p{
		margin: 0;
		padding: 0;
	}
#search .submit{
		background: #ffcccc;
		border:none;
		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: #ffeeee url(img/spot.png) no-repeat 4px center;
		border: none;
		-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: #e00001;
		font-weight: bold;
		text-decoration: none;
	}

	#sidebar div#calendar table td a:hover{
		background: transparent;
		color: #666;
	}

		#sidebar div#calendar h2{
			display:none;
	}


#sidebar2 div{
	color: inherit;
         padding: 10px;
	-moz-border-radius: 8px; /* Ceci d�fini les bords arrondis, ne fonctionnant pas (h�las) sous Internet Explorer...*/
        -webkit-border-radius: 8px;
	margin-top: 10px;
}

         #sidebar2 div ul{
		margin: 0;
		padding: 0;
		list-style: none;
	}

#sidebar2 h2{
	margin: 0 0 1ex 0;
	color: #ff3366;
	text-align: center;
}

#sidebar2 h3{
	font-size: 1.em;
	margin: 0;
	margin: 0 0 1ex 0;
}
#liens {
         background: #fff3ff;
         border: 1px solid #ffc2d9
}
#liens a{
         color: #ffd8cc;
}
#liens a:visited{
	color: #ffd8cc;
}
#liens a:hover{
	color: #ff9999;
}

#sidebar a img { border: 1px solid #fff3ff; }
#sidebar a:hover img { border: 1px solid #ffc2d9; }
#sidebar2 a img { border:none; }

#rechm a{
         color: #cf3363;
}
#rechm a:visited{
	color: #cf3363;
}
#rechm a:hover{
	color: #ffffff;
         background: #cf3363
}
#categories a:hover{
	color: #ffffff;
         background: #cf3363
}

#block2 { border: 1px solid #ffc2d9; background: FFF3FF; }

/* 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: #f1bcc3;
}

/* Beau non ? */

