@import "layout.css";

body{
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-size: 76%;
		color: #333;

}
.button {
	float: left;
	display:inline;
	height: 25px;
	height: '27px'; /* '27px' fixe IE5.x Win box model -> 25px+2px pour border:1px (Attention ! IE6 lie cette valeur en mode quirks) -REMOVE AND USE CONDITIONAL TAGS- */
	line-height: 24px;
	padding: 0 5px;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	white-space: nowrap;
	background: #fff url('http://www.zimagez.com/images/button-bg.gif') 0 0 repeat-x;
	border: 1px solid #B4C7DD;
}
a {
	color : #6A86AB;
	text-decoration: underline;
}
a img{border: none;}

hr{
	display: none;
}

h1{font-size: 1.8em;}
h2{
	font-size: 1.3em;
	color: #6A86AB;
}
h3{font-size: 1.2em}
h4{font-size: 1.1em}
h5{font-size: 1em}
h6{font-size: 1em; font-weight: normal; font-style: italic;}

label{
	cursor: pointer;
	cursor: hand;
		color: #333;
	margin: 0 0 4px 0;
}

.field label{
	display: block;
}

fieldset{
	border: none;
}
textarea, input{
	width: 90%;
	color: #333;
	margin: 0 0 4px 0;
	padding: 2px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	border: 1px solid #D5CFC1;
}


ul{
	list-style-image: url(images/puce.png);
}

ol{
	list-style: decimal;
}

blockquote{
	background: #EEE url(images/blockquote.png) no-repeat left bottom;
	padding: 10px;
	padding-bottom: 40px;
	margin: 1em;
	min-height:70px;
}

pre{
	font-size: 1.2em;
	font-family: monospace;
	border: 1px solid #E0E0E0;
	padding: 1em;
	margin: 0 auto;
	background: #EEE;
	color: #333333;
	width: 90%;
	overflow: auto;
}

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

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

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

/* Page
******************************************************************/
#page{
	background: #FFF;
	color: inherit;
}

/* Top
******************************************************************/
#top{
	background: url(http://www.zimagez.com/images/logo.gif) no-repeat right top;
	height: 90px;
}

#top h1{
	letter-spacing: -1px;
}

#top h1 a{
	text-decoration: none;
	color: #6A86AB;
	background: transparent;
}

#prelude{
	color: #EEEEEE;
	background: transparent;
	font-size: 0.8em;
}

#prelude a{
	color: #EEEEEE;
	text-decoration: none;
}

/* Contenu
******************************************************************/
.post{
	margin-bottom: 3em;
}

.day-date{
	display: none;
}

.post h2{
	margin-bottom: 0;
	padding-left: 12px;
	background: transparent url(images/post.png) no-repeat left;
}

.post h2 a{
	text-decoration: none;
}

.post-info{
	margin-top: 0;
	font-size: 0.9em;
}

.post-info span{
	display: none;
}

.post-info a{
	border-left: 1px solid #666;
	padding-left: 0.6ex;
}

.post p{
	text-align: justify;
}

.post-info-co{
	clear: both;
background: transparent url('http://www.zimagez.com/images/footer-bg.gif') 0 0 repeat-y;
	padding: 3px;
	-moz-border-radius: 4px;
}

.post-info-co span{
	visibility: hidden;
}

.post-info-co a{
	text-decoration: none;
	padding-left: 14px;
	background: transparent url(images/bulle.png) no-repeat left;
}

.comment-info{
	margin-left: 1em;
}

/* Sidebar
******************************************************************/
#sidebar h2{font-size: 1.2em;}
#sidebar h3{font-size: 1.1em;}

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

#sidebar li{
	margin: 0;
	padding: 0;
	display:inline; /* pour IE5 */
}

#sidebar a{
	display: block;
	text-decoration: none;
}

#calendar{
	text-align: center;
}

#calendar h2{
	display: none;
}

#calendar table{
	font-size: 0.8em;
}

#calendar caption a{
	display: inline;
}

#calendar td{
	text-align: center;
}

#calendar td a{
	font-weight: bold;
	border: 1px dotted;
	padding: 0;
}

/* Footer
******************************************************************/
#footer{
	background: transparent url('http://www.zimagez.com/images/footer-bg.gif') 0 0 repeat-y;
	color: #666;
	text-align: center;
}

#footer a{


	text-decoration: none;
}

