/*** Voici la feuille CSS intégrale du thème "Blanc Comme Neige" d'Anthony GUILLEMETTE
Ci-dessous le copyright du thème :

	Theme Name: Blanc Comme Neige
	Theme URI: http://www.aguillem-creations.fr/themes/BlancCommeNeige
	Description: Un theme inspire des recentes chutes de neige (24/01/2007).
	Version: 1.0
	Author: Anthony GUILLEMETTE
	Author URI: http://www.aguillem-creations.fr/
	Author Email : anthony (arobase)  aguillem-creations (point) fr
	
' Cette création est mise à disposition sous un contrat Creative Commons.
' http://creativecommons.org/licenses/by-nc-sa/2.0/fr/

La liste qui suit  définit le style visuel pour les différents éléments du blog (blocks).
 * Dans l'ordre, vous trouverez les règles qui définissent l'apparence pour:
 * - les éléments HTML en général
	(dont les Headings)
 * - la page
 * - l'entête
 * - le prélude
 * - le contenu
 * - la barre de navigation
 * - le pied de page

****/

/* Les éléments HTML en général
*******************************************************************************/
* {
	margin: 0;
	padding: 0;
}

body {
	margin-bottom: 20px;
	padding: 0;
	/*background-color: #B1B9BC;*/
	background-color: #FFFFFF;
	color: #B18B89;
	font-size: 0.8em;
	line-height: 1.6em;
	font-family:Verdana;
}

acronym, abbr {
	border-bottom: 1px dashed #C5A9A8;
	color: #C5A9A8;
	font-size: 0.9em;
	letter-spacing: .07em;
}

/* "Headings" */
h2, h3, h4, h5, h6 {
	font-family: Verdana, Arial, Sans-Serif;
}

h1 {
	position: absolute;
	font-size: 2.4em;
	line-height: 2.2em;
	font-weight: normal;
	right: 20px;
	top: 0px;
}

h1 a {
	color: #fff;
	text-decoration: none;
	border: none;
}

h1 a:hover {
	color: #fff;
	text-decoration: none;
	border: none;
}

h2 {
	border-bottom: 1px solid #B18B89;
	color: #7A888D;
	padding-top: 5px;
	font-weight: normal;
	font-size: 1.4em;
}

h2 a {
	color: #7A888D;
	text-decoration: none;
	border: none;
}

h2 a:hover {
	color: #B1B9BC;
	text-decoration: none;
	border: none;
}

h2:first-letter, h2 a:first-letter {
	color: #B18B89;
	font-weight: bold;
}

h2 a:hover:first-letter {
	color: #C5A9A8;
	font-weight: bold;
}

h3 {
	border-bottom: 1px solid #B18B89;
	color: #7A888D;
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 5px;
	margin-top: 5px;
}

h4 {
	font-size: 1em;
}
/*End Headings*/

pre, code{
	overflow: scroll;
	border: 1px solid #c2c295;
	background: #ddddaa;
}

ul {
	margin-top: 3px;
}

li {
	padding-left: 0.8em;
}

pre {
 	width: 100%;
	overflow: auto;
	border: 1px solid #c2c295;
}

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

fieldset {
	border: none;
	/* font-size: 9px; */
}

label {
	cursor: pointer;
}

.field label {
	display: block;
}

textarea {
	width: 450px;
	border: 1px solid #C5A9A8;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	line-height: 1.6em;
}

input {
	border: 1px solid #C5A9A8;
	background: none;
}

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

p {
	padding-top: 2px;
	padding-bottom: 4px;
}

a {
	color: #B18B89;
	text-decoration: none;
	border-bottom: 1px dotted #B18B89;
}

a:hover {
	color: #C5A9A8;
	text-decoration: none;
	border-bottom: 1px dotted #C5A9A8;
}

a[hreflang]:after {
	content: "\0000a0[" attr(hreflang) "]";
	color : #C5A9A8;
	font-size: 0.8em;
}

img a {
	border: none;
}

img {
	/*display: block;*/
	margin-left: auto;
	margin-right: auto;
	padding: 1px;
	/*border: 1px solid #ddd;*/
}

.smiley {
	border: 0;
	margin: -5px;
	display: inline;
	background: transparent;
}

.right {
	float: right;
}

.left {
	float: left;
}

.spacer {
	clear: both;
	visibility: hidden;
}

blockquote {
    margin: 20px 20px;
    padding: 10px;
    background: url(images/block.gif) #fff no-repeat top left;
    color: #666;
    text-align: justify;
}

/* La page
*******************************************************************************/
#page {
	width: 700px;
	margin: 0 auto;
	background-color: #fff;
	padding: 15px;
	
	font-size: 11px;
}

/* L'entête
*******************************************************************************/
#top {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 300px;
	margin-bottom: 15px;
	background: url(images/fractal2.jpg);
	text-align: left;
	position: relative;
	font-size: 1em;
}

#top p {
	position: absolute;
	color: #fff;
	right: 20px;
	top: 45px;
	font-weight: bold;
	font-size: 1.2em;
}
#topmini {
	font-family: Georgia, "Times New Roman", Times, serif;
	height: 122px;
	margin-bottom: 5px;
	background: url(images/fractal_mini.jpg);
	text-align: left;
	position: relative;
	font-size: 1em;
}

#topmini p {
	position: absolute;
	color: #fff;
	right: 20px;
	top: 45px;
	font-weight: bold;
	font-size: 1.2em;
}
/**** Affichage du calendrier ****/
#top div#calendar {
	position: absolute;
	top: 110px;
	left: 530px;
	font-size: 0.8em;
}

#top div#calendar table {
	text-align: center;
	border-collapse: collapse;
	color: #ffffff;
}

#top div#calendar table caption {
	margin: 0 auto;
	font-weight: bold;
	font-size: 1.1em;
	color:#ffffff;
}

#top div#calendar table th {
	color: #ffffff;
	background: transparent;
}

#top div#calendar table td {
	width: 14%;
	line-height: 2em;
	border: 1px solid #ddd;
}

#top div#calendar table td a {
	display: block;
	background: #C5A9A8;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}

#top div#calendar table td a:hover {
	background: #B18B89;
	color: #ffffff;
}
/***************************/

/* Le prélude
*******************************************************************************/
#prelude {
 	/* display: none; */
	text-align: center;
	height: 20px;
	font-size: 0.9em;
}

#prelude a {
	color: #B18B89;
	text-decoration: none;
	border-bottom: 1px dotted #B18B89;
	margin: 0 10px;
}

#prelude a:hover, #prelude a:focus {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}

/* Le contenu
*******************************************************************************/
#main {
	float: left;
	width: 480px;
}

/**** Affichage de la date ****/
.day-date-border {
	display: inline;
	padding: 1px;
	float: left;
	margin-right: 1em;
	background: #fff;
	border: 1px solid #C5A9A8;
}

.day-date {
	color: #fff;
	text-align: center;
	line-height: 1.4em;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 1px 0px;
	width: 2.9em;
	margin: 0;
	background: #C5A9A8 url(images/fond-date.jpg) repeat-x;
}

.day-date span {
	display: block;
}

.day-date .date-day {
	font-size: 1.2em;
	margin-left: -0.6em;
	line-height: 1em;
	font-weight: bold;
}

.day-date .date-month {
	font-size: 1.6em;
	margin-left: 0.5em;
	line-height: 0.8em;
}

.day-date .date-year {
	font-size: 0.8em;
	margin-left: 0.4em;
	line-height: 1.1em;
}
/***************************/

.post {
	margin-bottom: 30px;
	/*background: url(images/separateur.jpg) no-repeat bottom center;*/
	padding-bottom: 40px;
}

.post h2 {
	border: none;
}

.post ul {
	margin-top: 3px;
	margin-bottom: 3px;
	padding-left: 2em;
}

.post-chapo, .post-content {
	clear: left;
	text-align: justify;
	padding-top: 10px;
	padding-left: 10px;
}

.post-content blockquote {
	padding-left: 55px;
}

.post-info {
	font-size: 0.8em;
	text-align: left;
	color: #7A888D;
	background-color: #EAEAFF;
}

.post-info-co {
	font-size: 0.8em;
	padding-top: 5px;
	padding-left: 10px;
}

/**** Affichage des liens digg-like ****/
.post-digg {
	padding: 0;
	/*border: 1px solid red;*/
}

.post-digg img {
	border: none;
	display: inline;
}

.post-digg a {
	border: none;
}
/***************************/

#trackbacks h3, #comments h3 {
	margin-top: 10px;
}

#trackbacks p, #comments p {
	font-size: 10px;
	padding-left: 10px;
}

#trackbacks blockquote, #comments blockquote {
	background-color: #DAC7C6;
	background-image: none;
	color: #444;
	border: 1px solid #C5A9A8;
	margin: 0;
	font-size: 1em;
	padding-left: 0;
}

/* La barre de navigation
*******************************************************************************/
#sidebar {
	float: right;
	width: 200px;
	margin-bottom: 35px;
}

#sidebar ul {
	list-style: none;
}

#sidebar li {
	list-style: none;
}

#sidebar h2 {
	font-size: 1.2em;
	font-weight: normal;
	padding-bottom: 2px;
	margin-bottom: 5px;
	/* text-transform: uppercase; */
}

#sidebar h3 {
	border-bottom: 1px solid #ddd;
	margin-left: 10px;
}

#sidebar div {
	font-size: 0.9em;
	line-height: 1.4em;
	margin-bottom: 10px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
	border-color: #C5A9A8;
}

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

#q {
	margin-left: 10px;
}

/* Le pied de page
*******************************************************************************/
#footer {
	clear: both;
	border-top: 1px solid #ddd;
	text-align: center;
	color: #666;
}

#lien_cache {
	text-align: center;
	padding: 0;
}

#lien_cache a {
	color: #B1B9BC;
	border-color: #B1B9BC;
}

#lien_cache a:hover {
	color: #B18B89;
	border-color: #B18B89;
}
/* Tagcloud */
#tagcloud ul {
margin:0;
padding:0 1em;
display:block;
}

#tagcloud ul a:hover {
margin:0;
padding:0 1em;
display:block;
}

#tagcloud li {
margin:0;
display:inline;
margin: 0 .1em;
}

#tagcloud li a:hover{
margin:0;
color: #FFFFFF;
background-color: #DAC7C6;
display:inline;
margin: 0 .1em;
}

#tagcloud li.level-1 { font-size: 0.8em; }
#tagcloud li.level-2 { font-size: 1em; }
#tagcloud li.level-3 { font-size: 1.2em; }
#tagcloud li.level-4 { font-size: 1.4em; }
#tagcloud li.level-5 { font-size: 1.6em; }

#tags {
text-align: right;
}
#bookmarkpost {
text-align: right;
font-size: 0.6em;
}

#prelude .prelude_item a {
color: #ffffff;
text-decoration: none;
background-color: #5c8d0c;
background-image: url(images/bg_button.gif);
background-repeat: repeat-x;
background-attachment: scroll;
background-x-position: 0%;
background-y-position: 0%;
padding-top: 5px;
padding-right: 15px;
padding-bottom: 5px;
padding-left: 15px;
font-family: Arial,Helvetica,sans-serif;
font-style: normal;
font-variant: normal;
font-weight: bold;
font-size: 14px;
line-height: 100%;
font-size-adjust: none;
font-stretch: normal;
border-top-width: 1px;
border-top-style: solid;
border-top-color: #e6eed0;
border-left-width: 1px;
border-left-style: solid;
border-left-color: #afcd69;
border-right-width: 1px;
border-right-style: solid;
border-right-color: #afcd69;
display: block;
}

#prelude .prelude_item a:hover {
color: #000000;
}
