/* --- Don't show Blogger navigation bar --- */
#navbar-iframe {
	display:none;
}

/* --- Basic HTML elements --- */
* {
	padding:0;
	margin:0;
	border:medium none;
}

body {
	margin: 0; /* pour éviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  background:url(images/bodybg2.png) repeat-y;
  background-position:center center;
	background-color : #b30000;
}

#global {
	position: relative;
	margin-left: auto;
  margin-right: auto;
  width:982px;
  font-family:'Helvetica', 'Arial', 'Verdana', sans-serif;
	font-size:12px;
	color:#191919;
	background-color : #ffffff;
	/*background:url(images/bodybg.png) repeat-y;*/
	text-align: left; /* on rétablit l'alignement normal du texte */
	
	
  }

.tab_content {
	height:30px;
}

p {
	line-height:150%;
	margin:5px 0;
}

a {
	color:#3993ff;
	text-decoration:none; 
}

a:hover, a:active {
	text-decoration:underline;
}

h1 {
	font-size:400%;
	size-weight:bolder;
}

h1 a {
	color:#000 !important;
	text-decoration:none !important;
}

h2 {
	font-size:120%;
	font-weight:bold;
	line-height:24px;
	color:#fff;
}

h3 {
	font-size:130%;
	line-height:200%;
	color:#3993ff;
}

h4 {
	font-size:110%;
	font-weight: bold;
}

ol, ul {
	line-height:150%;
	margin-left:40px;
}

.clear {
	clear:both;
}

/* --- Header --- */
#haruhi {
	width:983px;
	height:186px;
	position:absolute;
	background:url(images/haruhi421h.jpg) no-repeat;
}

#blog-title {
	position:absolute;
	top:90px;
	left:360px;
}

#blog-description {
	width:580px;
	font-size:130%;
	font-weight:bold;
	position:absolute;
	top:128px; 
	left:360px;
}

/* --- Menus --- */
#menus { 
	width:983px; 
	height:104px; 
	position:absolute; 
	top:186px; 
	background:url(images/haruhi421m.jpg) no-repeat; 
}

#menus ul { 
	list-style-type:none; 
	text-align:center; 
	margin:0;
}

#menus ul li { 
	display:inline; 
}

#menus ul li a { 
	font-size:130%; 
	display:block; 
	float:left; 
	width:100px; 
	line-height:40px; 
	padding-top:64px; 
	color:#fff; 
	text-decoration:none; 
	font-weight:bold; 
}

#menus ul li a:hover, #menus ul li a:active { 
	color:#000; 
	background:url(images/itembg.png) repeat-x;
	_filter:alpha(opacity=30);		/* IE6 Hack: No Opacity Support for PNG */
}

#m_index a { 
	margin-left:433px;
	_margin-left:216px;		/* Another IE6 Hack: Double Float Margin Bug */
}

/* --- Main Wrappers --- */
#content { 
	width:932px; 
	position:absolute; 
	top:290px; 
	left:25px; 
	padding:30px 0; 
	background:url(images/contentbg2.png) no-repeat;
	_background:none;		/* IE6 Hack Again: No Opacity Support for PNG  */
}

#column {
	width:323px !important; 		/* For Firefox */
	width /**/:333px;						/* For IE/win */
	padding-left:10px;
	
	position:absolute; 
	top:290px; 
	left:625px; 
	color:#fff; 
	background-color:#000;  
	text-align:center; 
}
html>body #column {					/* For Opera */
	width:323px;
}

#inner { 
	width:180px; 
	float:left; 
}

#outer { 
	width:130px; 
	float:right; 
}

/* --- Contents -- */
.date-header { 
	font-weight:bold;
	text-align:center; 
	font-size:16px;
	margin-right:20px; 
	color:#b30101;
}

.post { 
	margin:12px 15px 48px; 
}

.post img {
	margin:5px;
}

.post-title {
	margin-bottom:10px; 
}

.post-body {
	text-align:left;
}

.post-footer {
	text-align:right;
}

.blogger-labels {
	font-size:bold;
	text-align:right;
	margin-top:20px;
}

.half-segline {
	display:block;
	width:932px;
	height:25px;
	margin:12px 0;
	background:url(images/segline2-300.jpg) no-repeat center;
}

.segline {
	display:block;
	width:932px;
	height:48px;
	margin:12px 0;
	background:url(images/segline2.jpg) no-repeat center;
}

/* --- Comments --- */
#comments {
	margin-left:30px;
	background:url(images/haruhi79.jpg) no-repeat; 
	
	width:290px !important; 		/* For Firefox */
	width /**/:540px;						/* For IE/win Again */
	padding-left:250px;
}
html>body #comments {			/* For Opera */
	width:290px;
}

#comment-count, #backlinks {
	margin-top:20px;
	padding-bottom:15px;
	border-bottom:thin solid #ccc;
}

#comments ul {
	list-style-type:none;
	margin:0;
}

#comments ul li {
	padding:15px;
	border-bottom:thin solid #ccc;
}

#create-comment, #create-backlink { 
	padding:24px; 
	border-bottom:medium solid #ccc;
}

#go-home {
	padding:24px;
}

#comments dt { 
	padding:15px 15px 0; 
}

#comments dd { 
	padding:0 15px 15px; 
	border-bottom:thin solid #ccc;
}

#comment-ads {
	margin:15px;
}

/* --- Sidebar Widgets ---*/
.widgets {
	margin:20px 0; 
	padding:10px 0;
}

.widgets h2 {
	display:block; 
	font-size:130%; 
	font-weight:bold; 
	line-height:23px;
	color:#fff; 
	border-top:thin solid #b30101;
	border-bottom:thin solid #b30101;
	text-align:center;
	margin-bottom:10px;
}

.widgets ul { 
	list-style-type:none; 
	text-align:left; 
	margin:0; 
}

#subscribe a img {
	*margin:0 !important;		/* Prevent A Strange IE bug */
}

/* --- Adsense Ads -- */
.column-ads {
	border-top:thin solid #b30101;
}

/* --- Text-Align-Left --- */
#about-me {
	text-align:left;
}


/* --- Specials --- */
.no-list-style { 
	list-style-type:none !important;
}

.quotes {
	margin:15px 20px;
	padding:10px 20px;
	border-left:thick solid #b30101;
	color:#161616;
	background:#ffeeee;
}

.codes {
	margin:15px 20px;
	padding:10px 20px;
	border-left:thick solid #bbffbb;
	color:#161616;background:#eeffee;
}

.commands {
	margin:15px 20px;
	padding:10px 20px;
	border-left:thick solid #7a5ada;
	color:#161616;background:#eeeeff;
}
