body
{
	background: #e5e5e5 url("http://blog.logout.fr/images/mid_background.png") 0 100px repeat-x;
	margin: 0;
	padding: 0;
	text-align:center;
	font-size: 10pt;
	font-family: Verdana, Tahoma, sans, sans-serif;
	text-align: center;
}

#content
{
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border: 0 none;
	border-collapse: collapse;
}
#content td
{
	vertical-align: top;
	padding: 0;
}
#leftside, #rightside
{
	width: 20px;
	background-repeat: repeat-y;
}
#leftside
{
	background-image: url("http://blog.logout.fr/images/side_left.png");
	background-position: top right;
	background-repeat: repeat-y;
}
#leftside_top
{
	background-image: url("http://blog.logout.fr/images/mid_left.png");
	background-position: top right;
	height: 100px;
	background-repeat: no-repeat;
}
#rightside
{
	background-image: url("http://blog.logout.fr/images/side_right.png");
	background-position: top left;
	background-repeat: repeat-y;
}
#rightside_top
{
	background-image: url("http://blog.logout.fr/images/mid_right.png");
	background-position: top left;
	height: 100px;
	background-repeat: no-repeat;
}

#main
{
	padding: 20px 0 0 10px;
	color: #000;
	line-height: 1.25em;
	border-left: 1px solid #cfcfcf;
	background-color: white;
}

/* Links
----------------------------------------------- */

a:link { color: #258; }
a:visited { color: #666; }
a:hover { color: #c63; }
a img { border: 0 none; }

/* Blog Header
----------------------------------------------- */

#header
{
	text-align: left;
	background: #444 url("http://blog.logout.fr/images/top_background.png") repeat-x;
	color: #fff;
	height: 100px;
}
#header div
{
	width: 860px;
	margin: 0 auto;
}

#blog-title
{
	margin: 0;
	padding: 15px 0 0 60px;
	font-size: 1.3em;
	font-weight: bold;
}
#blog-title a
{
	text-decoration: none;
	color: #fff;
}
#blog-description
{
	font-size: 1.1em;
	color: #aaa;
	padding-left: 60px;
}
#blog-head
{
	height: 70px;
	overflow: hidden;
	background-image: url("http://blog.logout.fr/images/logout.png") !important;
	background-image: url("http://blog.logout.fr/images/logout.gif");
	background-position: 5px center;
	background-repeat: no-repeat;
}
#blog-tabs
{
	float: left;
	height: 30px;
	overflow: hidden;
	background: url("http://blog.logout.fr/images/tab_border.png") top left no-repeat;
	padding-left: 1px;
}
#blog-tabs a
{
	display: block;
	float: left;
	height: 20px;
	background: url("http://blog.logout.fr/images/tab_border.png") top right no-repeat;
	padding: 5px 10px;
	text-transform: small-caps;
	color: #000;
	text-decoration: none;
}
#blog-tabs a:hover
{
	color: #00a;
}

/* Posts
----------------------------------------------- */

.date-header
{
	margin: 10px;
	font-size: 95%;
	text-transform: uppercase;
	letter-spacing: 2px;
	color: #357;
}
.post
{
	margin: 10px 10px 25px;
	border-width: 1px 0;
}
.post-title
{
	background: #fff url("http://blog.logout.fr/images/title_background.png") repeat-y;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 1.5px;
	padding: 3px 0 0 50px;
	margin: 30px 0 0 -11px;
	height: 20px;
	color: #000;
}
.post-title-icon
{
	position: absolute;
	margin: -16px 0 0 -49px;
}
.author
{
	font-style: italic;
	font-size: 80%;
	margin-left: 40px;
}
a.title-link, .post-title strong
{
	text-decoration: none;
	display: block;
}
.post-body
{
	text-align: justify;
	padding: 30px 10px 10px 5px;
	margin-top: -16px;
	letter-spacing: -1px;
}
.post-body object, .post-body embed
{
	margin-left: auto;
	margin-right: auto;
}
.post p
{
	margin: 0 0 .75em;
}
p.post-footer
{
	background: #fff url("http://blog.logout.fr/images/foot_background.png") right top repeat-y;
	margin: 0 -10px 0 0;
	padding: 5px 10px;
	font-size: 80%;
	line-height: 1.25em;
	color: #444;
	text-align: right;
}
p.post-footer em
{
	display: block;
	float: left;
	text-align: left;
	font-style: normal;
}
a.comment-link
{
	/* IE5.0/Win doesn't apply padding to inline elements,
	so we hide these two declarations from it */
	background/* */:/**/url("http://blog.logout.fr/images/icon_comment.gif") no-repeat 0 45%;
	padding-left: 15px;
}
html>body a.comment-link
{
	/* Respecified, for IE5/Mac's benefit */
	background: url("http://blog.logout.fr/images/icon_comment.gif") no-repeat 0 45%;
	padding-left: 15px;
}
blockquote
{
	margin: .75em 0;
	border-style: dotted none dotted solid;
	border-color: #aaa;
	border-width: 1px 0 1px 5px;
	padding: 5px 0 5px 35px;
	color: #444;
	background-image: url("http://blog.logout.fr/images/blockquote.gif");
	background-position: 5px 5px !important;
	background-position: 10px 5px;
	background-repeat: no-repeat;
}

/* Comments
----------------------------------------------- */

#comments
{
	margin: 0 5px 15px;
}
#comments h4
{
	background: #fff url("http://blog.logout.fr/images/title_background.png") repeat-y;
	font-size: 100%;
	font-weight: bold;
	letter-spacing: 2px;
	padding: 3px 0 0 50px;
	margin: 30px 0 20px -6px;
	height: 20px;
	color: #000;
}
#comments h4 a
{
	text-decoration: none;
}
#comments-block
{
	margin: 0 10px 0 9px;
}

#comment-block
{
	margin: 15px 0;
	border-style: dotted none dotted solid;
	border-color: #aaa;
	border-width: 1px 0 1px 5px;
	padding: 5px 0 5px 35px;
	color: #444;
	background-image: url("http://blog.logout.fr/images/blockquote.gif");
	background-position: 5px 5px !important;
	background-position: 10px 5px;
	background-repeat: no-repeat;
}
.comment-data
{
	color: #666;
}
.comment-body
{
	margin: 10px 10px 0 -30px;
	padding: 0;
}
.comment-delete
{
	float: right;
}
.comment-body p
{
	margin:0;
}
.comment-timestamp {
	margin:0 0 .5em;
	padding:0 0 .75em 20px;
	color:#666;
}
.comment-timestamp a:link {
	color:#666;
}
.deleted-comment {
	font-style:italic;
	color:gray;
}


/* Profile
----------------------------------------------- */

#profile-container {
	background:#588DB5;
	margin:0 0 15px;
	padding:0 0 10px;
	color:#fff;
	-moz-border-radius: 9px;
	font-size:90%;
}
#profile-container h2 {
	padding:10px 15px .2em 40px;
	margin:0;
	border-width:0;
	font-weight: bold;
	letter-spacing: 2px;
	color:#fff;
	background: url("http://www.logout.fr/temp/icones/index/ninja.gif") no-repeat 10px 10px;
}
.profile-datablock {
	margin:0 15px .5em 15px;
	border-top:1px dotted #aba;
	padding-top:8px;
}
.profile-img { display:inline; }
.profile-img img {
	float:left;
	margin:0 10px 5px 0;
	border:4px solid #fff;
}
.profile-data strong { display:block; }
#profile-container p { margin:0 15px .5em; }
#profile-container .profile-textblock { clear:left; }
#profile-container a { color:#ddd; }

.profile-link a {
	background:url("http://cv.logout.fr/images/icones/equipe.gif") no-repeat 0 0;
	padding-left:20px;
	font-weight:bold;
	display: block;
	height: 16px;
}
ul.profile-datablock { list-style-type:none; }

/* Sidebar Boxes
----------------------------------------------- */

#sidebar
{
	width: 225px;
	margin: 5px 0 0 0;
	line-height: 1.25em;
	border-left: 1px dotted #aaa;
	border-right: 1px dotted #aaa;
	background-color: white;
	color: #666;
}
#sidebar .box
{
	padding: 10px;
	border-bottom: 1px dotted #aaa;
	font-size: 90%;
}
#search_form
{
	text-align: center;
	font-size: 90%;
}
#search_form #search_text
{
	width: 55%;
}
#search_form #search_button
{
	width: 40%;
}
#radioblog
{
	padding: 5px;
	border-bottom: 1px dotted #aaa;
}
#radioblog iframe
{
	overflow: hidden;
	border: 0;
	width: 220px;
	height: 300px;
}
#sidebar .box .rss-feed
{
	background: url("http://blog.logout.fr/images/feed-icon.png") no-repeat;
	padding-left: 20px;
	line-height: 1.5em;
}
#sidebar .box .rss-feed a
{
	text-decoration: none;
	font-weight: bold;
	color: #c63;
}
#sidebar .box .rss-feed a:hover
{
	color: #258;
}
#sidebar .box .rss-feed:hover
{
	background: url("http://blog.logout.fr/images/feed-icon-blue.png") no-repeat;
}
.sidebar-title
{
	margin: 0;
	font-size: 110%;
	color: #333;
}
.box ul
{
	margin: 0;
	padding: 0;
	list-style: none;
}
.box ul li
{
	background: url("http://blog.logout.fr/images/icon_arrow.gif") no-repeat 2px 6px;
	margin: 0;
	padding: 0 0 0 15px;
	line-height: 1.4em;
}
.box p
{
	margin: 0;
}


/* FLICKR
----------------------------------------------- */

#photobar
{
	background-color: #fff;
	width: 120px;
	border-right: 1px solid #cfcfcf;
	overflow: hidden;
}
#photobar #photobar-title
{
	padding: 10px 10px 0 10px;
	text-align: center;
	color: #258;
	font-weight: bold;
}
#photobar a
{
	font-size: 80%;
	text-decoration: none;
	letter-spacing: -1px;
}
/*
#flickr_badge_source_txt{padding:0; font: 11px Arial, Helvetica, Sans serif; color:#666666;}
#flickr_badge_icon {display:block !important; margin:0 !important; border: 1px solid rgb(0, 0, 0) !important;}
#flickr_icon_td {padding:0 5px 0 0 !important;}
.flickr_badge_image {text-align:center !important;}
.flickr_badge_image img {border: 1px solid black !important;}
#flickr_www {display:block; padding:0 10px 0 10px !important; font: 11px Arial, Helvetica, Sans serif !important; color:#3993ff !important;}
#flickr_badge_uber_wrapper a:hover,
#flickr_badge_uber_wrapper a:link,
#flickr_badge_uber_wrapper a:active,
#flickr_badge_uber_wrapper a:visited {text-decoration:none !important; background:inherit !important;color:#3993ff;}
#flickr_badge_wrapper {background-color:#ffffff;border: solid 1px #000000}
#flickr_badge_source {padding:0 !important; font: 11px Arial, Helvetica, Sans serif !important; color:#666666 !important;}
*/