@charset "utf-8";

html{color:#000;background:#FFF;overflow-y: scroll;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td {margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
/* to preserve line-height and selector appearance */
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
/*to enable resizing for IE*/
input,textarea,select{*font-size:100%;}
/*because legend doesn't inherit in IE */
legend{color:#000;}
:focus {
outline: 0;
}
/* simplr 1.0 */
html{
	background-color:#f9f9f9;
	overflow-y: scroll;
}
body{
	font-size:14px;
	font-family:Helvetica, Arial, Sans-Serif;
	cursor:default;
	color:#666666;
}
.clear_left{
	clear:left;
}
.clear_right{
	clear:right;
}
.hide{
	display:none;
}

#bg{
	position:fixed;
	left:0px;
	bottom:0px;
	top:0px;
	width:50px;
	background-color:#e1e1e1;
	z-index:1;
}
#border_overlay{
	position:fixed;
	left:40px;
	width:20px;
	bottom:0px;
	top:0px;
	background-color:rgba(255,255,255, .3);
	z-index:5;
}
#posts{
	position:relative;
	left:0px;
	top:0px;
	z-index:2;
}

#right{
	position:fixed;
	right:0px;
	bottom:0px;
	width:360px;
	padding:20px 30px 0 0;
	background-color:rgba(249,249,249, .6);
	text-align:right;
	z-index:200;
}
#right h1{
	font-size:30px;
	letter-spacing:-1px;
	font-weight:bold;
	margin-bottom:10px;
	color:#000000;
}
#right h1 a{
	color:#000000;
	text-decoration:none;
}
#right p{
	margin-bottom:10px;
	width:360px !important;
	line-height:18px;
}
#right input{
	margin-bottom:10px;
	font-size:13px;
	padding:2px;
	text-align:right;
	width:190px;
	color:#aaaaaa;
}
#right .tf_focused{
	text-align:left;
	color:#000000;
}
#right .colphon{
	font-size:11px;
}
#right a{
	font-weight:bold;
	text-decoration:none;
	color:#73b8c4;
}
#right a:hover{
	text-decoration:underline;
}

h1,h2,h3,h4,h5,h6 {line-height: normal;}

/* general post css */
.post,
.entry{
	clear:left;
	float:left;
	position:relative;
	background-image:url('../images/post_background.gif');
	background-position:50px 0px;
	background-repeat:repeat-y;
	padding-bottom:0px;
	padding-right:0px;
	margin-bottom:20px;
	border-bottom:1px solid rgba(0,0,0, .1);
	border-right:1px solid rgba(0,0,0, .07);
}
.post .icon,
.entry .icon{
	float:left;
	width:40px;
	line-height:40px;
}

.post .icon a,
.entry .icon a{
	width:40px;
	height:40px;
	display:block;
	background-color:rgba(255,255,255, .15);	
}

.post .icon a:hover,
.entry .icon a:hover{ background-color:rgba(255,255,255,.3);	
}

.post .icon a.permalink,
.entry .icon a.permalink{
	background-position:center center;
	background-repeat:no-repeat;
	text-decoration:none;
}
.post img
	{
	max-width: 500px;
	}
.post .icon a.commentaires{
	text-decoration:none;
	text-align:center;
	color:#666666;
	font-weight:bold;
	font-size:16px;
	line-height:40px;
}
.post .icon a.commentaires:hover{
	color:#999999;
}
.post .content,
.entry .content{
	position:relative;
	margin-left:50px;
}
.post .caption,
.entry .caption{
	padding:15px;
	max-width:430px;
	line-height:18px;
}
.post .caption{
	min-width: 390px;
}
.post .caption a,
.entry .caption a{
	font-weight:bold;
	text-decoration:none;
	color:#333333;
}
.entry .caption a:hover{
	text-decoration:underline;
}
/*
.post .caption a:link,
.post .caption a:visited,
.post .caption a:hover{
	border-bottom: 1px dotted silver;
}*/
.post .caption a:hover{
	text-decoration:underline;
	/*border-bottom: 1px solid #333333;*/
}
.post .caption h3,
.entry .caption h3{
	font-weight:bold;
	font-size:25px;
	letter-spacing:-1px;
	margin-bottom:15px;
	line-height:30px;
}
.post .caption h3 a,
.entry .caption h3 a{
	text-decoration:none;
}
.post .caption h3 a:hover,
.entry .caption h3 a:hover{
	filter:alpha(opacity=50); 
	-moz-opacity: 0.5; 
	opacity: 0.5;	
}
.entry .caption p,
.post .caption p{
	margin-bottom:10px;
}
.entry .caption ul,
.post .caption ul{
	list-style: square outside none;
	padding-left: 1em;
}
.entry .caption li,
.post .caption li{
	margin-bottom:10px;
	list-style: square outside none;
}

.entry .caption p a.commentaires:hover,
.post .caption p a.commentaires:hover{
	text-decoration:none;
	text-align:center;
	color:#999999;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}
.entry .caption p a.commentaires,
.post .caption p a.commentaires{
	background-repeat:no-repeat;
	text-align:left;
	text-decoration:none;
	background-position:right;
	color:#666666;
	font-weight:bold;
	font-size:12px;
	line-height:20px;
}
.entry .caption p a.commentaires:hover,
.post .caption p a.commentaires:hover{
/*	text-decoration:underline;*/
}
.entry .caption blockquote,
.post .caption blockquote{
	border-left:1px dashed #dddddd;
	padding-left:15px;
	margin-bottom:10px;
}
/* elements */
.elements{
	background-image:none;
	background-color:rgba(255,255,255, .4);
	height:40px;
	overflow:hidden;
}
.elements .icon .permalink{
	background-image:url('../images/coeur.png');
}
.elements .caption{
	padding:0px;
	line-height:40px;
}
.elements .caption a{
	text-decoration:none;
	font-size:12px;
	padding-left:15px;
	padding-right:15px;
	line-height:40px;
	color:#aaaaaa;
}
.elements .caption a:hover{
	color:#666666;
	text-decoration:underline;
}

/* search: */
.search{
	background-image:none;
	background-color:rgba(255,255,255, .4);
	height:40px;
	overflow:hidden;
}
.search .icon .permalink{
	background-image:url('../images/icone-loupe.png');
}
.search .caption{
	padding:0px;
	padding-left:15px;
	padding-right:15px;
	line-height:40px;
}
.search .caption span.query{
	font-weight:bold;
}

/* pagination */
.pagination{
	background-image:none;
	background-color:none;
	height:30px;
	border:none;
}
.pagination .caption{
	font-size:18px;
	line-height:30px;
	padding-top:0px;
	padding-bottom:0px;
	color:#aaaaaa;
}
.pagination .caption p{
	padding-left:0px;
}
.pagination .caption p a span{
	color:#aaaaaa;
}
.pagination .caption p a:hover span{
	color:#000000;
}

/* photo post specific css */

.photo{
	background-color:#4a5257;	
}
.photo .icon .permalink{
	background-image:url('../images/photo.png');
}
.photo .the_photo .caption{

}

.photo .icon a.zoom{
	background-image:url('../images/icone-loupe.png');
	background-repeat:no-repeat;
	background-position:center center;
	margin-top:2px;
}

.photo img
	{
	
	}

/* video specific: */
.video{
	background-color:#8ebae4;
}
.video .icon .permalink{
	background-image:url('../images/video_icon.png');	
}

/* link specific: */
.link{
	background-color:#F27421;
}
.link .icon .permalink{
	background-image:url('../images/icone-trombone.png');
}
.link .caption h3 {
	color:#F27421;
}
.link .caption h3 a {
	color:#F27421;
}
/* regular: */
.regular{
	background-color:#835697;
}
.regular .icon .permalink{
	background-image:url('../images/paroles.png');
}

.regular .caption h3{
	color:#835697;
}
.regular .caption h3 a{
	color:#835697;
}
.regular .caption a{
	color:#835697;
}

/* quotes: */
.quote{
	background-color:#84b045;
}
.quote .icon .permalink{
	background-image:url('../images/paroles.png');
}
.quote .the_quote{
	font-style:italic;
	text-indent: -0.5em;
	margin-right:20px;
}
.quote .short{
	font-size:24px;
	line-height:26px;
}
.quote .medium{
	font-size:18px;
	line-height:21px;
}
.quote .long{
	font-size:15px;
	line-height:19px;
}
.quote .the_quote .quote_mark{
	color:#bbbbbb;
	font-weight:bold;
}

/* audio: */
.audio{
	background-color:#cf4039;
}
.audio .icon .permalink{
	background-image:url('../images/icone-audio.png');
}
.audio .icon .download{
	background-image:url('../images/icone-ajouter-au-dossier.png');
	background-repeat:no-repeat;
	background-position:center center;
}
.audio .the_player{
	background-color:#dadada;
	width:420px;
	padding:10px;
	padding-left:10px;
}
.audio .caption h3{
	color:#cf4039;
	
}

.audio .caption h3 a{
	color:#cf4039;

}
/* conversation */
.conversation{
	background-color:#835697;
}
.conversation .icon .permalink{
	background-image:url('../images/icone-conversation.png');
}
.conversation .caption h3
.conversation .caption h3 a{
	color:#835697;
}




/* my credit */
.credit{
	background-image:none;
	background-color:transparent;
	border:none;
	border-top:1px solid rgba(0,0,0,.1);
	width:500px;
	height:40px;
	overflow:hidden;
}
.credit .icon .permalink{
	background-image:url('../images/coeur.png');
}
.credit .caption{
	font-size:12px;
	line-height:40px;
	padding:0px;
	padding-left:15px;
}
/* twitter */

#twitter{
	background-color:#01dded;
}
#twitter p.latest{
	margin-bottom:0px !important;
	font-size:12px !important;
	color:#bbbbbb !important;
}
#twitter .icon a.permalink{
	background-image:url('../images/icon-twitter.png');
}
#twitter .lastTweet span{
	display:block;
	margin-bottom:4px;
}
/*css for lightboxed images.*/
#lightbox{
	background-color:transparent;
	padding:0px;
}
#lightboxDetails{

}	
#lightboxCaption{ float: left; }
#keyboardMsg{ float: right; }

#lightbox img{
	-webkit-box-shadow: 2px 2px 2px #bbbbbb;
} 
#overlay img{ border: none; }
#overlay{
	background-color:#f0f0f0;
	background-color:rgba(249,249,249, .93);
}
#credit{
	padding-bottom:30px;
	font-family:Helvetica, Arial;
	font-size:13px;
	color:#bbbbbb;
	padding-left:70px;
}
#credit a{
	font-weight:bold;
	color:#aaaaaa;
}
/* END LIGHTBOX */

.lien-commentaire
	{
	
	}

/* Commentaires */


/*
#hcb_form
	{
	background-color:#F8F8F8;
	padding: 1em;
	}

#HCB_comment_box textarea, #HCB_comment_box input.text
	{
	border-color:#E4E4E4 #EAEAEA #EAEAEA #E4E4E4;
	border-style:solid;
	border-width:1px;
	border: 1px solid silver;
	padding: 1px;
	}

#HCB_comment_box textarea:focus, #HCB_comment_box input.text:focus
	{
	border: 1px solid #626D73;
	border-color: #AAAAAA;
	}

#HCB_comment_box h3
	{
	color: #666666;
	font-size: 1.2em;
	font-weight: bold;
	}

#hcb_submit
	{
	box-shadow:0 0 3px #888888;
	-moz-box-shadow:0 0 3px #888888;
	-webkit-box-shadow:0 0 3px #888888;
	-o-box-shadow:0 0 3px #888888;
	background:url("../images/utilitaires/boutonRecherche-long.png") no-repeat scroll 100% center transparent !important;
	border:medium none;
	color:#FFFFFF;
	font-size:0.7em;
	height:21px;
	margin:0 1em 0 0;
	padding:0.1em 2.2em 0.3em 0.5em;
	text-transform:uppercase;
	width:auto;
	}

#HCB_comment_box div.hcb-wrapper {
	margin-bottom: .5em;
}

#HCB_comment_form_box div span input
	{
	margin-right: .5em;
	}

#hcb_submit + span + a,
.home-desc
	{
	display: none !important;
	}

#HCB_comment_form_box a
	{
	color: #666666;
	}

#HCB_comment_box > div + p	/* Liens suivant et précédent */
	{
	font-size: 85%;
	text-align: center;
	}

#HCB_comment_box > div + p.hcb_be_the_first	/* Ceux-ci ne sont pas des liens suivant/précédent */
	{
	font-size: inherit;
	text-align: inherit;
	}

#HCB_comment_box .hcb-link
	{
	margin: 0 .5em;
	}

#HCB_comment_box b.hcb-link
	{
	font-weight: normal;
	}

#HCB_comment_box .hcb-link:hover
	{
	text-decoration: underline;
	}

.hcb-link
	{
	}

#HCB_comment_box .comment blockquote
	{
	border-left:none;
	padding-left:0;
	margin: 1em 0 0 1em;
	margin: 0;
	}
	
#HCB_comment_box .comment
	{
	border-top: 1px dotted #CECFD1;
	padding: .6em;
	}

#HCB_comment_box .comment .date
	{
	font-size: 85%;
	}

#HCB_comment_box .comment .author
	{
	font-size: 85%;
	}

#HCB_comment_box .comment .author-name
	{
	font-weight: normal;
	color: #333333;
	}
*/
/* Commentaires IntenseDebate */

#idc-container.idc .idc-c-b
	{
	padding-top: .5em;
	}

#IDNewThreadSubmitLI
	{
	height: 43px;
	}

#IDNewThreadSubmitLI .idc-btn_l
	{
	padding-top: 18px !important;
	}

#idc-container .idc-postnav /* Conteneur des boutons d'authentification */
	{
/*	display: none !important;*/
	}

#idc-container .idc-postnav-list
	{
	min-height: 0 !important;
	}

#idc-container .idc-postnav-list li
	{
	height: auto !important;
	}

#idc-container .idc-postnav-label
	{
	display: none !important;
	}

#idc-container a
	{
	text-decoration: inherit !important;
	}

#idc-container a:link,
#idc-container a:visited
	{
	text-decoration: underline !important;
	color: #0F67A1;
	}

#idc-container a.idc-btn_l,
#idc-container a.idc-btn_s,
#idc-container a.idc-head_tools-login
	{
	text-decoration: none !important;
	}

	/* Fenêtre modale d'IntenseDebate */

#idc-container .idc-info #IDCommentPopupInner {
	background-color: #ffffff !important;
	color: #333333 !important;
	background-image: none !important;
	border: 1px solid #AAAAAA !important;
	padding: 20px !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow: 6px 6px 6px #aaaaaa;
	-webkit-box-shadow: 6px 6px 6px #aaaaaa;
	box-shadow: 6px 6px 6px #aaaaaa;
}

* html #idc-container .idc-info #IDCommentPopupInner,
*+html #idc-container .idc-info #IDCommentPopupInner{	
	/* IE6/7 ack */
	filter: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=6);
}

#idc-container .idc-info #IDCommentPopupInner{
	/* IE 8 ack */
	filter /*\**/: progid:DXImageTransform.Microsoft.Shadow(color='#aaaaaa', Direction=135, Strength=6)\9;
}

#idc-container .idc-info .idc-bottom
	{
	display: none !important;
	}

#idc-container .idc-info div div * {
	color: #333333 !important;
}

#idc-container div.idc-new h3
	{
	font-size: 1.2em !important;
	}

/* Outils sociaux */

.outils-sociaux
	{
	padding: 1.5em 0 1em;
	clear: both;
	}

.outils-sociaux-container
	{
	float: right;
	}

.outils-sociaux iframe
	{
	vertical-align: baseline !important;
	}

.source {
	text-align:right;
	font-size:80%;
	margin: .5em;
	color:#888888;
/*	background: url('../images/utilitaires/lien-externe.gif') no-repeat center right;
	padding-right: 12px;*/
	}

.source a:link,
.source a:visited {
	background: url('../images/utilitaires/lien-externe.gif') no-repeat center right;
	padding-right: 12px;
	text-decoration: none;
	font-weight:normal !important;
	color:#888888 !important;
	}

.source a:hover {
	text-decoration: underline;
	font-weight:normal !important;
	color:#888888 !important;
	}

.the_photo
	{
	display: inline-block;
	}

strong,
b
	{
	font-weight: strong;
	}

em,
i
	{
	font-style: italic;
	}

.lien-aspiration
	{
	/* Classe CSS utilisée pour identifier des liens à ouvrir en popup dynamique */
	}