/*
Theme Name: Business Pro Magazine
Theme URI: http://siamnews.biz/
Description: Business Pro Magazine is a free and premium magazine style for WordPress with a professional control panel. Development and project by <a href="http://siamnews.biz/">SNN</a>.
Version: 1.04
Author: SNN
Author URI: http://siamnews.biz
*/

/*
Set general CSS declarations
*/
* {
	font-family: arial;
	font-size: 1em;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
	
	
}
table.wp0 {
	border-width: 0px;
	border-spacing: 0px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	margin:
	auto;
	width:550px;
}
table.wp0 th {
	border-width: 0px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #666;
	-moz-border-radius: 3px 3px 3px 3px;
	color:#FFF;
}
table.wp0 td {
	border-width:0px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 3px 3px 3px 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}

table.wp1 {
	border-width: 0px;
	border-spacing: 0px;
	border-style: dotted;
	border-color: gray;
	background-color: white;
	margin:
	auto;
	width:550px;
}
table.wp1 th {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	background-color: #666;
	-moz-border-radius: 3px 3px 3px 3px;
	color:#FFF;
}
table.wp1 td {
	border-width: 1px;
	padding: 3px;
	border-style: inset;
	border-color: gray;
	-moz-border-radius: 3px 3px 3px 3px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	text-decoration: none;
	vertical-align: baseline;
	white-space: normal;
}





a {
	color: #3259d8;
	
}

a:hover {
	color: #ff9000;
}

html, body {
	line-height: 1
}

hr {
	display: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: '';
}

blockquote, q {
	quotes: "" "";
}

ul {
	list-style-type: none;
}

ol {
	list-style-type: decimal;
}

body {
	background: #dcdcdc;
	text-align: center;
	
}

#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background:#FFF;
}

.clear {
	clear: both;
}

/*
Top part CSS
*/
#top {
	width: 1000px;
	height: 34px;
	background: url(images/topmenu-bg.gif) repeat-x;
}

#topleft {
	float: left;
	background: url(images/topmenu-bg.gif) left no-repeat;
	height: 34px;
	padding-left: 10px;
}

#topright {
	float: right;
	background: url(images/topmenu-bg.gif) right no-repeat;
	height: 34px;
	padding-right: 10px;
}

/*
Page navigation CSS
*/
#pagenavigation {
	float: left;
	height: 32px;
	padding-top: 1px;
	padding-bottom: 1px;
	border-left: 1px solid #ddd;
	z-index: 20;
}

#pagenavigation li {
	float: left;
	display: block;
	height: 32px;
	border-right: 1px solid #ddd;
}

#pagenavigation li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#pagenavigation li a {
	display: block;
	padding-left: 15px;
	padding-right: 15px;
	line-height: 32px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #888;
}

#pagenavigation li a:hover {
	background: #e6e8d7;
	color: #333;
}

#pagenavigation li.current_page_item a {
	background: #FFF;
	color: #3259d8;
}

#pagenavigation li.current_page_item a:hover {
	background: #FFF;
	color: #3259d8;
}

#pagenavigation ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#pagenavigation ul li a {
	display: block;
	background: #FFF;
}

#pagenavigation li ul a:hover {
	display: block;
	background: #FFF;
}

#pagenavigation ul a {
	display: block;
}

#pagenavigation ul ul {
	margin-top: -27px;
	display: none;
	margin-left: 198px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#pagenavigation li:hover ul ul {
	display: none;
}
#pagenavigation li:hover ul {
	display: block;
}
#pagenavigation ul li:hover ul {
	display: block;
}
#pagenavigation li ul li {
	display: block;
	width: 100%;
}

#pagenavigation li.page_item ul {
	border-top: 2px solid #ddd;
	width: 200px;
}

#pagenavigation li.page_item a {
	display: block;
}

#pagenavigation li.page_item a:hover {
	display: block;
}

#pagenavigation li.page_item ul li a {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #333;
}

#pagenavigation li.page_item ul li a:hover {
	display: block;
	text-align: left;
	height: 24px;
	line-height: 24px;
	border-right: 1px solid #aaa;
	border-left: 1px solid #ddd;
	background: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-transform: uppercase;
	font-size: 0.7em;
	font-weight: bold;
	color: #ff9000;
}

/*
Search form CSS
*/
.searchform {
	display: inline;
}

.searchform fieldset {
	display: inline;
	padding-top: 4px;
}

.searchform label {
	vertical-align: middle;
	display: inline;
	margin-right: 5px;
	font-size: 0.7em;
	color: #9ba2b8;
	font-weight: bold;
}

.searchform input {
	vertical-align: middle;
	display: inline;
	font-size: 0.7em;
}

.searchinput {
	background: #FFF;
	border: 1px dotted #a3c3d3;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: #666;
}

.searchbutton {
	background: url(images/searchbutton.gif) no-repeat;
	width: 29px;
	height: 22px;
	text-transform: uppercase;
	cursor: pointer;
	color: #FFF;
	font-weight: bold;
}

/*
Header CSS
*/
#header {
	width: 1000px;
	padding: 5px 5px 10px 5px;
	
	height: 90px;
	background: url(images/logo/lesiteinfo_thailande.png);
	background-repeat:no-repeat;
	background-position:bottom left;

	/*margin-bottom: 2px;*/
	margin-top:2px;
	
}
	
#headerlogo {
	float: left;
	display: inline;
	margin-left:5px;
	padding-left:5px;
	width:350px;
	height: 60px;

	
}
#headerad {
	float: right;
	display: inline;
	margin-right:20px;
	padding-right:10px;
	margin-top:10px;
	/*: 60px;*/
}
#headerad a, #headerad img {
	display: block;
	/* width: 468px;
	height: 60px;*/
}
#headerlogo h1 {
	float: left;
	margin-right: 5px;
	padding-right: 15px;
margin-bottom: 5px;
	
}
#headerlogo h1 a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 2.2em;
	font-weight: 800;
	line-height: 1.2em;
	letter-spacing: -1px;	
	color:#4e74f2;
}
#headerlogo h1 a:hover {
	color: #ff9000;
}
#headerlogo span {
	float: left;
	font-weight: bold;
	font-size: 1em;
	line-height: 1.2em;
	color: #999999;
}


/*
Main Category Menu CSS
*/
#menu {
	width: 1000px;
	height: 30px;
	background: url(images/menur.gif) repeat-x;
}

#menux {
	float: left;
	width: 965px;
	height: 30px;
	padding-left: 10px;
	background: url(images/menux.gif) no-repeat left;
}

#menuy {
	float: right;
	width: 5px;
	height: 30px;
	background: url(images/menuy.gif) no-repeat right;
}

#dmenu {
	float: left;
	height: 30px;
	border-left: 1px solid #ccc;
	z-index: 20;
}

#dmenu li {
	float: left;
	display: block;
	height: 30px;
	border-right: 1px solid #ccc;
}

#dmenu li ul li {
	height: 24px;
	border-right: 0;
	border-bottom: 1px solid #ddd;
	width: 100%;
}

#dmenu li a {
	display: block;
	line-height: 30px;
	padding-left: 15px;
	padding-right: 15px;
	font-size: 0.85em;
	letter-spacing: -1px;
	color: #666;
	font-weight: bold;
	text-transform:lowercase;
}

#dmenu li a:hover {
	background: url(images/menuhover.gif) repeat-x;
	color: #3259d8;
}

#dmenu ul {
	display: none;
	z-index: 99;
	position: absolute;
}

#dmenu ul li a {
	display: block;
	background: #FFF;
}

#dmenu li ul a:hover {
	display: block;
	background: #FFF;
}

#dmenu ul a {
	display: block;
}

#dmenu ul ul {
	margin-top: -24px;
	display: none;
	margin-left: 199px;
	position: absolute;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
}

#dmenu li:hover ul ul {
	display: none;
}

#dmenu li:hover ul {
	display: block;
}

#dmenu ul li:hover ul {
	display: block;
}

#dmenu li ul li {
	display: block;
	width:100%;
}

#dmenu li.cat-item ul {
	width: 200px;
}

#dmenu li.cat-item a {
	display: block;
}

#dmenu li.cat-item a:hover {
	display: block;
}

#dmenu li.cat-item ul li a {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #333;
	font-weight: bold;
	border-right: 1px solid #ddd;
	border-left: 1px solid #ddd;
}

#dmenu li.cat-item ul li a:hover {
	display: block;
	text-align: left;
	font-size: 0.8em;
	letter-spacing: -1px;
	height: 24px;
	line-height: 24px;
	padding-left: 15px;
	padding-right: 15px;
	color: #3259d8;
	font-weight: bold;
	border-right: 1px solid #ff9000;
	border-left: 1px solid #ddd;
}

/*ajout perso alaune*/
#alaune{
	margin-bottom: 5px;
	background: #FFF;
	padding: 5px;
	border: 1px solid #d8e1f0;
	font-size: 0.8em;
}

#alaune ul li {
	
	float: left;
	display: block;
	height: 20px;
	border-right: 1px solid #ddd;
	padding-right:5px;
	padding-left:5px;
	
}
	
/*
RSS Bar CSS
*/
#rssbar {
	width: 1000px;
	height: 30px;
	margin-top: 1px;
	margin-bottom: 2px;
	background: url(images/rssbar.gif) repeat-x;
}

#rssbar #today {
	float: left;
	height: 30px;
	line-height: 30px;
	padding-left: 10px;
	background: url(images/rssbarx.gif) no-repeat left;
	font-size: 0.7em;
	color: #888;
}

#rssbar ul {
	float: right;
	background: url(images/rssbary.gif) no-repeat right;
	display: inline;
	height: 30px;
	padding-right: 10px;
}

#rssbar ul li {
	float: left;
	margin-left: 20px;
	display: inline;
}

#rssbar ul li a {
	height: 30px;
	line-height: 30px;
	background: url(images/rss.gif) no-repeat;
	background-position: left center;
	padding-left: 20px;
	font-size: 0.7em;
	font-weight: bold;
}

#rssbar ul li a:hover {
	color: #4e74f2;
}

/*
Featured Column CSS
*/
#featured {
	width: 1000px;
	background: #FFF url(images/bg.gif) repeat-y;
	border-bottom: 4px solid #ccc;
}

#featuredleft {
	float: left;
	width: 600px;
	background: url(images/lround.gif) no-repeat top left;
}

#featuredright {
	float: left;
	width: 400px;
	background: url(images/rround.gif) no-repeat top right;
}

#featuredright img{

float: left; margin: 0.5em 1em 1em -0.5em;}

#leaderboard {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	border-top: 2px solid #FFF;
	border-bottom: 2px solid #ccc;
	text-align:center;
	background-image:url(images/publicite_520px.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding: 15px 0 5px 0;
}


/*
Headline Column CSS
*/
#headline{
	width: 1000px;
	background: #FFF url(images/bg.gif) repeat-y;
	border-bottom: 4px solid #ccc;
	padding-bottom:15px;
}

#headlineleft {
	float: left;
	width: 600px;
	padding-top:5px;
	border-bottom:5px;
	margin-top:5px;
	margin-bottom:5px;
	margin-left:5px;
}

#headlineright {
	float: left;
	width: 340px;
	margin-left:20px;
	
}
#headlineright h2 {
	font-size: 0.8em;
	letter-spacing: -1px;
	line-height: 1.5em;
	color: #333;
	background: url(images/hbullet.gif) no-repeat;
	background-position: left 7px;
	padding-left: 12px;
	margin-top: 15px;
}
/*
Featured Posts CSS
*/
.featuredposts {
	width: 600px;
}

.featuredposts li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #eee;
}

.featuredposts li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}

.featuredposts li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.featuredposts li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredposts li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredposts_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 570px;
}

@media print {
	.featuredposts_content {
	display: block !important;
	}
}

.featuredposts_content .thumb img {
	float: left;
	display: inline;
	margin-right: 15px;
	border: 2px solid #dcebf1;
}

.featuredposts_content .post {
	display: inline;
}

.featuredposts_content .post h2 a {
	font-size: 1.5em;
	font-weight: 600;
	letter-spacing: -1px;	
}

.featuredposts_content .post h2 a:hover {
	color: #F93;
}

.featuredposts_content .post .time {
	color: #999;
	font-size: 0.7em;
	line-height: 2em;
}

.featuredposts_content .post .entry {
	border-bottom: 1px solid #eee;
	padding: 5px 0px 10px 10px;
}

.featuredposts_content .post .entry p {
	font-size: 0.75em;
	line-height: 1.5em;
	color: #666;
	padding: 5px 0px 10px 10px;
}

.featuredposts_content .post .endpost {
	padding-top: 10px;
}

.featuredposts_content .post .cat a {
	float: left;
	display: block;
	padding: 5px;
	background: #999;
	text-transform: uppercase;
	font-size: 0.7em;
	color: #FFF;
	font-weight: bold;
	line-height: 1.1em;
}

.featuredposts_content .post .cat a:hover {
	background: #ff9000;
}

.extra {
	float: right;
}

.extra li {
	display: inline;
	float: left;
	margin-left: 10px;
}

.extra li a {
	font-size: 0.7em;
	font-weight: bold;
}

.extra li.comments a {
	background: url(images/comments.gif) no-repeat;
	background-position: right center;
	padding-right: 20px;
	padding-left: 10px;
	border-left: 1px solid #bbb;
	color: #ff9000;
}

.extra li.comments a:hover {
	text-decoration: underline;
}

/*
Featured Tabs CSS
*/
.featuredtabs {
	width: 400px;
}

.featuredtabs li {
	float: left;
	display: inline;
	text-align: center;
	border-right: 1px solid #eee;
}

.featuredtabs li a {
	float: left;
	display: block;
	padding-left: 20px;
	padding-right: 20px;
	line-height: 38px;
	height: 38px;
	font-size: 0.7em;
	font-weight: bold;
	color: #aaa;
}

.featuredtabs li a:hover {
	background: url(images/tabmover.gif) no-repeat top center;
	color: #ff9000;
}

.featuredtabs li a.selected {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredtabs li a.selected:hover {
	background: url(images/tabselector.gif) no-repeat top center;
	color: #3259d8;
}

.featuredtabs_content {
	display: none;
	border-top: 1px solid #eee;
	padding: 15px;
	width: 370px;
}

@media print {
	.featuredtabs_content {
	display: block !important;
	}
}

.featuredtabs_content ul {
}

.featuredtabs_content ul li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 4px;
	padding-bottom: 4px;
	font-size: 0.7em;
	line-height: 1.4em;
	color: #999;
}

.featuredtabs_content ul li span {
	display: block;
}

.featuredtabs_content ul li span a {
	color: #333;
}

.featuredtabs_content ul li span a:hover {
	color: #ff9000;
}

/*
Big Column CSS
*/
#bigcolumn {
	width: 1000px;
	padding-bottom: 10px;
	background: #fff/* url(images/closeBigColumn.gif) no-repeat bottom*/;
}

#widecolumn {
	float: left;
	width: 640px;
	margin-left: 8px;
	display: inline;
}

#top_posts {
	float: left;
	width: 320px;
	margin-left: 4px;
	margin-right: 4px;
	padding-left: 4px;
	padding-right: 4px;
	display: inline;
	font-size: 0.75em;
	background:#FFF;
}

#recent_posts {
	float: left;
	width: 320px;
	display: inline;
	font-size: 0.75em;
}

/*
Main CSS
*/
#top_posts h2, #recent_posts h2 {

	float:left;

	font-size: 1.1em;
	letter-spacing: -1px;
	line-height: 1.5em;
	color: #333;
	background: url(images/hbullet.gif) no-repeat;
	background-position: left 7px;
	padding-left: 12px;
	margin-top: 10px;
	margin-bottom:3px;
}
a.more {
	float: right;
	/*background: url(../images/more.png) no-repeat;*/
	width: 80px;
	text-align: center;
	color: #666;
	text-transform: uppercase;
	font-size: 10px;
	height: 20px;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 3px;
}

a.more:hover {color:#ff9600}

a.catlink {
	
	color: #666;
	margin-top: 10px;
	margin-bottom: 3px;
}

a.catlink:hover {color:#ff9600}




#top_posts h2 img, #recent_posts h2 img {position:relative;top:1px;left:5px;}

.postbox {
	margin-bottom: 10px;
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
}

.postbox p {
	text-align: justify;
	margin: 0;
	color: #666;
}

.ad img, .ad a img {
	display: block;
}

/*
Top Posts CSS
*/
.top_thumb img {
	float: left;
	display: inline;
	width: 90px;
	height: 80px;
	margin-right: 15px;
	border: 1px solid #dcebf1;
}

.top_entry {
	display: inline;
}

.top_entry h3 a {
	font-size: 1.3em;
	letter-spacing: normal;
	line-height: 1.2em;
}

.top_entry h3 a:hover {
	color: #ff9000;
}

.top_entry .time {
	color: #999;
	font-size: 0.9em;
	margin:1em 0 0 0;
}

.top_entry .excerpt p {
	line-height: 1.4em;
	text-align: left;
	margin: 0px 0px 5px 0px;
	color: #666;
	border-bottom: 1px dotted #eee;
	padding: 0 0 1em 0;
}

.top_entry .postbit {
	float: right;
	width: 294px;
}

.top_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 8px;
}

.top_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #fff;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}
.top_entry .postbit li a:hover {
	background: #f9f7f1;
	color: #333;
}

/*
Recent Posts CSS
*/
.recent_thumb img {
	float: right;
	display: inline;
	width: 90px;
	height: 80px;
	margin-left: 10px;
	border: 1px solid #dcebf1;
}

.recent_entry {
	display: inline;
}

.recent_entry h3 a {
	
	font-size: 1.3em;
	letter-spacing: normal;
	line-height: 1.2em;
	color:#333;
}

.recent_entry h3 a:hover {
	color: #ff9000;
}

.recent_entry .time {
	color: #999;
	font-size: 0.9em;
	margin:1em 0 0 0;
}

.recent_entry .excerpt p {
	line-height: 1.4em;
	text-align: left;
	margin: 0px 0px 5px 0px;
	color: #666;
	border-bottom: 1px dotted #eee;
	padding: 0 0 1em 0;
}

.recent_entry .postbit {
	float: right;
	width: 294px;
}

.recent_entry .postbit li {
	display: block;
	float: right;
	display: inline;
	margin-left: 8px;
}

.recent_entry .postbit li a {
	display: block;
	padding: 5px;
	background: #eee;
	text-transform: uppercase;
	font-size: 0.9em;
	color: #666;
	line-height: 1.1em;
	border: 1px solid #ddd;
}

.recent_entry .postbit li a:hover {
	background: #fff;
	color: #333;
}
/* more stories */

.more_stories ul li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
}
	
.more_stories {
	background: #fff;
	margin: 0 1px 0 0;
	padding: 1px 0 1px 0;

	
}

.more_stories a {
	display: block;
	padding: 5px 10px 5px 15px;
	font-weight:bold;
	height: 1%;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 7px;}


.more_stories a:hover {
	background: #f6feff;
	color: #666;
	text-decoration:underline;	
}

/*
Sidebar CSS Widgets
*/
.center {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	float: left;
	width: 320px;
	margin-left: 3px;
	margin-right: 3px;
	padding-left: 3px;
	padding-right: 3px;
	display: inline;
	font-size: 0.75em;
	color: #666;
	line-height:1em;
	background:#FFF;
}

#sidebar h2 {
	font-size: 1.2em;
	letter-spacing: -1px;
	line-height: 1.5em;
	color: #333;
	/*background: url(images/hbullet.gif) no-repeat;*/
	background-position: left 7px;
	padding-left: 12px;
	margin-top: 15px;
}

#sidebar p {margin: 0px 0px 7px 0px}

.sidebarc {width: 320px}

.sidebar {
	float: left;
	width: 155px;
}

.sidebar div, .box, .sidebar ul ul, .sidebarc ul ul {
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
	line-height: 1.5em;
}
.sidebar div,.box_ad {
	background: #FFF;
	padding: 10px;
	border: 1px solid #d8e1f0;
	line-height: 1.5em;
	text-align:center;}

.sidebar div div {padding:0;border:0;}

.sidebar ul ul ul, .sidebarc ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
	line-height: 1em;
	margin-bottom:1em;
}
.sidebar ul ul li {
	
	margin-bottom:0.5em;
}
.sidebar li li, .sidebarc li li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 7px;
}

.sidebar li li li, .sidebarc li li li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 0;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 4px;
}

/*
Subscribe RSS Form
*/
.subscribe {
	width: 294px;
}

.subscribe fieldset {
	display: inline;
	margin-bottom: 5px;
	border-bottom: 1px dotted #ddd;
	padding-bottom: 10px;
	width: 294px;
}

.subscribe input {
	display: inline;
	vertical-align: middle;
}

.feedinput {
	border-top: 1px solid #bbb;
	border-left: 1px solid #bbb;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	width: 184px;
	padding-top: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	color: #666;
}

.feedinput:focus {
	background: #fdfff4;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}

.feedsubmit {
	background: url(images/feedsubmit.gif) no-repeat;
	font-weight: bold;
	width: 44px;
	height: 21px;
	cursor: pointer;
	color: #fff;
}

.feedlink {
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
	font-weight: bold;
	margin-right: 10px;
}

/*
Fix Corners CSS *do not touch* please!
*/
#fixcorners {
	display: block;
	width: 1000px;
	height: 5px;
	background: #f3fbff url(images/lblue.gif) no-repeat left bottom;
}

#rightcorner {
	display: block;
	width: 5px;
	height: 5px;
	background: #f3fbff url(images/rblue.gif) no-repeat right bottom;
	float: right;
}

/*
Footer
*/
#footer {
	width: 1000px;
	margin-bottom: 30px;
	line-height: 1.8em;
	font-size: 0.7em;
	color: #666666;
}



#footer li {
	display: inline;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}
		
#footer ul {
	margin: 0px;
	padding: 0px;
	}
	
#footer ul li a {
	
	font-size: 1em;
	color: #666666;
	padding: 0px 5px 0px 10px;
	margin: 0px;
	text-decoration: none;
	text-transform: lowercase;
	}
	
#footer a:hover {
	color: #3259d8;
	text-decoration: underline;
}

#required {
	display: inline;
	float: left;
	margin-left: 10px;
	font-size: 1em;
	color: #666;
}

#copyright {
	display: inline;
	float: right;
	margin-right: 10px;
	font-size: 1em;
	color: #666;
}

/*
POST BODY CSS
*/

.the_content p {
	line-height: 1.8em;
	color:#333;
}

a.the_content {
	color: #3259d8;
	font-family:Georgia, "Times New Roman", Times, serif;
	
}

.postbody {
	background: #FFF;
	padding: 10px;
	/*border: 1px solid #d8e1f0;*/
	margin-top: 10px;
	font-family:Georgia, "Times New Roman", Times, serif;
	color:#333;
}

.postbody h1, .postbody h2, .postbody , .postbody h4, .postbody h5, .postbody h6 {
	line-height: 1.4em;
	margin: 0px 0px 5px 0px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	
}

.postbody p, .postbody td  .postbody tr  .postbody table {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2px;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #333;
	margin: 0px 0px 10px 0px;
}


.postbody strong  { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	font-size: 1.2em;
	line-height: 1.4em;
	color: #555;
	margin: 0px 0px 10px 0px;
}

.first-child { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	letter-spacing: 0.2px;
	font-size: 1.2em;
	line-height: 2em;
	color: #555;
	margin: 0px 0px 15px 0px;
	font-weight:bold;
}

.postbody h1 {
	letter-spacing: -0.5px;
	font-size: 1.6em;
	font-weight: bolder ;
	color: #2e4aa6;
}

.postbody h2 {
	letter-spacing: -0.5px;
	font-size: 1.6em;
	color: #ff9000;
	font-weight: bolder ;
	line-height: 1.4em;
	
}

.postbody h3 {
	letter-spacing: -1px;
	font-size: 1em;
	font-weight: bold;
	color: #333;
	line-height:1.2em;
	margin-bottom:1em;
}


.postbody h4 {
	font-size: 0.9em;
	font-weight: bold;
	color: #666;
	line-height:1.2em;
	margin-bottom:1em;
}

.postbody h5 {
	font-size: 0.8em;
	font-weight: bold;
	color: #999;
}

.postbody h6 {
	font-size: 0.7em;
	font-weight: bold;
	color: #577aee;
}

.postbody ol {padding-left: 20px;}
.postbody ul {margin: 5px 5px 20px 5px;}
.postbody ol {margin: 5px 5px 20px 5px;}
.postbody ul ul {margin: 5px 5px 5px 5px;}
.postbody ol ol {margin: 5px 5px 5px 5px;}

.postbody ol li {
	line-height: 1.5em;
	color: #333;
	margin-bottom: 5px;
	font-size: 12px;
}

.postbody ul li {
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height: 1.5em;
	color: #333;
	/*background: url(images/bullet.gif) no-repeat;*/
	background-position: left 6px;
	padding-left: 20px;
	margin: 5px 0 5px 0;
	font-size: 0.8em;
	border-left:#666 dotted thin;
}

.postbody blockquote {
	background: #fffced;
	
	margin-bottom: 15px;
	padding-top: 10px;
	padding-left: 45px;
	padding-right: 15px;
	display: block;
	background: url(images/blockquote.jpg) no-repeat;
	background-position:top left;
	
}

.postbody blockquote p {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: inherit;
	line-height: 1.4em;
	letter-spacing: normal;
	color: #3E3E3E;
	background-attachment:fixed;
	background: url(images/blockquote2.jpg) no-repeat;
	background-position: bottom right;
	padding: 0 35px 0 0;
}

.postbody ins {
	color: #333;
	text-decoration: underline;
}

.postbody del {
	color: #999;
	text-decoration: line-through;
}

.postbody code {
	display: block;
	color: #333;
	font-family: verdana;
	font-size: 11px;
	background: #eee;
	margin-bottom: 10px;
}

.post_top_thumb  {
	float: right;
	display: inline;
	width: 80px;
	height: 80px;
	margin-right: 10px;
	margin-top: 10px;
	border: 2px solid #dcebf1;
	padding: 3px 3px 15px 3px;
}


.wpads468X60 {
	text-align:center; margin-top:10px;margin-bottom:15px;
	background-image:url(images/publicite_520px.gif);
	background-position:top;
	background-repeat:no-repeat;
	padding: 15px 0 5px 0;
	background-color: #fff;

}

/*
Results .p class
*/
.p {
	border-top: 1px solid #eee;
	padding-top: 15px;
	margin-top: 15px;
}

.p .thumb img {
	float: left;
	display: inline;
	width: 100px;
	height: 80px;
	margin-right: 10px;
	border: 1px solid #dcebf1;
}

.p .time {
	font-size: 0.7em;
	color: #999;
}

.p .excerpt {
	padding-top: 5px;
}

.p .info {
	text-align: right;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #999;
}

.p .tags {
	background: #fdfff4;
	padding: 5px;
	font-size: 0.7em;
	line-height: 1.3em;
	color: #666;
	border-top: 1px dotted #ddd;
	border-bottom: 1px dotted #ddd;
	text-transform: lowercase;
	margin-top: 5px;
}

.p .tags a {
	color: #333;
}

.p .tags a:hover {
	color: #3259d8;
}

/*
Navigation CSS
*/
.navigation {
width: 90%;
}

.navigation a {
	font-size: 0.7em;
	line-height: 1.1em;
	font-weight: bold;
}

.navigation a:hover {
	background: #ff9000;
	color: #FFF;
}

.navleft {
	float: left;
	margin-right: 5px;
}

.navright {
	float: right;
	margin-left: 5px;
}

.navcenter {
	text-align: center;
}

/*
Alternative: single post ONLY SPECIFIC CSS
*/
.postbody_singlepost .time {
	color: #999;
	font-size: 0.7em;
	line-height: 1.3em;
	border-top: 1px dotted #ccc;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.postbody_singlepost img {
	border: 2px solid #dcebf1;
}

.postbody_singlepost .tags {
	color: #333;
	font-size: 0.7em;
	line-height: 1.2em;
}

.postbody_singlepost .tags a {
	color: #999;
}

.postbody_singlepost  a {
	color: #999;
	font-family:inherit;
}

.postbody_singlepost .seolinks {
	letter-spacing: inherit;
	color: #999;
	margin: 3px 0px 0px 0px;
	font:inherit;
	border-bottom: 1px dotted #ddd;
} 
.postbody_singlepost .tags a:hover {
	color: #ff9000;
}

.postbody_singlepost .cc {
	margin-top: 10px;
	background: #F9F9F1;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.8em;
	color: #666;
	height:50px;
	background: url(images/article-header-bg.gif) repeat-x;
	
}

.postbody_singlepost .the_content {
	margin-top: 10px;
	margin-bottom: 10px;
}
.postbody_singlepost p, .postbody_singlepost td  .postbody_singlepost tr .postbody_singlepost table {
	font-family:Georgia, "Times New Roman", Times, serif;
	letter-spacing: 0.2px;
	font-size: 0.8em;
	line-height: 1.8em;
	color: #333;
	margin: 0px 0px 10px 0px;
}


/*
Special Single Post Classes
*/
.edit, .follow, .track {
	font-size: 0.75em;
	line-height: 1.5em;
}

.follow {
	border: 1px solid #eee;
	padding: 5px;
	color: #999;
}

.track {
	background: #eee;
	border: 1px solid #eee;
	padding: 5px;
	color: #777;
}

.follow a {
	font-weight: bold;
	background: url(images/rss.gif) no-repeat left;
	padding-left: 20px;
}

.track a {
	font-weight: bold;
}


/*
Commenting System CSS
*/
#combox, #combox ol, #combox ol li, #combox ol li.alt {
	font-size: 1em;
	line-height: 1em;
}

#combox {
	padding:0;
	margin:0;
	border:0;
	padding-top: 20px;
	padding-bottom: 20px;
}

ol.commentlist {
	padding:0;
	margin:0;
	border:0;
	list-style-type: none;
	margin-bottom: 20px;
}

ol.commentlist li {
	padding:0;
	margin:0;
	border:0;
	background: #fffff9;
	border: 1px dotted #ddd;
	padding: 10px;
	margin-top: 10px;
}

ol.commentlist li.alt {
	padding:0;
	margin:0;
	border:0;
	background: #FFF;
	border: 1px dotted #ddd;
	padding: 10px;
	margin-top: 10px;
}

.pane_l {
	float: left;
	text-align: right;
	display: inline;
	width: 155px;
	min-width: 155px;
	max-width: 155px;
	padding-right: 15px;
	border-right: 1px dotted #ddd;
	font-size: 0.7em;
}

.pane_r {
	display: block;
	margin-left: 180px;
}
.pane_r p {color:#777;font-size:0.8em;}

.c_author {
	font-weight: bold;
	margin: 0px 0px 5px 0px;
}
.c_avatar {
	display: block;
	margin: 0px 0px 5px 0px;
}
.c_avatar img {border: 3px solid #eee}
.c_date {color: #aaa}
.c_approved {color: #aaa}

/*
Leave a Reply form CSS
*/
.reply {
	background: #eefdff;
	padding: 5px 10px 0px 10px;
	border-top: 1px dotted #ddd;
}

.reply p {
	margin-top: 10px;
}

.reply fieldset {
	vertical-align: middle;
	display: inline;
}

.reply input {
	vertical-align: middle;
	display: inline;
}

.reply textarea {
	vertical-align: middle;
	display: inline;
}

.reply label {
	vertical-align: middle;
	display: inline;
	font-weight: bold;
	font-size: 0.9em;
	margin-left: 10px;
}

.replytext {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	width: 200px;
	padding: 2px;
	color: #666;
}

.replytext:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fffff7;
}

.replyarea {
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	line-height: 1.5em;
	padding: 2px;
	width: 555px;
	height: 120px;
	color: #666;
}

.replyarea:hover {
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	background: #fffff7;
}

.replybutton {
	background: #3259d8;
	text-align: center;
	font-weight: bold;
	color: #FFF;
	cursor: pointer;
}

.replybutton:hover {
	background: #ff9000;
	color: #fff;
}
/************************************************
*	Modif perso start				                                *
************************************************/
/************************************************
*	Image fix for wordpress 2.6	
CSS for Floating Images in Single Post View *
************************************************/

.the_content p img{
	float: left;
	border: none;
	margin: 10px;
	}
	
img.alignleft, div.alignleft {
float:left;
margin:0.5em 1.5em 0.5em 0.5em;
padding: 5px 4px 2px 10px;
border: 1px solid #dcebf1;
font-size:1em;
letter-spacing: -0.5px;
}

img.alignright, div.alignright {
float:right;
margin:0.5em 0.5em 0.5em 0.5em;
border: 1px solid #dcebf1;
padding: 5px 4px 2px 10px;
}


.wp-caption {
border: 1px solid #ddd;
text-align: center;
background-color: #fff;
margin:0.5em 0.5em 0.5em 1em;

font-size: 11px;
padding: 5px 8px 2px 8px;
margin: 0;
text-decoration:none;
line-height: 1em;
text-align:left;

/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}

.wp-caption img {
margin: 5;
padding: 0;
border: 0 none;
}

p.wp-caption-text {
	
font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
color:#006;
padding: 5px 4px 2px 5px;
margin:0.5em 0.5em 0.5em 0.5em;
text-decoration:none;
line-height: 1em;
text-align:left;
letter-spacing: -0.5px;
}


.alignleft {

font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 1em;
line-height: normal;
padding: 3px;
padding-top:3px;
margin:0.5em 0.5em 0.5em 0.5em;
line-height:0.8em; color:#006;
}


.alignright {
	font-size: 1em;
	line-height: 0.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float: right;
	display: inline;
	background: #fff;
	margin:0.5em 0.5em 0.5em 0.5em;
	padding: 5px 4px 2px 10px;
}

.aligncenter {
	font-size: 1em;
	line-height: 0.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float: none;
	display: inline;
	background: #fff;
	margin:0.5em 0.5em 0.5em 0.5em;
	padding: 5px 4px 4px 5px;
}
div.aligncenter, img.aligncenter { clear: both; display: block; margin-left: auto; margin-right: auto; }


.alignnone {
	font-size: 1em;
	line-height: 0.8em;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	float: none;
	display: inline;
	background: #fff;
	margin:1em 0.5em 1em 0.5em;
	
}
.gallery-item {
float: left;
border: 1px solid #ddd;
text-align: center;
padding:5px 5px 5px 5px;
margin: 5px auto;
/* optional rounded corners for browsers that support it */
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
border-radius: 3px;
}
.gallery-icon {
text-align: center;
padding:5px 5px 5px 5px;
}

.gallery img { border:0; margin: 0; }

.gallery-caption p.gallery-caption-text {
font-size: 10px;
padding: 2px 4px 2px 4px;
margin: 0;
}

.addthis img {
margin: 0;
padding: 0;
border: 0;
}
.addthis {
margin: 0;
padding: 0;
border: 0;
float:right;}

/************************************************
*	perso	sponsors		*
************************************************/

#vauban {

background-color:#58C8E0;
width:250px;
border-top: 2px solid #58C8E0;
border-bottom: 2px solid #58C8E0;
	
}

.vauban {

background-color:#FFFFFF;
font-family: Helvetica, sans-serif;
font-size: 1.4em;
border-bottom: 2px solid #58C8E0;
padding-top:8px;
padding-right:3px;
padding-left: 3px;
padding-bottom:8px;
color:#000000;

}

.vauban a

{
font-family: Arial, Helvetica, sans-serif;
font-size: 1em;
color:#000000;
}

.vauban_pa {
	background-color:#FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.2em;
	border-bottom: 2px solid #58C8E0;
	border-top: 2px solid #58C8E0;
	padding-top:4px;
	padding-right:3px;
	padding-left: 3px;
	padding-bottom:4px;
	color:#999;
}

.vauban_pa img{ 

border:none;
margin:2px;
float:left;
}

.fivestars_pa {
	background-color:#FFFFFF;
	font-family: Helvetica, sans-serif;
	font-size:0.8em;
	line-height: 1.4em;
	border-bottom: 1px solid #226946;
	border-top: 1px solid #226946;
	padding-top:10px;
	/*padding-right:3px;
	padding-left: 3px;*/
	padding-bottom:10px;
	color:#999;
	float:none;
	margin:10px;
}

.fivestars_pa img{ 

border:none;
margin:5px;
float:left;
}

.untoitdanslemonde_pa {
background-color:#FFFFFF;
font-family: Helvetica, sans-serif;
font-size:0.8em;
line-height: 1.3em;
border-top: 1px solid #333;
padding-top:5px;
padding-right:3px;
padding-left: 3px;
padding-bottom:5px;
color:#000;
text-align:justify;
}

.untoitdanslemonde_pa img{

border:none;
margin:5px 5px 10px 0;
float:left;
}

/************************************************
*	featured gallery from chrome		*
************************************************/

/* Begin Content Slider */

#gallerycontent {
	width: 1000px;
	border-bottom: 4px solid #ccc;
	background: #FFF url(images/bg.gif) repeat-y;
}


#gallerycontent_left {
float: left;
height: 260px;
width: 600px;
padding: 5px 0px 5px 0px;
margin: 5px 0 0px 0px;
overflow: hidden;
background-color:#FFFFFF;
}

#gallerycontent_right {
	float: left;
	width: 360px;
	padding:5px 5px 5px 10px;
	font-size: 0.8em;
	text-align:center;
	line-height:1.2em;
	color:#393939;
}
#gallerycontent_right h3{
	padding:5px 5px 5px 10px;
	font-size: 1.4em;
	text-align:center;
	line-height:1.2em;
	color:#393939;
}



.insert {
width: 180px;
height: 230px;
background: url(images/insertbg.png) top left no-repeat;
margin: 0 0 0 320px;
color: #D8D8D8;
padding: 10px;
line-height: 1.2em;
font-size: 0.8em;
}

.insert h2 {
line-height: 1em;
font-size: 22px;
font-weight: normal;
margin: 0 0 10px 0;
}

.insert a:link, .insert a:visited {
color: #FFFFFF;
text-decoration: none;
}

.insert a:hover {
text-decoration: underline;
}


#slider {
width: 100%;
margin: 0 auto;
position: relative;
}

.scroll {
margin: 0 auto;
height: 250px;
width: 580px;
overflow: auto;
overflow-x: hidden;
position: relative;
clear: left;
}

.scrollContainer div.panel {
height: 250px;
width: 580px;
overflow: hidden;
}

#shade {
height: 50px;
}

.scrollButtons {
position: absolute;
top: 140px;
cursor: pointer;
}

.scrollButtons.left {
left: 10px;
z-index: 1;
}

.scrollButtons.right {
right: 10px;
}

.hide {
display: none;
}

/* End Content Slider */

/*
Additional CSS (for feed display in category page)
*/
.feedinner a {
	font-size: 11px;
	text-transform: uppercase;
	font-weight: bold;
}

.feedinner img {
	position: relative;
	top: 3px;
}

.rss_thumb img {
	float: right;
	display: inline;
	margin-left: 5px;
	border: 2px solid #dcebf1;
}

.rssnews h2 {
	font-size: 1em;
	letter-spacing: 0px;
	line-height: 1.5em;
	color: #333;
	background: url(images/hbullet.gif) no-repeat;
	background-position: left 7px;
	padding-left: 12px;
	margin-top: 5px;
}
.rssnews {
	display: inline;
}

.rssnews h3 a {
	font-size: 1.1em;
	letter-spacing: -1px;
}

.rssnews h3 a:hover {
	color: #ff9000;
}

.rssnews .time {
	color: #999;
	line-height: 2em;
	font-size: 0.9em;
}

.rssnews .excerpt p {
	line-height: 1.5em;
	text-align: justify;
	margin: 0px 0px 7px 0px;
	color: #666;
	border-bottom: 1px dotted #eee;
}

.video {
width: 100%;
text-align:center;
}

/************************************************
*	similar posts		*
************************************************/

#similar_posts {

padding-left:1em;
border-top: 1px dotted #C0C0C0;
padding: 5px 0px 5px 0px;
margin: 20px 0px 5px 0px;
line-height: 1.2em;
}


.similar_posts {
	float:left;
	margin: 0.5em 1em 1em 1em;
	border:0;
	font-size:0.8em;
	line-height: 1.2em;
	color: #333333;
	width: 90%;
	
}

.similar_posts img{
	
	border:0;
	float:left;
	margin-right:15px;
}
.similar_posts a{ font-weight:bold;
}

.similar_posts p{
padding: 5px 0px 5px 10px;
margin: 5px 0px 5px 10px;
font-size:1em; line-height:1.2em;}


.similar_posts .cc_sim {
	margin-top: 5px;
	background: #F9F9F1;
	border-bottom: 1px dotted #ccc;
	padding: 5px;
	line-height: 1.5em;
	font-size: 0.8em;
	color: #666;
	background: url(images/article-header-bg.gif) repeat-x;
	
}

/************************************************
*	popular posts		*
************************************************/

.popular-posts img{

float:left; margin: 0.5em 1em 1em 0;}

.popular-posts li{
	padding: 5px 0px 5px 0px; margin: 0; color: #333333; border-bottom: 1px dotted #C0C0C0;
	list-style:none;
}
.popular-posts  {
list-style-image:none;	list-style:none; background:none
}

.popular-posts p {
	padding: 5px 0px 0 1em; margin: 0;  color:#999}
	
/************************************************
*	random posts		*
************************************************/

#random-posts img{

float: right; margin: 0.5em 1em 1em -0.5em; padding: 0 0 0 -0.5em;}

#random-posts  li li{
	padding: 5px 0px 5px 0px; margin: 0; color: #333333;
	list-style-image:none; list-style:none; background:none; border:hidden; float:none
}

.random-posts li li {
list-style-image:none;	list-style:none; background:none
}
.random-posts p {
	padding: 0.5em 0px 0 0.5em; margin: 0;  color:#999; line-height:1.1em;}
	
	
/*
SNN big quote left
*/	

.snn_strylctcqcntr { padding:0 27px 20px 10px; }
.snn_strylctcqcntr div { padding:0 10px 20px 0;background:transparent url(images/60x50quote_marks.gif) 100% 100% no-repeat;}
.snn_strylftcntnt { clear:left;float:left;position:relative;padding:0 0 0 10px;}
.snn_strylctcntr { width:166px; }
.snn_strylctcntr .snn_bulletbin { margin-top:9px; }
.snn_strylctcntr .snn_bulletbin li { padding-bottom:9px;color:#333;font:normal 11px/14px arial; }
.snn_strylctcntr .snn_bulletbin li h2 { font:normal 11px/14px arial; }
.snn_strylctcquote { font:bold 22px/24px arial;color:#666;width:244px;line-height:1.2em; }
.snn_strylctcquote span { display:block;font:normal 11px/12px arial;color:#999;padding:8px 0 0 0; }

/*
The big footer
*/	
	
#bw2-footer img{border:0 none;}
#bw2-footer *{margin:0;padding:0;}
#bw2-footer li{list-style:none;}
#bw2-footer{font-size:10px;font-family:Helvetica,Arial,sans-serif;}
#bw2-footer a:link,#bw2-footer a:visited{text-decoration:none;}
#bw2-footer a:hover,#bw2-footer a:active{text-decoration:underline;}
#leg{
	font-family:Helvetica,Arial,sans-serif;
	height:270px;
	background-color:#D5D5D5;
	padding:15px;
	width:1200px;
	margin:0 auto;
	text-align:left;
}
#leg div{float:left;}
#leg-sr{
	height:260px;
	margin:0 25px 16px 0;
	padding-left:28px;
	padding-top:15px;
	width:172px;
	background-color:#999;
	text-align:left;
}
#leg h3{color:#fff;font-weight:bold;text-transform:uppercase;font-size:11px;visibility:visible;}
#leg .no-header{visibility:hidden!important;}
#leg .leg-list h3{margin-bottom:6px;}
#leg a.more,#leg a:visited.more,#leg a:active.more{color:#454545;font-size:11px;font-weight:bold;display:block;margin-top:8px;}
#leg .leg-list{width:138px;height:95%;margin-right:10px;margin-top:15px;border-right:solid 1px #999; padding-right:5px}
#leg ul{font-weight:bold;padding-right:8px;}
#leg-sr h3,#leg-current-mag h3{margin-bottom:12px;}
#leg-sr h4{color:#fff;font-weight:bold;margin-bottom:6px;font-size:11px;}
#leg-current-mag h4 a,#leg-current-mag h4 a:active,#leg-current-mag h4 a:visited{color:#fff;font-weight:bold;margin-bottom:6px;font-size:11px;display:inline-block;}
#leg-sr img{margin-bottom:10px;width:125px;height:100px;display:block;}
#leg-sr ul{margin-bottom:6px;padding-left:5px;}
#leg .leg-list ul.double-list{margin-bottom:6px;}
#leg ul span{display:block;margin-bottom:5px;text-transform:uppercase;font-size:11px;}
#leg .no-heading span{display:none;}
#leg li{list-style-type:none;list-style-position:none;list-style-image:none;padding-bottom:6px;background:url(images/bullet.gif) no-repeat 0 2px;padding-left:8px;padding-right:2px;}
#leg.recentcomments li{list-style-type:none;list-style-position:none;list-style-image:none;padding-bottom:6px;background:url(images/bullet.gif) no-repeat 0 2px;padding-left:8px;padding-right:2px;}
#leg li a{font-size:11px;font-weight:bold;line-height:12px; color:#454545;padding-left:5px}
#leg .leg-list li a,#leg .leg-list li a:active,#leg .leg-list li a:hover,#leg .leg-list li a:visited{
	color:#454545;
}
#leg-sr li a,#leg-sr a,#leg-sr a:active,#leg-sr a:visited{color:#fff;}
#leg-last{margin-top:15px; width:150px;}
#leg-last img.twitter {display:block;margin-bottom:10px; margin-top:10px;}
#leg-last img.subscribe{display:block;width:150px;height:150px;}
#wrapper-super-footer{background-color:#3a3a3a;}
#wrapper-bw2-footer{font-size:10px;background-color:#000;}

#footer-inner{padding:25px 0;width:1200px;margin:0 auto;}
#footer-inner p{color:#999;font-size:11px;}
#footer-inner p.company-links{padding:4px 0 2px 0;}
#footer-inner p a{border-right:1px solid #333;color:#fff;margin-right:2px;padding-right:4px; margin-bottom:2px;}
#footer-inner p a.first{margin-left:0;}
#footer-inner p a.last{border:0;}

#footer-inner li{color:#999;font-size:11px;float:left;}
#footer-inner ul.company-links{padding:4px 0 2px 0; }
#footer-inner li.company-links{padding-top:4px;}
#footer-inner li a{border-right:1px solid #333;color:#fff;margin-right:2px;padding-right:4px;padding-left:4px; padding-bottom:2px;}
#footer-inner li a.first{margin-left:0;}
#footer-inner li a.last{border:0;}

#footer-inner .rsswidget li{color:#999;font-size:11px;float:left;}
#footer-inner li .rsswidget{padding-top:4px;}
#footer-inner li  .rsswidget a{border-right:1px solid #333;color:#fff;margin-right:2px;padding-right:4px;padding-left:4px;}
#footer-inner li  .rsswidget a.first{margin-left:0;}
#footer-inner li  .rsswidget a.last{border:0;}

#footer-inner p.copyright{padding-top:4px;text-transform:uppercase;}
#logo-siamnews{float:left;margin-left:9px;margin-right:38px;margin-bottom:4px;}
a img{border:none;}
.wrapper{margin:0 auto;}
.wrapper-full{width:100%;min-width:1010px;}
#wrapper-main{width:980px;}	



/*
custom menu
*/	


.menu-logement-2 ul ul ul, #menu-logement-2 ul ul ul {
	background: #FFF;
	padding: 0;
	border: 0;
	line-height: 1em;
	margin-bottom:1em;
}
.menu-logement-2 ul ul li {
	
	margin-bottom:0.5em;
}
.menu-logement-2 li li, .sidebarc li li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 1px dotted #ddd;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 7px;
}
.menu-logement-2, .sidebarc li li li {
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 15px;
	border-bottom: 0;
	background: url(images/bullet.gif) no-repeat;
	background-position: left 4px;
}
.menu-logement-2-container{
	display:block;
	float:none;
}


.untoitdanslemonde_pa {
clear: both;
background-color:#FFFFFF;
font-family: Helvetica, sans-serif;
font-size:1em;
line-height: 1.3em;
border-top: 1px solid #333;
padding-top:5px;
padding-right:3px;
padding-left: 3px;
padding-bottom:5px;
color:#000;
text-align:justify;
}

.untoitdanslemonde_pa img{

border:none;
margin:5px 5px 10px 0;
float:left;
}
