@charset "utf-8";
/*
Theme Name: E-commercant
Theme URI: http://www.saabre.com
Description: WP theme designed by <a href="http://www.mimikn.com">MiMiKn</a> for <a href="http://www.saabre.com">Saabre.com</a>.
Version: 1.0
Author: MiMiKn
Author URI: http://www.mimikn.com

*/


/* CSS Reset
-----------------------------------------------------------------------------*/
* { margin: 0; padding: 0; border: 0; }
:link, :visited { text-decoration: none; }
ul,ol { list-style: none; }
fieldset { border: 0; }
img { border: none; background: none; } a img { border: 0 none; } 
h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } 
.clear{ clear: both; height: 0px; font-size: 0px; line-height: 0px; } 
.strong{ font-weight: bold; }
table { border-collapse: collapse; border-spacing: 0; } caption, th { text-align: left; }


/* General
-----------------------------------------------------------------------------*/
body {
	background: #f3f3e7 url(images/bg.gif) top left repeat-x;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 0.70em;
	color: #333333;
}

h2 {
	font-size: 1.90em;
	color: #25292c;
	font-weight: normal;
}
h3 {
	margin: 40px 0 10px 0;
	font-size: 1.30em;
}

a:link, a:visited, a:hover { color: #336699; text-decoration: none; }

p { margin-bottom: 5px; }

blockquote {
	padding: 15px 20px 1px 55px;
	margin-bottom: 15px;
	background: #f1f1f1 url(images/blockquote.gif) 10px 10px no-repeat;
}


/* Containers
-----------------------------------------------------------------------------*/
#wrapper { width: 100%; margin-top: 2px; }
#header {
	width: 956px;
	height: 143px;
	margin: 0 auto;
	background: url(images/header-center.gif) top left repeat-y;
}
#menu {
	width: 956px;
	height: 28px;
	padding-top: 6px;
	background: url(images/header-bottom.gif) bottom left no-repeat;
}
#smenu {
	width: 956px;
	height: 33px;
	background: url(images/global-top.gif) top left no-repeat;
}
#global {
	width: 956px;
	margin: 0 auto;
	background: url(images/global-center-fix.png);
}
#main {
	float: left;
	width: 670px;
	min-height: 300px;
	padding-top: 15px;
	padding-left: 12px;
}
#sidebar {
	float: right;
	width: 264px;
	padding: 15px 0 0 10px;
}
#resume {
	clear: both;
	display: block;
	width: 931px;
	padding: 10px 13px 0 12px;
}
#footer {
	clear: both;
	width: 956px;
	margin: 0 auto;
	background: url(images/footer-center.gif) top left repeat-y;
}



/* Header
-----------------------------------------------------------------------------*/
#header div.top { width: 956px; height: 110px; background: url(images/header-top.gif) top left no-repeat; }
#header div.logo { padding: 35px 0 0 15px; }
	#header div.logo a {
		position: relative;
		display: block;
		width: 186px;
		height: 54px;
		background: url(images/logo-ecommercant.gif) top left no-repeat;
	}
#header div.pub {
	float: right;
	display: block;
	width: 734px;
	height: 96px;
	padding: 12px 10px 0 0;
}
	#header div.pub728x90 { padding: 3px; background: url(images/header-pub.gif) top left no-repeat; }

#header div.publicite {
	float: right;
	margin: -5px 15px 0 0;
	font-size: 0.90em;
	color:#FFFFFF;
}


/* Footer
-----------------------------------------------------------------------------*/
#footer div.top { width: 956px; height: 8px; background: url(images/footer-top.gif) top left no-repeat; }
#footer div.bottom { width: 956px; height: 10px; background: url(images/footer-bottom.gif) bottom left no-repeat; }
#footer div.saabre { float: right; position: relative; width: 235px; height: 125px; margin: 0 15px 5px 0; }
	#footer div.saabre a {
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		width: 174px;
		height: 68px;
		background: url(images/logo-saabre.gif) top left no-repeat;
	}

#footer div.links { width: 650px; height: 115px; padding: 15px 0 0 20px; }
#footer div.links ul { float: left; margin-right: 40px; }
#footer div.links a:link, #footer div.links a:visited { color: #FFFFFF; text-decoration: none; }
	#footer div.links a:hover { text-decoration: underline; }
#footer div.links li { margin-bottom: 3px; }
	#footer div.links li.title { margin-bottom: 10px; font-size: 1.10em; color: #93c237; font-weight: bold; }


/* Menu
-----------------------------------------------------------------------------*/
#menu ul { height: 25px; margin-left: 15px; }
#menu li { float: left; height: 25px; }
#menu li a:link, #menu li a:visited {
	display: block;
	height: 25px;
	line-height: 25px;
	padding-left: 7px;
	margin-right: 5px;
	text-transform: uppercase;
	font-size: 1.10em;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
	width: auto !important;
	width: 0.1em;
	white-space: nowrap;
}
#menu li a:hover { color: #ff8408; }
#menu li span {
	display: block;
	height: 25px;
	padding-right: 7px;
}

#menu li.active a:link, #menu li.active a:visited, #menu li.active a:hover {
	background: url(images/menu-a.gif) top left no-repeat;
	color: #FFFFFF;
}
#menu li.active span { background: url(images/menu-span.gif) top right no-repeat; }


/* Smenu
-----------------------------------------------------------------------------*/
#smenu ul { height: 26px; padding-top: 7px; margin-left: 12px; }
#smenu li { float: left; height: 26px; }
#smenu li a:link, #smenu li a:visited {
	display: block;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	margin-right: 5px;
	font-size: 1.20em;
	color: #25292c;
	font-weight: bold;
	cursor: pointer;
	width: auto !important;
	width: 0.1em;
	white-space: nowrap;
	background: url(images/smenu-a.gif) top left no-repeat;
}
#smenu li a:hover { color: #336699; }
#smenu li span {
	display: block;
	height: 26px;
	padding-right: 10px;
	background: url(images/smenu-span.gif) top right no-repeat;
}
#smenu li.active a:link, #smenu li.active a:visited, #smenu li.active a:hover {
	margin-right: 12px;
	background: url(images/smenu-a-active.gif) top left no-repeat;
}
#smenu li.active span { background: url(images/smenu-span-active.gif) top right no-repeat; }

#smenu div.recherche { float: right; position: relative; width: 250px; margin: 7px 13px 0 0; }	
	#smenu div.recherche span.left {
		position: absolute;
		top: 0;
		left: 0;
		display: block;
		width: 22px;
		height: 20px;
		background: url(images/recherche-left.gif) top left no-repeat;
	}
	#smenu div.recherche span.right {
		position: absolute;
		top: 0;
		left: 237px;
		display: block;
		width: 9px;
		height: 20px;
		background: url(images/recherche-right.gif) top left no-repeat;
	}
	#smenu div.recherche div.reset {
		position: absolute;
		top: 4px;
		right: 10px;
		display: none;
		width: 13px;
		height: 13px;
		background: url(images/recherche-reset.gif) top left no-repeat;
		cursor: pointer;
	}
	#smenu div.recherche input {
		position: absolute;
		top: 0;
		left: 22px;
		width: 200px;
		height: 18px;
		padding: 2px 10px 0 5px;
		border: 0;
		background: url(images/recherche-input.gif) top left repeat-x;
		font-size: 1.10em;
		color: #333333;
	}


/* Global
-----------------------------------------------------------------------------*/
#global div.top {
	display: block;
	width: 956px;
	height: 13px;
	background: url(images/global-top.gif) top left no-repeat;
}
#global div.bottom {
	clear: both;
	display: block;
	width: 956px;
	height: 10px;
	background: url(images/global-bottom.gif) bottom left no-repeat;
}


/* Sidebar
-----------------------------------------------------------------------------*/
/* Abonner */
#sb-abonner { width: 230px; height: 75px; padding: 10px 10px 0 10px; background: url(images/sb-abonner-bg.gif) top left no-repeat; }
#sb-abonner div.feedburner { height: 30px; text-align: right; }
#sb-abonner div.rss {}
	#sb-abonner div.rss a:link,  #sb-abonner div.rss a:visited {
		display: block;
		height: 16px;
		line-height: 16px;
		padding-left: 20px;
		background: url(images/sb-abonner-rss.gif) center left no-repeat;
		color: #FFFFFF;
		text-decoration: underline;
	}
	#sb-abonner div.rss a:hover { text-decoration: none; }
#sb-abonner div.email { margin-top: 3px; }
	#sb-abonner input[type=text] {
		width: 190px;
		height: 16px;
		padding: 1px 5px 0 5px;
		background: url(images/sb-abonner-email.gif) top left no-repeat;
		font-size: 1.00em;
		color: #333333;
	}
	#sb-abonner input[type=submit] {
		width: 25px;
		height: 17px;
		background-color: #FFCC80;
		text-align: center;
		font-size: 0.90em;
		color: #262626;
		font-weight: bold;
	}
	
/* Partager */
#sb-partager { width: 230px; height: 24px; padding: 0 10px 0 10px; margin-top: 10px; background: url(images/sb-partager-bg.gif) top left no-repeat; }
#sb-partager p { 
	float: left; 
	display: block; 
	height: 24px; 
	line-height: 24px;
	font-size: 1.20em;
	color: #333333;
	font-weight: bold;
}
#sb-partager ul { float: right; height:24px;}
#sb-partager li { float: left; height: 24px; line-height: 24px; }
	#sb-partager a { position: relative; display: block; width: 16px; height: 24px; margin-left: 8px; }
	
	#sb-partager li.delicious a { background: url(images/sb-abonner-delicious.gif) center left no-repeat; }
	#sb-partager li.technorati a { background: url(images/sb-abonner-technorati.gif) center left no-repeat; }
	#sb-partager li.google a { background: url(images/sb-abonner-google.gif) center left no-repeat; }
	
/* Th�mes */
#sb-themes { width: 250px; margin-top: 20px; background: url(images/sb-themes-bg.gif) top left repeat-y; }
#sb-themes p.title {
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin: 0;
	background: url(images/sb-themes-title.gif) top left no-repeat;
	font-size: 1.30em;
	color: #536b7b;
	font-weight: bold;
	text-transform: uppercase;
}
#sb-themes ul { width: 250px; padding-bottom: 5px; background: url(images/sb-themes-bottom.gif) bottom left no-repeat; }
#sb-themes li { 
	width: 220px; 
	height: 24px; 
	padding: 8px 0 0 30px; 
	background: url(images/sb-themes-li.gif) bottom left repeat-x; 
	font-size: 1.10em;
	font-weight: bold;
}
#sb-themes li a:link, #sb-themes li a:visited {
	color: #536b7b;
	text-decoration: none;
}
#sb-themes li a:hover { color: #666666; }
#sb-themes li a span { color: #666666; }

/* Mots cl�s */
#sb-tags { width: 250px; margin-top: 10px; background: url(images/sb-themes-bg.gif) top left repeat-y; }
#sb-tags p.title {
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin: 0;
	background: url(images/sb-themes-title.gif) top left no-repeat;
	font-size: 1.30em;
	color: #536b7b;
	font-weight: bold;
	text-transform: uppercase;
}
#sb-tags ul { padding: 5px; background: url(images/sb-themes-bottom.gif) bottom left no-repeat; }
#sb-tags li { display: inline; line-height: 20px; margin: 0 7px 0 7px; }
#sb-tags a:link, #sb-tags a:visited { color: #536b7b; text-decoration: none; }
#sb-tags a:hover { color: #666666; text-decoration: underline; }

#sb-tags li.one a { font-size: 0.80em; }
#sb-tags li.two a { font-size: 1.00em; }
#sb-tags li.three a { font-size: 1.20em; }
#sb-tags li.four a { font-size: 1.40em; }
#sb-tags li.five a { font-size: 1.60em; }

/*  */
#sb-pub { width: 250px; margin-top: 10px; background: url(images/sb-themes-bg.gif) top left repeat-y; }
#sb-pub p.title {
	width: 240px;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	margin: 0;
	background: url(images/sb-themes-title.gif) top left no-repeat;
	font-size: 1.30em;
	color: #536b7b;
	font-weight: bold;
	text-transform: uppercase;
}


/* Resume
-----------------------------------------------------------------------------*/
#resume div.content { width: 931px; background: #f1f1f1 url(images/resume-bg.gif) top left no-repeat; }
	#resume div.content div.bottom { clear: both; width: 931px; height: 9px; background: url(images/resume-bottom.gif) bottom left no-repeat; font-size: 0px; }

/* Top page */
#resume div.toppage { width: 100px; margin: 0 0 5px 10px; }
#resume div.toppage a:link, #resume div.toppage a:visited {
	display: block;
	padding: 0 0 0 12px;
	background: url(images/toppage.gif) 0 5px no-repeat;
	color: #666666;
}
#resume div.toppage a:hover { color: #336699; }

/* Best of */
#resume div.bestof { float: left; width: 650px; margin: 10px 15px 0 15px; }
#resume div.bestof ul.tabs { width: 650px; height: 23px; }
	#resume div.bestof ul.tabs li { float: left; height: 22px; border-bottom: 1px solid #dedede; }
	#resume div.bestof ul.tabs a:link, #resume div.bestof ul.tabs a:visited {
		display: block;
		height: 22px;
		line-height: 22px;
		background-color: #e7e7e7;
		text-align: center;
		font-size: 1.10em;
		color: #9f9f9f;
		text-decoration: none;
	}
	#resume div.bestof ul.tabs a:hover { background-color: #cccccc; color: #FFFFFF; }
	#resume div.bestof ul.tabs li.active a:link, #resume div.bestof ul.tabs li.active a:visited, #resume div.bestof ul.tabs li.active a:hover {
		background-color: #b1b1b1;
		color: #FFFFFF;
		font-weight: bold;
		text-decoration: none;
	}
	
	#resume div.bestof ul.tabs li.lastposts a { width: 215px; margin-right: 1px; }
	#resume div.bestof ul.tabs li.lastcomments a { width: 217px; margin-right: 1px; }
	#resume div.bestof ul.tabs li.popular a { width: 216px; }
	
#resume div.bestof div.links { position: relative; z-index: 1000; width: 650px; height: 200px; overflow: hidden; }
#resume div.bestof div.links-panel { z-index: 900; width: 1950px; height: 200px; margin-left: 0px; }
#resume div.bestof ul.items { float: left; width: 650px; height: 200px;}
#resume div.bestof ul.active { display: block; }
	#resume div.bestof ul.items li { height: 20px; line-height: 20px; border-bottom: 1px solid #e4e4e4; font-size: 1.00em; }
	#resume div.bestof ul.items a:hover { text-decoration: underline; }
	#resume div.bestof ul.items span.date { float: left; display: block; width: 70px; padding-left: 5px; color: #666666; }
	#resume div.bestof ul.items span.comments { float: right; display: block; width: 80px; margin-right: 5px; text-align: right; }
		#resume div.bestof ul.items span.comments a { padding-left: 18px; background: url(images/resume-comments.gif) 0 3px no-repeat; }

/* Blogroll */
#resume div.blogroll { float: left; width: 240px; margin-top: 10px; }
#resume div.blogroll p.title { 
	width: 240px; 
	height: 22px; 
	border-bottom: 1px solid #dedede;
	font-size: 1.50em;
	color: #666666;
}
#resume div.blogroll ul { width: 240px; }
#resume div.blogroll li { width: 240px; height: 18px; line-height: 18px; }
#resume div.blogroll a { padding-left: 10px; font-size: 1.10em; background: url(images/puce-1.gif) 0 5px no-repeat; }
	#resume div.blogroll a:hover { text-decoration: underline; }


/* Main
-----------------------------------------------------------------------------*/
/* Navigation */
div.navigation { height: 34px; padding: 0 10px 0 10px; background: url(images/navigation-bg.gif) top left no-repeat; }
div.navigation p.previous-entries { float: left; }
	div.navigation p.previous-entries a {
		display: block;
		height: 34px;
		line-height: 34px;
		padding-left: 20px;
		background: url(images/navigation-left.gif) center left no-repeat;
		font-weight: bold;
	}
div.navigation p.next-entries { float: right; }
	div.navigation p.next-entries a {
		display: block;
		height: 34px;
		line-height: 34px;
		padding-right: 20px;
		background: url(images/navigation-right.gif) center right no-repeat;
		font-weight: bold;
	}
	

/* Post
-----------------------------------------------------------------------------*/
div.post { margin-bottom: 30px; margin-right: 40px; }

div.post div.head { margin-bottom: 5px; color: #666666; }
div.post div.entry { font-size: 1.10em; }
div.post div.content-pub { text-align:center; border-top:1px solid #CCCCCC; border-bottom:1px solid #CCCCCC; margin-top:20px; padding-top:5px;}
div.post div.foot { height: 20px; margin-top: 20px; font-size: 1.10em; font-weight: bold; }
div.post div.misc { 
	padding: 5px 10px 5px 10px; 
	border-top: 1px solid #E7E7E7; 
	border-bottom: 1px solid #E7E7E7; 
	background-color: #F1F1F1;
}
div.post div.tools { margin-top: 7px; }

div.post a:link, div.post a:visited { text-decoration: underline; }
div.post a:hover { text-decoration: none; }

/* Title */
div.post h2 a:link, div.post h2 a:visited { color: #25292c; text-decoration: none; }
div.post h2 a:hover { color: #336699; } 

/* Head */
div.post p.date { 
	float: left; 
	height: 16px; 
	line-height: 16px; 
	padding-left: 18px; 
	background: url(images/post-date.gif) 0 2px no-repeat; 
}
div.post p.category { 
	float: left; 
	height: 16px;
	line-height: 16px;
	padding-left: 25px;
	margin-left: 10px;
	background: url(images/post-category.gif) 0 2px no-repeat;
}
div.post p.comments {
	float: right; 
	height: 16px;
	line-height: 16px;
	padding-left: 16px;
	background: url(images/post-comment.gif) 0 3px no-repeat;
}

/* Entry */
div.post div.entry img { }
div.post div.entry p { margin: 0 0 15px 0; line-height:1.6em; }
div.post ul { margin: 5px 0 15px 10px; line-height:1.6em; }
div.post li { padding-left: 8px; background: url(images/li.gif) 0 5px no-repeat; }

div.post form input, div.post form textarea { font-size:1.1em; border:1px solid #999; padding:2px 4px; }


/* Foot */
div.post p.read { 
	float: left;
	height: 16px; 
	line-height: 16px;
	padding-left: 14px;
	background: url(images/post-read.gif) 0 3px no-repeat;
}

/* Misc */
div.post div.author { float: left; width: 200px; }
div.post div.author img { float: left; margin-right: 5px; }
div.post div.author p { margin: 0; }
div.post div.author p.name { line-height: 0.90em; margin-top: 4px; font-size: 1.10em; font-weight: bold; }
div.post div.author p.function { color: #666666; }

div.post div.misc p.tags {
	float: left;
	padding-left: 20px;
	background: url(images/post-tags.gif) 0 0 no-repeat;
}

/* Tools */
div.post div.tools p.left { float: left; display: block; width: 190px; }
div.post div.tools p.middle { float: left; display: block; width: 310px; }
div.post div.tools p.right { float: left; }
div.post div.tools p.share { font-weight: bold; }
div.post div.tools img { vertical-align: middle; }

div.post div.tools p.print a { display: block; height: 16px; padding-left: 22px; background: url(images/tools-print.gif) 0 0 no-repeat; }
div.post div.tools p.trackback a { display: block; height: 16px; padding-left: 20px; background: url(images/tools-trackback.gif) 0 5px no-repeat; }
div.post div.tools p.rss a { display: block; height: 16px; padding-left: 20px; background: url(images/tools-rss.gif) 0 0 no-repeat; }
div.post div.tools p.recommand a { display: block; height: 16px; padding-left: 20px; background: url(images/tools-recommand.gif) 0 0 no-repeat; }


/* Comments
-----------------------------------------------------------------------------*/
#similar-posts { margin-top: 20px; }
#similar-posts h2 { border-bottom: 1px solid #999999; }
#similar-posts ul { margin-top: 5px; }
#similar-posts li { margin-bottom: 2px; font-size:1.1em; }
#similar-posts a:hover { text-decoration: underline; }
#similar-posts span.date { float: left; display: block; width: 80px; }
#similar-posts span.comments { float: right; display: block; width: 80px; margin-right: 5px; text-align: right; }
#similar-posts span.comments a { padding-left: 18px; background: url(images/post-comment.gif) 0 3px no-repeat; }

#comments { margin-top: 20px; }
#comments h2 { border-bottom: 1px solid #999999; }
#comments div.comment { width: 100%; margin-top: 20px; border-top: 1px solid #999999; background-color: #f1f1f1; }
#comments div.cauthor { width: 100%; height: 40px; background-color: #eaeaea; }
	#comments div.cauthor p.number { 
		float: left; 
		width: 50px; 
		height: 40px; 
		line-height: 40px; 
		text-align: center; 
		font-size: 1.50em;
		color: #a8a8a8;
	}
	#comments div.cauthor p.gravatar {
		float: left;
		width: 32px;
		padding-top: 3px;
		text-align: center;
	}
	#comments div.cauthor p.cite {
		float: left; 
		line-height: 14px;
		padding-top: 5px; 
		margin-left: 5px;
		color: #666666;
	}
	#comments div.cauthor cite { font-size: 1.20em; font-style: normal; }
#comments div.content { padding: 10px 10px 10px 50px; font-size:1.1em; line-height:1.6em; }
#comments div.content p { margin:0 0 15px; }

#respond { margin-top: 20px; }
#respond h2 { border-bottom: 1px solid #999999; }
#respond span { color: red; }
#respond a:link, #respond a:visited { text-decoration: underline; }
#respond a:hover { text-decoration: none; }
#respond p.champ { clear: both; display: block; padding: 4px 0 4px 0; margin-bottom: 1px; background-color: #f1f1f1; }
#respond label { float: left; display: block; width: 180px; padding: 3px 10px 0 10px; margin-right: 5px; text-align: right; }
#respond input[type=text] {
	width: 400px;
	height: 16px;
	padding: 1px 5px 0px 5px;
	border: 0;
	background: url(images/response-textbox.gif) top left no-repeat;
	font-size: 0.90em;
	color: #333333;
}
#respond textarea {
	width: 400px;
	height: 149px;
	padding: 1px 5px 0px 5px;
	border: 0;
	background: url(images/response-textarea.gif) top left no-repeat;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	font-size: 1.00em;
	color: #333333;
}
#respond input[type=submit] {
	width: 200px;
	height: 24px;
	padding: 0 0 4px 0;
	border: 0;
	background: #336699 url(images/response-submit.gif) 10px 5px no-repeat;
	font-size: 1.00em;
	color: #FFFFFF;
	font-weight: bold;
	cursor: pointer;
}
