/*  
Theme Name:Photoblog2
Based from Theme Name:Unnamed
Theme URI:http://xuyiyang.com/wordpress-themes/unnamed/
Description:<a href="http://xuyiyang.com/wordpress-themes/unnamed/">Unnamed</a> is a three-column, widget-ready wordpress theme with some AJAX functions. It is easy to use and highly customizable.
Version:1.23
Author:Xu Yiyang
Author URI:http://xuyiyang.com/

I get the AJAX commenting from K2 by Michael, Chris, Zeo and Steve Lam. Thanks for their great work.
You can get K2 here:
http://getk2.com/

The Live Search originally based on the code of K2 Live Search Mod by Steve Lam:
http://stevelam.org/2006/04/k2-live-search-mod/

This theme uses the wonderful Sweetie Icons by Joseph North:
http://sweetie.sublink.ca/

The theme is released under GPL:
http://www.opensource.org/licenses/gpl-license.php
*/

/* General */
*, html {
	margin:0;
	padding:0;
}
body {
	text-align:center;
	background: #42413f url(../../../../photoblog/images/bambus.gif) repeat-x fixed left bottom;
	color: #88887b;
	/*font: 12px Arial, Helvetica, Sans-Serif;*/
	font:62.5% "Lucida Grande", Segoe UI, Verdana, Arial, sans-serif;
}
fieldset, select, img {
	border:0;
}
hr, #searchform br, .counter {
	display:none;
}
a, a:link, a:active, a:visited {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
/* sélecteur particulier aux liens externes au site 
a[href]:not([href^="http://macbook.local"]):not([href^="http://www.addthis.com"]):not([href^="mailto"]):not(.out){
padding-right:13px;
background: url(images/external.gif) no-repeat right center;
text-decoration:none;
}
*/
p {
	margin:0 0 10px;
}
ol li {
	list-style:decimal outside;
}
acronym, abbr, span.caps {
	cursor:help;
}
acronym, abbr {
	border-bottom:1px dashed #fc0;
}
blockquote {
	border-left:3px solid #ccc;
	margin:20px;
	padding-left:10px;
}
cite, ins {
	text-decoration:none;
}
code, pre, kbd {
	font:1em 'Courier New', Courier, sans-serif;
}
small {
	font:.8em Arial, Helvetica, sans-serif;
	color:#777;
}
strike, del {
	color:#777;
	text-decoration:line-through;
}
label {
	cursor:pointer;
}
h1, h2, h3, h4 {
	font-family:Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size:1.8em;
	text-align:left;
	padding:21px 0 5px 20px;
}
h2 {
	margin:5px 0;
	font-size:1.6em;
}
h3, h4 {
	margin:15px 0 0;
	font-size:1.2em;
}
/* Container */
#container {
	position:relative;
	margin:0 auto;
	padding: 0;
	font-size:1.2em;
	/*width:970px;
		border-right: thin solid #999;
	border-left: thin solid #999;
*/
	width:850px;
}
#content, #links, #bloc {
	/*width:960px;*/
	width:850px;
	margin:0 auto;
	border-right: thin solid #999;
	border-left: thin solid #999;
	border-bottom: thin solid #999;
	background: #373836;
	opacity: 0.86;
}

/* Header and Navigation */
#header, #clicclac {
	margin:0 auto;
	/*line-height:1.2em;
	width:960px;*/
	width:850px;
}
#header {
	border-right: thin solid #999;
	border-left: thin solid #999;
}
.description {
	text-align:left;
	padding:0 0 5px 20px;
	font:1em Georgia, "Times New Roman", Times, serif;
}
/*
#nav {
	display:block;
	height:32px;
	margin:0 auto !important;
	margin:0;
	padding:0;
	text-align:left;
	letter-spacing:0.15em;
	text-transform:uppercase;
	width:850px;
	list-style:none;
	z-index:8;
}
#nav li {
	float:left;
	padding:0;
	margin:0;
}
#nav li a {
	display:block;
	line-height:32px;
	padding:0 10px;
	color:#fff;
	text-decoration:none;
}
#nav li a:hover {
	color:#fff;
	background:#333;
}
#nav li li {
	width:200px;
}
#nav ul a {
	color:#fff;
	line-height:24px;
}
#nav ul {
	position:absolute;
	z-index:500;
	top:auto;
	list-style:none;
	display:none;
	width:200px;
	list-style:none;
	text-align:center;
	border:1px solid #333;
	background:url(images/bg_nav_ul.png) repeat left top transparent !important;
	background:#444;
}
#nav ul ul {
	top:0;
	left:100%;
}
#nav li:hover, #nav li.sfhover {
	color:#fff;
	background:#333;
	cursor:pointer;
	z-index:100;
}
#nav li:hover ul ul, #nav li li:hover ul ul, #nav li li li:hover ul ul, #nav li li li li:hover ul ul, #nav li.sfhover ul ul, #nav li li.sfhover ul ul, #nav li li li.sfhover ul ul, #nav li li li li.sfhover ul ul {
	display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul, #nav li li li li.sfhover ul {
	display:block;
}
*/

/* Primary Content and Entries */
#primary-content {
	float:left;
	text-align:left;
	line-height:1.6em;
	margin:0 1.5%;
	width:500px;
	display:inline;
	overflow:hidden;
	/*border-right: thin dotted #999;*/
}

#primary-content a, .sous-menu, #bloc a {
	color: #cacaca;
}
#primary-content a:hover, #bloc a:hover {
	color: #b4b4b4;
}
#primary-content h3 a {
	color: #9c3;
}
#primary-content h3 a:hover {
	color: #7a2;
}

#primary-content h2 {
	margin-bottom: 2em;
	margin-top: 1em;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}
.pagetitle {
	margin-top:15px;
	text-align:center;
}
.entry {
	text-align:left;
	padding:10px 8px;
	/*background: url(images/bg_meta.png) no-repeat center bottom;*/
}
.entry ul, .entry ol {
	margin:0 0 0 40px;
}
.entry li {
	padding-bottom:8px;
}
.entry-header {
	font-size:1.6em;
	font-weight:400;
	margin:0;
	padding:3px 0;
}
.entry-date {
	text-align: left;
	font-size: x-small;
	color:#88887b;
	/*background:url(images/bg_meta.png) no-repeat top center;*/
}
.entry-content {
	margin-top: 1em;
}
.entry-footer {
	color:#ccc;
	font-size:0.9em;
	text-align:right;
	margin:0 0 20px;
	line-height:1.2em;
	padding:4px 0;
	/*background:url(images/bg_meta.png) no-repeat top center;*/
}
.entry-separe {
	background:url(images/bg_meta.png) no-repeat top center;
}
.addthis_container {
	margin-left: 3em;
	margin-top: 1em;
}
.maj {
	font-style: italic;
	font-size: x-small;
	margin-left: 3em;
}
/* Sidebar */

#sidebar {
	float:left;
	line-height:1.2em;
	/*margin:13px 1.5% !important;*/
	margin:13px 0;
	/*width:400px;*/
	width:320px;
	text-align:left;
	font-size:1em;
	border-left: thin dotted #999;
}
#sidebar a {
	color: #8f8f8f;
}

#sidebar a:hover {
	color: #c7c7c7;
}
	
#sidebar h2 {
	font-size:1.2em;
	font-weight:400;
	margin:10px 2px 3px 7px;
	padding:2px 0;

	color: #a8a8a8;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: small-caps;
	border-bottom: thin solid #b1b1b1;
}
#sidebar ul {
	color:#777;
	list-style:none;
}
#sidebar li {
	width:100%;
}
#sidebar ul ul li {
	width:100%;
	margin:0 5px;
	padding:2px;
}
#sidebar ul ul li a, #sidebar ul ul li a:link, #sidebar ul ul li a:visited {
	padding:2px 4px;
}
.side_ads {
	width: 120px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}
.left-sidecolumn {
	clear:left;
	float:left;
	width:46%;
	padding:0 2%;
}
.right-sidecolumn {
	clear:right;
	float:right;
	width:46%;
	padding:0 2%;
}
.intro {
	font-size:.9em;
	color:#777;
	width:90%;
	margin:8px 4%;
	padding:0 0 15px 0;
	background:url(images/bg_meta.png) no-repeat center bottom;
	line-height:1.4em;
}
/* Shelf */
#shelf {
	float:left;
	line-height:1.2em;
	width:100%;
}
#close {
	float:right;
	line-height: 16px;
	width: 16px;
	background-color: #373836;
	text-align: center;
	vertical-align: middle;
}
#close a {
	color: #fff;
}
#toggle {
	/*width:960px;*/
	width:850px;
	margin:0 auto !important;
	margin:0;
	text-align:left;
	background: #555452;
	border-bottom: thin solid #999;
	list-style:none;
	overflow:hidden;
}
#toggle h2 {
	/*color:#fff;
	font-size:1.2em;
	font-weight:400;*/
	margin:15px 2px 0;

	font-size:1.2em;
	font-weight:400;
	/*margin:10px 2px 3px 7px;*/
	padding:2px 0;

	color: #a8a8a8;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: small-caps;
	border-bottom: thin solid #b1b1b1;
}
#toggle ul {
	list-style:none;
	margin:10px 0 10px;
}
#toggle li {
	float:left;
	width:30%;
	background:transparent;
	margin-left:1.8% !important;
	margin-left:1.5%;
	padding:0 4px 6px 4px;
	display:inline;
}
* html #toggle li {
	width:30%;
}
#toggle ul li {
	width:100%;
	margin:2px 0;
	padding:0 8px;
}
#toggle ul li a, #toggle ul li a:link, #toggle ul li a:visited {
	/*display:block;
	background:transparent;*/
	color: #cacaca;
	padding:2px;
	text-decoration:none;
	white-space:nowrap;
}
#toggle ul li a:hover {
	color: #a1a1a1;
	text-decoration: underline;
}
#toggle li.tags {
	width:45%;
}
#toggle li.tags a:hover {
	background:none;
	text-decoration:underline;
}
#sidebar ul ul, #toggle ul {
	margin:0;
	padding:0 0 10px;
}
/* Footer */
#footer {
	clear:both;
	/*height:64px;*/
	margin:0 auto;
	/*width:970px;*/
	width:860px;
}
#footer a, #links a {
	text-decoration: none;
	color: #9C3;
}
#footer a:hover, #links a:hover {
	color: #7A2;
	text-decoration: none;
}
#footer p {
	color:#aaa;
	text-align:center;
	font-size:.9em;
	line-height:1.5em;
	padding:12px 0 0;
}
/* Search */
#search {
	width:100%;
	line-height:1em;
	display:block;
}
.searchinput {
	font-size:1em;
	width:88%;
	margin:5px 4%;
	padding:3px;
	border:1px solid #ccc;
	height:16px;
	background: #e0e0e0 url(images/bg_search.png) no-repeat right 3px;
}
.searchinput:focus, .searchinput:hover {
	border:1px solid #fc0;
	background: #ececec url(images/bg_search.png) no-repeat right -16px;
}
#live-results {
	margin:0;
	padding:2px 0;
}
#live-results h2 {
	margin:5px 0;
	padding:0;
}
#live-results h3 {
	font-size:1em;
	font-weight:400;
	margin:0;
	padding:0;
}
.more-results {
	display:block;
	background:url(images/search-more.png) left center no-repeat;
	margin:5px 15px 0 0;
	padding:2px 0 2px 18px;
}
#search-loading {
	margin:-25px 0 0 94%;
	height:18px;
	width:18px;
	background:url(images/spinner.gif) center center no-repeat;
}
#search-reset {
	margin:-25px 0 0 94%;
	height:18px;
	width:18px;
	background:url(images/cancel.png) center center no-repeat;
	cursor:pointer;
}
#search-results {
	width:90%;
	margin:5px 4%;
}
#search-results li {
	/*background:url(images/item.png) left center no-repeat;*/
	margin:0;
	padding:0;
}
#search-results h3 {
	margin:0;
	padding:0 0 0 8px;
}
/* Comments and Trackbacks */
.comment-section {
	margin:30px auto;
	text-align:left;
	width: 80%;
	}
#leavecomment {
	margin:30px 25px 20px 0 !important;
	text-align:center;
	color:#ccc;
	font:1.8em Georgia, "Times New Roman", Times, serif;
}
.section-title {
	font-size:1.4em;
	font-weight:400;
	text-align:center;
	margin:5px 25px 5px 0;
}
#commentform {
	margin:15px 0;
}
#authorinfo {
	width:100%;
}
input#author, input#email, input#url, textarea#comment {
	border:1px solid #ccc;
	padding:1px;
	background:#f4f4f4;
}
#commentform input:focus, #commentform textarea:focus, #commentform input:hover, #commentform textarea:hover {
	border:1px solid #fc0;
	background:#fff;
}
textarea#comment {
	width:99%;
}
#submit, #previewcomment {
	float:right;
	margin:0 0 0 10px;
	border:1px solid #3465A4;
	color:#fff;
	background:#9c3;
	padding:0 2px;
}
#submit:hover, #previewcomment:hover {
	border:1px solid #3465A4 !important;
	color:#fff !important;
	background:#7a2 !important;
}
.comment-header {
	text-align:left;
	margin:4px 0;
	font:1.3em Georgia, "Times New Roman", Times, serif;
}
.comment-content {
	margin:10px;
}
.comment-footer {
	text-align:left;
	margin:4px 0 0;
	font-size:.9em;
}
#commentlist, #pinglist, #previewlist {
	list-style:none;
background: url(images/bg_meta.png) no-repeat center bottom;
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 12px;
}
#commentlist li, #pinglist li, #previewlist li {
	margin:10px 0;
	list-style:none;
	padding:7px 5px;
	line-height:1.8em;
	/*background:url(images/bg_meta.png) no-repeat top center;*/
}
#commentlist li .counter, #pinglist li .counter {
	display:none;
}
#commentlist li img {
	padding:0;
	border:0;
}
#commentlist li span.gravatar {
	float:right;
	margin:2px;
	border:1px solid #ccc;
	width:32px;
	height:32px;
}
#error {
	margin:2px;
	padding:2px;
	text-align:center;
	color:#FF0000;
	background:#FFFF99;
	border-left:1px solid #fc0;
	padding:2px 5px;
}
#commentload {
	padding-top:3px;
	float:right;
	vertical-align:middle;
	height:18px;
	width:18px;
	background:url(images/spinner.gif) center center no-repeat;
}
/* Images */
.ZenphotoPress_thumb {
	padding: 0;
	border: 1px solid #808080;
	margin: 12px 0 0 12px;
}

img {
	border:0;
}
p img {
	border:0;
	max-width:100%;
	padding:2px;
}
img.center, img[align="center"] {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
img.alignright, img[align="right"] {
	padding:4px;
	margin:0 0 2px 7px;
	display:inline;
}
img.alignleft, img[align="left"] {
	padding:4px;
	margin:0 7px 2px 0;
	display:inline;
}
img.noborder {
	border:0 !important;
}
.feedlink img {
	display:inline;
	float:left;
	margin:0;
	padding:0;
}
/* Text align */
.center {
	text-align:center;
}
.alignleft {
	float:left;
}
.alignright {
	float:right;
}
.item {
	text-align:right;
}
/* Float */
.floatright {
	float:right;
}
.floatleft {
	float:left;
}
/* Miscellaneous */
#sous-menu {
	display:block;
	padding:2px 0;
	height:15px;
}
.sous-menu-random a, .sous-menu-right a {
	margin:0 15px 0;
	color: #cacaca;
}
.sous-menu-random a:hover, .sous-menu-right a:hover {
	margin:0 15px 0;
	color: #b4b4b4;
}
.sous-menu-random {
	float: left;
	margin:0 1.5%;
	padding:0px 8px;
	font-size:0.9em;
}
.sous-menu-right {
	float:right;
	width: 180px;
	text-align:center;
	font-size:0.9em;
}

.content-bottom {
	height:6px;
	margin:0 1px;
	/*width:958px;*/
	width:848px;
}
.navigation {
	display:block;
	font-size:.9em;
	text-align:center;
	padding:10px 0;
}
.alert {
	color:#FF0000;
	background:#FFFF99;
	border-left:1px solid #fc0;
	text-align:center;
	margin:10px auto;
	padding:5px;
}
.metacmt {
	/*background:url(images/comment.png) left center no-repeat;*/
	padding:2px 0 2px 0px;
}
.metacat {
	background:url(images/tag1.png) left center no-repeat;
	padding:2px 0 2px 16px;
}
.metatag {
	color:#88887b;
	/*background:url(images/tag2.png) left center no-repeat;*/
	padding:0 0 0 16px;
	margin-right: 16px;
}
.metaedit {
	background:url(images/edit.png) left center no-repeat;
	padding:2px 0 2px 17px;
	font-size: x-small;
}
.clear {
	clear:both;
}

/* rajout */

/* header */

.headerText {
	color: #fff;
	/*font: small-caps "Lucida Grande", Lucida, Verdana, sans-serif;*/
	z-index: 99;
}

._big {
	padding-left: 1em;
	padding-top: 1em;
	text-align: left;
	font: 36px "Lithos Pro", Geneva, Herculanum, "Helvetica Neue";
	letter-spacing: 0.5em;
}
._small {
	padding-left: 1em;
	padding-top: 0.5em;
	text-align: left;
}

._xxlarge {
	font-size: 28pt;
	/**/padding-top: 0.5em;
	padding-right: 0.4em;
	margin-left: 60%;
	text-align: center;
	line-height: 40pt;
}

#entrer {
	font-size: medium;
}
#entrer a {
	color: #88887b;
}
/* pages */

#pages {
	width:850px;
	margin:0 auto;
	padding: 8px 0;
	background: #333;
	color: #FFFFFF;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 8.5pt;
	font-weight: bold;
	border-top: thin solid #888;
	border-bottom: thin solid #aaa;
	border-right: thin solid #999;
	border-left: thin solid #999;/**/
	height: 1em;
}

#pages li {
	display: inline;
	list-style-type: none;
	}
		
#pages ul, ol {
	margin: 0;
	padding-left: 2em;
	}
		
#pages a {
	color: #ccc;
	margin: 0;
	padding: 6px 10px;
	letter-spacing: 0.1em;
	font-weight: bold;
	/*
	font-variant: small-caps;*/
}
		
#pages a:hover {
	/*background: #1e1e1e;
	color: #7A2;*/
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	}

.accueil a#accueil, .now a#now, .blog a#blog, .contact a#contact, .liens a#liens, .livre a#livre {
	/*background-color: #00a700;*/
	color: #fff;
}

#header {
	/*background: #555555 url(../../../../photoblog/images/header.jpg) no-repeat;*/
	height: 115px;
	z-index: -1;
}

.widgettitle {
	color: #a8a8a8;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	font-variant: small-caps;
}

.attachment {
text-align: center;
margin: 5px 0px;
}

.exif {
	font-size: x-small;
	margin-right: auto;
	margin-left: auto;
	border-bottom-style: none;
}
.exif th, .exif td {
	background-color: #434341;
	padding: 0 4px;
	}
.nocomments {
	padding-top: 1em;
	padding-bottom: 1em;
}
#commentlist li.alt {
	background-color: #434341;
}
#bloc h3 {
	font: large "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #909090;
	letter-spacing: 0.4em;
	padding-left: 25px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0;
}

#bloc h4 {
	font: large "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #909090;
	letter-spacing: 0.4em;
	padding-left: 25px;
	padding-top: 10px;
}

#bloc table {
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	letter-spacing: 0.2em;
	margin-top: 2em;
}

#bloc th {
	text-align: center;
	padding: 5px;
	text-decoration: underline;
}

#bloc td {
	text-align: center;
	padding: 5px;
}

/*
#bloc img {
	padding-top: 1em;
	padding-bottom: 1em;
	margin-right: auto;
	margin-left: auto;
	display: block;
}
*/
.titrePhoto {
	text-align: center;
	color: #909090;
	letter-spacing: 0.2em;
	font-weight: bold;
}

.exif {
	text-align: center;
	color: #909090;
	font-size: smaller;
}

#links table {
	margin: 0 auto;
	border-spacing: 15pt
}

#links th {
	padding: 15px;
	letter-spacing: 1.4em;
	font-variant: small-caps;
	font-size: medium;
}
#links td {
	width: 300px;
	/*border: medium solid #333;*/
	padding: 20px;
	margin: 16px;
	background-color: #333;
	font-size: small;
	letter-spacing: 0.4em;
}

#links td.td_vide {
	background-color: #363634;	
}

.ht {
	position: absolute;
	z-index: 99;
	width: 850px;
}

#sk2-footer {
	font-size: 9px;
}
#credit {
	margin: 3px auto 8px auto;
	width: 680px;
	font-size: 9px;
	color: #aaa;
	text-align: right;
	clear: both;
}
#credit a, #sk2-footer a {
	text-decoration: none;
	color: #9C3;
}
#credit a:hover, #sk2-footer a:hover {
	color: #7A2;
	text-decoration: none;
}
#choose_lang {
	float: right;
	margin-left: 2em;
}
#choose_lang form {
	font-size: xx-small;
	border-style: none;
}
#choose_lang option, #choose_lang select {
	font-size: xx-small;
	background-color: #42413f;
	color: #aaa;
	border-style: none;
}
#portfolio li {
	list-style-type: none;
}

.top10 {
	padding-top: 3em;
}
.cadre img {
	padding: 10px;
	background-color: #fff;
	border: 1px solid #818181;
}

.img_archive {
	margin: 10px;
	border: 1px solid #818181;	
}

.tb {
	float:left;
	height:180px;
	width:150px;
	text-align:center;
/*	padding-bottom:10px;*/
/*	margin:0pt 0pt 0pt 7px;*/
	margin-right: auto;
	margin-left: auto;
}

.tb a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.tb a {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}
.album {
	float: left;
	width: 190px;
	height: 190px;
	text-align:center;
	padding-top: 0px;
	padding-bottom: 20px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	padding-right: 6px;
	padding-left: 6px;
	/*border: 1px solid #4eff24;*/
}
.thumb {
	/*float: left;
	line-height: 200px;*/
    width: 190px;
    height: 190px;
	border: 1px solid #222;
	background-color: #42413f; /* pas dans ie */
}
.thumb a:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1;
	opacity:1;
}
.thumb a {
	filter:alpha(opacity=70);
	-moz-opacity:.70;
	opacity:.70;
}

.albumdesc {
	float: right;
	text-align:center;
	width: 200px;
	padding: 6px 0 0 0;
	text-align:center;
	vertical-align: middle;
}


#archive {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 2em;
}

.arch {
	text-decoration: underline;
	font-weight: bold;
	margin-top: 2em;
	margin-bottom: 1em;
}

/* index.php (Zenphoto) */

#tag_cloud {
	text-align: center;
	padding-bottom: 5px;
	width: 80%;
	background-color: #3e3d3b;
	margin: 3em auto;
	padding: 1em;
}

#tag_cloud ul li {
	text-align: center;
	display: inline;
	list-style-type: none;
	line-height: 2em;
}

#bloc_tags {
	float: left;
	width: 35%;
	background-color: #42413f;
	border: 1px solid #818181;	
	margin: 20px;
}
#bloc_news {
	float: left;
	width: 55%;
	background-color: #42413f;
	border: 1px solid #818181;	
	margin: 20px;
}
#bloc_ads {
	float: left;
	width: 60%;
	/*
	background-color: #42413f;
	border: 1px solid #818181;
	*/
	margin: 20px;
	padding-top: 20px;
	padding-bottom: 20px;
	}
#bloc_news ul li{
	text-align: left;
	list-style-type: none;
	list-style-position: inside;
}
#bloc_news ul {
	padding-top: 1em;
	padding-bottom: 1em;
	padding-left: 3em;
	margin-bottom: 3em;
	margin-left: auto;
	margin-right: auto;
}

.date_news {
	text-align: left;
	margin-top: 3em;
	margin-left: 1em;
	text-decoration: underline;
}

#fadeshow {
	background-color: #42413f!important;
	/*border: 1px solid #818181;*/
	border: 15px solid #FFF;
	margin-right: auto;
	margin-left: auto;
	margin-top: 8em;
}
#swissarmy {
	margin-right: auto;
	margin-left: auto;
	margin-top: 4em;
	margin-bottom: 0.5em;
}

.st-related-title {
	font-size:1.3em;
	font-weight:400;
	text-align:left;
	margin:35px 0px 5px 25px;
}
.st-related-posts {
	list-style-type: none;
	line-height: 0.9;
}

.st-related-posts li{
	font-size: 11px;
}


	.tabs { list-style:none; margin:0px; padding:0px; overflow:hidden; }
	.tabs li { padding:0px; margin:0px; display:inline; }
	.tabs li a { float:left; display:block; padding:2px 2px 2px 2px; background-color:#DEDAD8; color:#333333; margin-right:5px; border-bottom:solid 4px #F2F0EE; }
	.tabs li a:hover { background-color:#D5CDCA; }
	.tabs li a.active { background-color:#E7E4E2; border-bottom:solid 4px #E7E4E2; }
	.recent ul { list-style:none; margin:0px; padding:0px; }
	.recent ul li { margin-bottom:4px; background-color:#E7E4E2; width:100%; padding:5px 10px 5px 10px; overflow:hidden; }

	#tab-comments { margin:0px; padding:0px; }
	.tab-comments-avatar { float:left; overflow:hidden; margin:3px 10px 3px 0px; }
	.tab-comments-text { float:left; overflow:hidden; width:230px; }
	#tab-comments li { overflow:hidden; }
	#tab-categories li a { background:url('images/dot.gif') left 5px no-repeat; padding-left:17px; }

/* contact form 7 */

.wpcf7-form {
	border: thin solid #818181;
	padding: 1em 1em 1em 2em;
	margin: 3em 4em;
}
/**/
.wpcf7-text {
	border:1px solid #ccc;
	background-color: #e0e0e0;
}
.wpcf7-text:focus, .wpcf7-text:hover {
	border:1px solid #fc0;
	background-color: #ececec;
}
.wpcf7 textarea {
	border:1px solid #ccc;
	background-color: #e0e0e0;
}
.wpcf7 textarea:focus, .wpcf7 textarea:hover {
	border:1px solid #fc0;
	background-color: #ececec;
}