@charset "utf-8";
/* CSS Document */
@import url("hack.css");
/*
Theme Name: Designer
Theme URI: none
Description: Grey theme, designer is created by <a href="superbibik.com">superbibik dot com</a> editors for your blog.
Version: 1.0
Author: Dominique Iva
Author URI: http://superbibik.com/
Tags: flexible-width, two-columns, right-sidebar
*/
/* mon Hack */

.sbbk {
	color:#666666;
	font-size:0.4em;
	visibility:visible;
}

/* fin mon hack */

/* BALISES HTML */
html {
	/* Vertical Scrollbar */
	/* IE */
	overflow-y: scroll; 
	/* Moz illa*/
	height: 100%;
	margin-bottom: 0.1em;
}

* { }

img { 
	float:none;
}

	
input { }


h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	}

h1 { }

h2 { }

h3 { }

h4 { }

h5 { }

h6 { }

ul, quote, code, fieldset  { }

p  { }
	
a:link, a:visited  {color:#CCCCCC; }

a:hover  {color:#ff9900; }

a:active, a.active  {color:#ff9900; }

#clear{
	float:none;
	clear:both;
	visibility:hidden;
	border:#666666 dotted 1px;
	background-color:#00CCCC;
}

body  {
	background:#000000;
	padding:1em;
}

/* FIN BALISES HTML */

/* ELEMENTS DOCUMENT */
#page {
	text-align: left;
	width:100%;
	margin-bottom:30px;
	height:600px;
/*	min-width:1100px;
	padding:0;*/
	min-height:600px;
	color:#999999;
	/*border:#FFFF00 dashed 1px; jaune*/
	}

#header  {
	height:6em;
}

#info  {
	float:left;
	width:40%;
	
}

div#site-info  {
	float:left;
	}
div#site-info big{
	font-size:2.5em;
	}
div#petit-site-info  {
	font-size:1em;
	padding-top:1em;
	text-align:right;
	width:30em;
	}

div#page-info  {
	color:#FFFFFF;
	float:right;
	text-align:right;
	vertical-align:text-bottom;
	font-size:3em;
	font-family:Arial, Helvetica, sans-serif;
	opacity:0.1;
	width:60%;
	}
	
#content  {
	float:left;
	text-align:justify;
	width:38em;
	font-size: 1.2em;
/*	margin:0px 20px 40px 40px;*/
	}
	
#poster > div  {/* IE6 ne comprend pas cette instruction CSS3*/}
#poster{}
#post-content  {
	padding:0.5em;
	float:right;
	width:28em;
	}

#post-info  {
	-moz-border-radius:5px 5px 5px 5px;
	border-right:1px solid #333333;
	margin-top:2em;
	margin-right:0.2em;
	padding:0.2em;
	text-align:right;
	width:9em;
	font-size:.9em;
}

#sidebar  {
	float:right;
}

#sidebar ul {
	list-style:none;
	list-style-type:none;
}

#sidebar > ul  {}

#sidebar > ul  > li  { }

#sidebar > ul  > li >ul  { }

.navigation  {}

.description { }

.alignleft {float:left; }

.alignright  {float:right; }

.aligncenter  { clear:both;}

.center  {}

#footer {
	background-color:#131313;
	height:2em;
	margin-top:0.5em;
	margin-bottom:0.5em;
	padding:0.2em;
	-moz-border-radius:5px;
}

/* FIN ELEMENTS DOCUMENTS */

/* BEGIN FORM ELEMENTS */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform {
	margin: 5px 10px 0 0;
	}
#commentform textarea {
	font:'Lucida Grande', Verdana, Arial, Sans-Serif;
	padding: 7px;
	}

#respond {
	margin-top:20px;
}

#respond:after {
		content: "."; 
	    display: block; 
	    height: 0; 
	    clear: both; 
	    visibility: hidden;
	}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
	}
/* END FORM ELEMENTS */



/* BEGIN COMMENTS*/
.comment-area{
	margin-top:40px;
}

.comment-area h3{}
#commentform input {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif #999999;
	}


.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-size: 0.9em;
	font-weight: bold;
	color:#fff;
}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	color:#999999;
	}

#commentform p {
	/*font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;*/
	}

.commentmetadata {
	font-weight: normal;
	}

.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	margin-bottom:30px;
	}

.odd{
	border-bottom:1px solid #ccc;
}

.even{
	border-bottom:1px solid #ccc;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 15px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0; }

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	width:72%;
	text-align: center;
	margin: 0;
	padding: 0;
	background-color:#fff;
	-moz-border-radius:5px;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* END COMMENTS */

/*CALENDAR*/
#wp-calendar  tr  th, #wp-calendar  tr  td  {
	padding:0 5px;
	line-height:200%;

}

#wp-calendar  tr  td a:link , #wp-calendar  tr  td a:hover, #wp-calendar  tr  td a:visited, #wp-calendar  tr  td a:active{
	padding:2px !important;

}

#calendar_wrap table{
	
}
/*END OF CALENDAR*/
#toto { }
