/*
THEME NAME: Zorgloob
THEME URI: http://www.zorgloob.com/
DESCRIPTION: Based on <a href="http://themeplayground.com/themes/mocha/">Mocha Theme</a> par <a href="http://themeplayground.com">Ryan Imel</a>
VERSION: 0.7
AUTHOR: Jérémy Milhau
AUTHOR URI: http://www.jeremilhau.fr/
TAGS: theme-options, threaded-comments, sticky-post, fixed-width, left-sidebar, right-sidebar, two-columns, blue
*/

/* Eric Meyer's Reset.css */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
body {
	line-height: 1.2em;
	color: black;
	background: white;
	font-family: FreeSans, 'Lucida Grande', Helvetica, Arial, Verdana, sans-serif;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}


/* Body */

body {
	background: #c91b00;
	color: #474e5c;
	font-family: 'Lucida Grande', 'Lucida Sans', 'Lucida Sans Unicode', Helvetica, Arial, sans-serif;
}
div.wrap, div.wrap2 {
	font-size: 0.9em;
	margin: 0 auto;
	width: 960px;
}

div.wrap2 { background: #e7e5dd ; }

.clear {
	clear: both;
}

hr {
	background: #f2f2f2;
	border: none;
	height: 1px;
}

/* Basic typography */

em {
	font-style: italic;
}
strong {
	font-weight: bold;
}

/* Forms */

input {
	background: url('images/shade.png') left top no-repeat;
	border: 1px solid #cccccc;
	font-size: 1.2em;
	height: 26px;
	padding: 0 5px;
	width: 160px;
}
button {
	background: #c91b00;
	border: none;
	color: #fff;
	font-size: 1.0em;
	padding: 6px;
}
button:hover {
	cursor: pointer;
}
textarea {
	background: url('images/shade.png') left top no-repeat;
	border: 1px solid #ccc;
	font-size: 1.2em;
	padding: 5px;
}
textarea:focus {
	outline: 3px solid #c91b00;
}

/* Header */

div#header {
	border-bottom: 1px solid #9b9a97;
	color: #fff;
}
div#header div.wrap {
	padding: 0 0 15px 0;
	position: relative;
}
div#header a {
	color: #fff;
}
h1#site-title {
	font-size: 2.35em;
	float: left;
	margin: 10px 0 0 0;
	word-spacing: -10px;
}
h1#site-title span {
	font-weight: bold;
}
h1#site-title a {
	display: block;
	height: 60px;
	text-decoration: none;
}
div#description {
	font-size: 0.9em;
	float: left;
	position: absolute;
	top: 65px;
}

/* Twitter in the header */

div#twitter {
	background: url('images/trans.png');
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	float: right;
	font-size: 0.9em;
	line-height: 1.2em;
	margin: 17px 0 0 0;
	width: 500px;
}

div#twitter div.wrap {
	height: 60px;
	margin: 0;
	padding-right:10px;
	padding-left:10px;
	padding-top:5px;
	position: relative;
	width: auto;
}
div#twitter p {
	margin: 7px 10px;
}
div#twitter p.read-more {
	bottom: 7px;
	position: absolute;
	right: 10px;
	text-align: right;
}
div#twitter a {
	text-decoration: underline;
}
div#twitter a:hover {
	text-decoration: none;
}

div#twitter h2 {
	font-weight: bold;
	font-size: 1.2em;
}	

/* Navigation */

div#navigation {
	font-size: 0.7em;
	font-weight: bold;
	text-transform: uppercase;
	height:40px;
	background: #e7e5dd url('images/container.png') top repeat-x;
}

div#navigation ul {
	float: left;
}
div#navigation li {
	display: block;
	float: left;
}
div#navigation a {
	color: #000;
	display: block;
	line-height: 4em;
	padding: 0 14px;
	text-decoration: none;
}
div#navigation li.current_page_item a, div#navigation a:hover {
	background: #c3c1bb;
}

/* Container */

div#container {
	background: #e7e5dd;
}

/* Content */

div#content {
	background: #fff;
	clear: both;
	float: left;
	margin: 0 0 80px 0;
	width: 640px;
}
div#content h1, div#content .post div.title h2 {
	color: #205773;
	font-size: 2.1em;
	font-weight: bold;
	line-height: 1.3em;
}
div#content h1 a, div#content div.title h2 a {
	color: #205773;
	padding: 1px;
	text-decoration: none;
}

div#content h1 a:hover, div#content div.title h2 a:hover {
	color: #000;
}

/* Posts */

ul.postlist {
	border: 15px solid #f2f2f2;
	float: left;
	margin-bottom: 0;
	width: 610px;
}
li.post {
	clear: both;
	float: left;
	width: 100%;
	margin-top: 20px;
}

div.title {
	margin: 5px 15px 0 15px;
}
div.byline {
	margin: 0 15px 15px 15px;
}
div.entry {
	margin: 10px 15px 20px 15px;
}
div.entry h2 {
	font-size: 1.6em;
	font-weight: bold;
	line-height: 1.5em;
}
div.entry ol, div.entry ul, div.entry dl {
	margin: 0 55px 25px 55px;
}
div.entry ol li {
	list-style-type: decimal;
	margin: 0 0 25px 0;
}
div.entry ul li {
	list-style-type: disc;
	margin: 0 0 15px 0;
}
div.post-thumb {
	float: left;
	margin: 12px 0 0 20px;
}
li.thumbnailpost div.entry {
	clear: none;
	float: left;
	width: 350px;
}

/* Post bylines */

div.byline {
	float: left;
}
p.byline-author {
	background: #c91b00;
	color: #fff;
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 8px;
}
p.byline-author a {
	color: #fff;
	text-decoration: none;
	text-transform: capitalize;
}
p.byline-comments {
	background: url('images/icon-comment.png') left 10px no-repeat;
	display: block;
	float: left;
	margin: 10px 0 0 20px;
	padding: 8px 8px 8px 20px;
}
p.byline-comments a {
	color: #c91b00;
	text-decoration: underline;
}
p.byline-comments a:hover {
	text-decoration: none;
}
p.byline-comments-add, p.byline-edit {
	color: #777777;
	display: block;
	float: left;
	font-size: 0.5em;
	font-weight: bold;
	margin: 10px 0 0 0;
	padding: 8px;
}
p.byline-comments-add a, p.byline-edit a {
	background: #f2f2f2;
	color: #777777;
	display: block;
	padding: 4px;
	text-decoration: none;
}
body div#container div#content p.byline-comments-add a:hover, body div#container div#content p.byline-edit a:hover {
	background: #777;
	color: #fff;
}

/* Post entry */

div.entry {
	clear: both;
	line-height: 1.5em;
}
div.entry p {
	margin: 0 0 20px 0;
}
div.entry a {
	color: #c91b00;
	font-weight: bold;
}

/* Post meta */

div.meta {
	background: #f2f2f2;
	float: left;
	font-size: 0.8em;
	padding: 15px 0 30px 15px;
	margin-right:15px;
	width: 100%;
}
div.meta p {
	clear: left;
	float: left;
	font-weight: bold;
	margin: 0 4px 15px 0;
        width:100%;
}
div.meta ul {
	float: left;
	margin: 0 10px 0 0;
}
div.meta li {
	float: left;
	margin: 0 5px 0 0;
	display: inline;
}
div.meta a {
	color: #c91b00;
	text-decoration: underline;
}
div.meta a:hover {
	text-decoration: none;
}
p.meta-tagged {
	background: url('images/icon_tag.png') left top no-repeat;
	line-height: 1.5em;
	padding-left: 18px;
}

/* Post navigation */

div.postnavigation {
	clear: both;
	color: #808080;
	display: block;
	font-size: 0.8em;
	font-weight: bold;
	height: 15px;
	padding-top: 15px;
	position: relative;
	width: 100%;
}
div.postnavigation a {
	color: #c91b00;
	padding: 2px 4px;
	text-decoration: none;
}
div.postnavigation a:hover {
	color: #fff;
}
div.postnavigation li {
  font-size:1.2em;
	display: block;
}
li.postnav-older {
	float: left;
}
li.postnav-recent {
	float: right;
}

/* Sidebar */

div#sidebar {
	float: right;
	font-size: 0.8em;
	line-height: 1.5em;
	width: 280px;
}
div#sidebar .hidden {
	display: none;
}
div#sidebar input#searchsubmit, div#sidebar input#s {
	top: 0;
}
input#searchsubmit:hover {
	cursor: pointer;
}
li.widget_tag_cloud {
	margin-bottom: 30px;
}
div#sidebar li.widget_tag_cloud a {
	color: #c91b00;
	text-decoration: none;
}
div#sidebar li.widget_tag_cloud a:hover {
	text-decoration: underline;
}
div#sidebar h2, li#search label, .widgettitle {
	color: #000;
	display: block;
	font-size:  1.3em;
	font-weight: bold;
	margin: 5px 0 12px 0;
}
div#sidebar p, div#sidebar div.textwidget {
	margin: 0 0 30px 0;
}
div#sidebar a {
	color: #c91b00;
	font-weight: bold;
	text-decoration: underline;
}
div#sidebar a:hover {
	text-decoration: none;
}
div#sidebar li.widget ul {
	margin-bottom: 30px;
}
div#sidebar li.widget ul li {
	background: url('images/widget.png') 10px 12px no-repeat;
	border-bottom: 1px solid #d9d7d1;
	line-height: 1.8em;
	padding: 5px 0 5px 25px;
}
div#sidebar li.widget ul li a {
	color: #474e5c;
	text-decoration: none;
}
div#sidebar li.widget ul li a:hover {
	text-decoration: underline;
}

/* Search widget */

form#searchform {
	height: 60px;
	position: relative;
	width: 250px;
}
input#s {
	padding-top: 3px;
	position: absolute;
	top: 30px;
	left: 0;
}
input#searchsubmit {
	height: 30px;
	position: absolute;
	right: 0;
	top: 30px;
}
input#searchsubmit {
	background: #c91b00;
	border: none;
	color: #fff;
	font-size: 1.0em;
	padding: 6px 6px 10px 6px;
	width: 60px;
}
li#search input#searchsubmit:hover {
	cursor: pointer;
}

/* Comments */

div#comments {
	float: left;
	margin: 0 0 50px 0;
}

li.comment, li.pingback {
	border-bottom: 1px solid #f2f2f2;
	clear: both;
	float: left;
	margin: 0 0 0 15px;
	padding: 15px 0 0 0;
	width: 560px;
}
li.comment div.meta, li.pingback div.meta {
	background: none;
	clear: both;
	margin: 0;
	padding: 0 0 15px 90px;
}
li.comment div.meta a, li.pingback div.meta a{
	background: #f2f2f2;
	color: #474e5c;
	padding: 2px;
	text-decoration: none;
}
li.comment div.meta a:hover, li.pingback div.meta a:hover {
	background: #474e5c;
	color: #f2f2f2;
}
li.comment div.avatar, li.pingback div.avatar {
	margin: 5px 0 0 0;
}
li.comment div.title, li.pingback div.title {
	float: right;
	margin: 0;
	width: 470px;
} 
li.comment div.entry, li.pingback div.entry {
	float: right;
	margin: 0;
	width: 470px;
}
li.comment div.title, li.pingback div.title {
	margin-top: 0;
}
li.comment h2, li.pingback h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 15px 0;
}
li.comment a, li.pingback a  {
	color: #c91b00;
}
li.comment h2 a:hover, li.pingback h2 a:hover {
	text-decoration: none;
}

/* Second level comments */

li.comment li.comment {
	background: url('images/leveltwo.png') -5px 15px no-repeat;
	border-bottom: none;
	border-top: 1px solid #f2f2f2;
	margin-left: 0;
}
li.comment li.comment div.avatar {
	margin-left: 50px;
}
li.comment li.comment div.entry, li.comment li.comment div.title {
	width: 420px;
}
li.comment li.comment div.meta {
	padding-left: 140px;
}

/* Third level comments */
li.comment li.comment li.comment {
	background: url('images/leveltwo.png') 55px 15px no-repeat;
}
li.comment li.comment li.comment div.avatar {
	margin-left: 110px;
}
li.comment li.comment li.comment div.entry, li.comment li.comment li.comment div.title {
	width: 360px;
}
li.comment li.comment div.meta {
	padding-left: 200px;
}

/* Special comments */

div.avatar img { /* Author comments */
	border: 5px dashed #FFFFFF;
}

li.pingback div.avatar img { /* Author comments */
	border: 5px dashed #EEEEEE;
}

li.byuser div.avatar img { /* Author comments */
	border: 5px dashed #E7E5DD;
}

li.comment-author-luka div.avatar img { /* Author comments */
	border: 5px dashed #007DC5;
}

li.comment-author-tomhtml div.avatar img { /* Author comments */
	border: 5px dashed #00A94F;
}

li.comment-author-kendos div.avatar img { /* Author comments */
	border: 5px dashed #ED1849;
}

li.comment-author-romain div.avatar img { /* Author comments */
	border: 5px dashed #6F1E86;
}


li.comment-author-romain li.comment div.avatar img, li.comment-author-luka li.comment div.avatar img, li.comment-author-tomhtml li.comment div.avatar img, li.comment-author-kendos li.comment div.avatar img { /* Removing author styles from reply comment... */
	border: none;
}

/* Response */

div.respond {
	clear: both;
	padding: 1px 0 10px 0;
}
div.respond p {
	clear: both;
	margin-bottom: 15px;
}
div.respond div.info p {
	margin-bottom: 0;
}
div.respond div.avatar {
	margin: 15px 0 0 15px;
}
div#response-preview {
	background: url('images/avatar.png') 20px top no-repeat;
	float: left;
	margin: 20px 0 50px 0;
	min-height: 70px;
	width: 100%;
}
div#response-preview div.title, div#response-preview div.entry {
	float: right;
	width: 470px;
}
div#response-preview div.title {
	margin: 0 15px 0 0;
}
div#response-preview h2 {
	font-size: 1.0em;
	font-weight: bold;
	margin: 0 0 15px 0;
}
div#response-preview a {
	color: #c91b00;
}
div#response-preview h2 a:hover {
	text-decoration: none;
}
div.respond form {
	margin: 15px;
}
div.respond label {
	clear: both;
	display: block;
	font-weight: bold;
	margin: 0 0 5px 0;
}
div.respond input {
	color: #ccc;
	margin: 0 0 20px 0;
	width: 400px;
}
div.respond input:focus {
	color: #000;
}
div.respond textarea {
	margin: 0 0 20px 0;
	height: 200px;
	width: 400px;
}
div.respond div.info {
	font-size: 0.7em;
	line-height: 1.4em;
	margin: 0 0 5px 0;
}
span.required {
	color: #c91b00;
}
span.optional {
	color: #999;
}
div.respond a {
	color: #c91b00;
	font-weight: bold;
}

/* Footer */

div#footer {
	color: #fff;
	clear: both;
	font-size: 0.7em;
	padding: 40px 0 0 0;
}
div#footer div.wrap {
	padding: 15px 0 40px 0;
}
div#footer a {
	color: #fff;
	font-weight: bold;
}
ul#nav {
	float: left;
	margin: 0 0 15px 0;
}
ul#nav li {
	display: block;
	float: left;
	margin: 0 10px 0 0;
}
ul#nav a {
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	display: block;
	line-height: 2em;
	padding: 0 5px;
	text-decoration: none;
}
ul#nav li.current_page_item a, ul#nav li a:hover {
	background: url('images/trans.png');
}
p#credit {
	clear: left;
	float: left;
	margin-left: 5px;
}

/* Only on Pages */

body.page div#content {
	border: 15px solid #f2f2f2;
	width: 610px;
}
body.page div.title {
	margin-bottom: 20px;
}

/* Additional pages */

div.navinfo {
	background: #e7e5dd;
}
div.navinfo form {
	margin: 15px 0 100px 0;
}
div.navinfo p {
	margin: 15px 0;
}
div.navinfo .hidden {
	display: none;
}

/* Only on single post pages */

body.single div#content {
	border: 15px solid #f2f2f2;
	width: 610px;
}

/* Only on search pages */

body.search div#content {
	border-bottom: 15px solid #f2f2f2;
}

/* Only on 404 pages */

body.four04 div#content div.title {
	margin-bottom: 20px;
}
body.four04 div#content {
	border: 15px solid #f2f2f2;
	width: 610px;
}
body.four04 .hidden {
	display: none;
}

/* WordPress captions and image styles */

.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* 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: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

/* Blueberry */

body.Blueberry, body.Blueberry div.byline p.byline-author, body.Blueberry button, body.Blueberry input#searchsubmit, body.Blueberry  {
	background: #205773;
}
body.Blueberry div#header {
	background: #256777 url('images/blue_header.png') bottom repeat-x;
}
body.Blueberry li.author div.avatar img {
	border: 2px solid #205773;
}
body.Blueberry div.byline a, body.Blueberry div.entry a, body.Blueberry div.meta a, body.Blueberry li.comment a, body.Blueberry div#response-preview a, body.Blueberry div.respond a, body.Blueberry div#sidebar a, body.Blueberry div.postnavigation a {
	color: #205773;
}
body.Blueberry div.byline p.byline-author a {
	color: #fff;
}
body.Blueberry input:focus {
	outline: 3px solid #205773;
}
body.Blueberry div#footer {
	background: #205773 url('images/blue_footer.png') top repeat-x;
}
body.Blueberry div.postnavigation a:hover {
	background: #205773;
	color: #fff;
}

body.Blueberry div#content h1 a:hover { color: #000;}

/* Left Sidebar (default is right) */

body.Left-Sidebar div#navigation ul {
	float: right;
}
body.Left-Sidebar div#content {
	float: right;
}
body.Left-Sidebar div#sidebar {
	float: left;
}

/** Blocs d'articles sur la page d'accueil */
ul.postlist li.post-block {
	float:left;
	width:295px;
	margin:2px 5px 13px;
	padding:0
}
ul.postlist li.post-block h2.title {
	margin:0 2px;
}
ul.postlist li.post-block h2.title a {
	margin:0;
	color:#205773;
}
ul.postlist li.post-block h2.title a:hover {
	margin:0;
	color:#000;
}
ul.postlist li.post-block p {
	font-size:0.9em;
	color:#555;
}
ul.postlist li.post-block div.post-thumb {
	margin:0px;
}
ul.postlist li.post-block.align-left div.post-thumb {
	float:left;
}
ul.postlist li.post-block.align-right div.post-thumb {
	float:right;
}
ul.postlist li.post-block.align-left div.post-thumb img.picleft {
	margin:0 3px 0 0;
}
ul.postlist li.post-block.align-right div.post-thumb img.picleft {
	margin:0 0 0 3px;
}

hr.clear {
	visibility:hidden;
}

/** Recherche **/
.recherche-titre {
	font-weight:bold;
	font-size:110%;
	margin:10px 0 5px 0;
	display:block;
}
.recherche-titre a {
	color:#205773;
}
.recherche-titre a:visited {
	color:#6A6673;
}
.recherche-date {
	font-style:italic;
}
.picleft, .picright {
	border: 1px solid #ccc;
	display:inline;
}

.picleft {
	margin: 0px 20px 10px 0px;	
	float: left;
}

.double {
	height:120px; width:550px;display:none;

}

.picright {
	margin: 0px 0px 10px 20px;	
	float: right;
}



div.gras {

font-weight:bold;
}

img.affiche { margin-right:10px; margin-left:10px;}

li.affiche {text-align:center;}

div.source p.sourcetext {
	background-color: #F2F2F2;
	color: #AAA;
	font-size:0.9em;
	display: block;
	float: left;
	margin: 10px 0 10px 0;
	padding: 8px;
}
div.source p.sourcetext a {
	color: #AAA;
	font-weight: normal;
}

.newarticle {
background:transparent url(images/signet.png) no-repeat scroll 0 0;
height:40px;
margin-left:-25px
}

.datearticle {
padding-top : 7px;
padding-left : 35px;
}

.badge {
padding-left: 5px;

}

.tweetright {
padding-top: 5px;
float: right;
margin-left: 20px;
}

.centrer {
	text-align : center;
}


.auteurpic {
	height: 25px;
	width: 25px;
}


blockquote:before, q:before
{
color: #666666;
content: '\201C'; 
font-family: Arial, Helvetica, sans-serif;
font-size: 6em;
font-weight: bold;
line-height: 0px;
margin: 0px 5px 0px -30px;
vertical-align: bottom;

}

blockquote, q {
margin: 2em 0px 2em 0px;
padding: 20px 20px 1px 20px;
font-size: 90%;
background-color: #EEEEEE;
}

/*------------------------- Couleurs auteurs V1.0*/


span.socialbouton {
height:19px
}

p.byline-author-Luka, span.ajoutcom {
	background: #007DC5;
}

p.byline-author-Kendos {
	background: #ED1849;
}

p.byline-author-TOMHTML, span.lienperm {
	background: #00A94F;
}

p.byline-author-FJ{
	background: #FFDD00;
}

p.byline-author-Romain{
	background: #6F1E86;
}

p.byline-author-Pierre {
	background: #D6347B;
}

p.byline-author-Kendos, p.byline-author-Luka, p.byline-author-TOMHTML, p.byline-author-FJ , p.byline-author-Romain , p.byline-author-Pierre, span.ajoutcom, span.lienperm, span.socialbouton {
	color: #fff;
	display: block;
	float: left;
	margin: 10px 0 0 0;
	padding: 8px;
}

span.ajoutcom, span.lienperm, span.socialbouton {

	margin: 10px 10px 0 0;
}

span.ajoutcom a.anchorLink, span.ajoutcom a.anchorLink:link, span.ajoutcom a.anchorLink:visited, span.lienperm a.anchorLink, span.lienperm a.anchorLink:link, span.lienperm a.anchorLink:visited, span.socialbouton a.anchorLink, span.socialbouton a.anchorLink:link, span.socialbouton a.anchorLink:visited  {
	color: #fff;
	text-decoration: none;
}


/*------------------------- Twitter (v1 et v2)*/
.twitter-quote {
	background-color:#f0f0f0;
	padding:6px;
	margin:10px 0 4px 0;
	display:block;
	clear:both;
}
.twitter-quote a:link, .twitter-quote a:visited {
	color:#1D4E9F;
	text-decoration:underline;
}
.tweet {
	padding:0 20px;
	max-width:500px;
	border:0;
	margin:0px 0px 10px 0px;
}
.tweet .message {
	background:#f0f0f0 url('http://www.zorgloob.com/logo/philactere.gif') no-repeat scroll left bottom;
	padding:10px 20px 20px 20px;
}
.tweet .message {
	font-size:1.2em;
}
.tweet .source {
	margin-left:10px;
	margin-top:5px;
	color: #AAA;
}
.tweet .source a {
	color: #AAA;
	text-decoration:underline;
}

/*------Ads------*/
#sideads {
	clear:both;
	float:left;
	padding:5px;
}

#sideads .ad {
	height: 125px;
	width: 125px;
	margin: 0 7px 7px 0;
	float: left;
	border: 1px solid #ccc;
	font-size: 15px;
	font-weight: bold;
	text-align: center;
}

/*------Twitter------*/

#twc_connect button{ 
        background:none; 
        border:none; 
        cursor:pointer; 
} 
        #twc_connect button{ 
        width:auto; 
        overflow:visible; 


        } 

/* IE6 */
        twc_connect button img{ 
        margin:0 3px -3px 0 !important; 
        padding:0; 
        border:none; 
        width:16px; 
        height:16px;}



/* Fix titres pages */
.pagetitle { padding:15px;}
.widget {margin-top:10px;}
.archives {list-style-type:none; display:inline;}
.archives li {display:inline;}
.similar h3 {
	padding-top:5px;
	color: #205773;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 1.3em; }
.similar a { text-decoration:none; }

/* Headlines dynamiques */

.clear {
	clear:both
}
 
#Hgallery {
	position:relative;
	height:180px
}
	#Hgallery a {
		float:left;
		position:absolute;
	}
	
	#Hgallery a img {
		border:none;
	}
	
	#Hgallery a.show {
		z-index:500
	}


/* Ajouts TOMHTML */
div#content ol.classement li, div#content ul.classement li {
	margin:0 55px 6px;
}
div#content dfn, div#content acronym, div#content abbr {
	border-bottom-color:#2C67B1;
	border-bottom-style:dashed;
	border-bottom-width:1px;
	cursor:help;
}
div#content dfn a, div#content acronym a, div#content abbr a {
	color:#474E5C;
	cursor:help;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}
div#content dfn a:hover, div#content acronym a:hover, div#content abbr a:hover {
	color:#C91B00;
	cursor:help;
	font-style:normal;
	font-weight:normal;
	text-decoration:none;
}

[hreflang]:after {
	font-size:50%;
	font-style:normal;
	vertical-align:super;
	text-decoration:none !important;
	display:inline;
	height:40px;
	width:70px;
	content:"\a0[" attr(hreflang)"]";
	padding-bottom:0.70em;
	z-index:99;
}


/* Ajouts pour les opinions d'auteurs */

.opinion-tomhtml {
border-style:none;
border-left:solid #00A94F;
padding-left:5px;
margin-bottom:15px;
}

.opinion-tomhtml-pic {
	height: 30px;
	width: 30px;
	border:solid #00A94F;
	margin-left:-8px;
	margin-right:5px;
	float:left;
}


.opinion-kendos {
border-style:none;
border-left:solid #ed1849;
padding-left:5px;
margin-bottom:15px;
 }

.opinion-kendos-pic {
	height: 30px;
	width: 30px;
	border:solid #ed1849;
	margin-left:-8px;
	margin-right:5px;
	float:left;
}


.opinion-luka {
border-style:none;
border-left:solid #007DC5;
padding-left:5px;
margin-bottom:15px;
 }

.opinion-luka-pic {
	height: 30px;
	width: 30px;
	border:solid #007DC5;
	margin-left:-8px;
	margin-right:5px;
	float:left;
}


.opinion-romain {
border-style:none;
border-left:solid #6F1E86;
padding-left:5px;
margin-bottom:15px;
 }

.opinion-romain-pic {
	height: 30px;
	width: 30px;
	border:solid #6F1E86;
	margin-left:-8px;
	margin-right:5px;
	float:left;
}

.opinion-fj {
border-style:none;
border-left:solid #FFDD00;
padding-left:5px;
margin-bottom:15px;
}

.opinion-fj-pic {
	height: 30px;
	width: 30px;
	border:solid #FFDD00;
	margin-left:-8px;
	margin-right:5px;
	float:left;
}


.opinion-Pierre {
border-style:none;
border-left:solid #D6347B;
padding-left:5px;
margin-bottom:15px;
}

.opinion-Pierre-pic {
	height: 30px;
	width: 30px;
	border:solid #D6347B;
	margin-left:-8px;
	margin-right:5px;
	float:left;
}

.opinion-luka strong.opinion { color:#007DC5; }
.opinion-kendos strong.opinion { color:#ed1849; }
.opinion-tomhtml strong.opinion { color:#00A94F; }
.opinion-romain strong.opinion { color:#6F1E86; }
.opinion-fj strong.opinion { color:#FFDD00; }
.opinion-Pierre strong.opinion { color:#D6347B; }

.googlebuzz {
  float:right;
}

.red {color:red;}

