				
		/* tg */
		#tg{
			margin-bottom:15px;
			width:710px;
			height:297px;
		}
		#tg img{
			display:block;
		}
	
	
	
	/* allposts */
	#allposts{
		width:710px;
		position:relative;
	}
	#allposts:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
	}
		#allposts .post{
			width:210px;
			float:left;
			border:1px solid #ede9e9;
			margin-right:9px;
			margin-bottom:9px;
			background:#fcfcfc;
			padding:10px;
		}
			#allposts .postPart {
				position:relative;
				width:100%;
				/*float:left;*/
			}		
				#allposts .seePost {
					position:absolute;
					top:0;
					left:0;
					width:100%;
					height:100%;
					text-indent:-5000px;
					display:block;
					background: url(../img/bg_transparent.gif) repeat  0 0;
					 overflow: hidden;
					  
				}			
			#allposts .post .img{
				margin-bottom:4px;
			}
			#allposts .post .date{
				font-size:0.909em;
				margin-bottom:4px;
				display:block;
				color:#b3b3b3;
			}
			#allposts .post .title{
				font-size:1.454em;
				font-weight:bold;
				color:#3c3c3c;
				line-height:1em;
				margin-bottom:4px;
			}
			#allposts .post .resume{
				font-size:1.0909em;
			}
			

			#allposts .actionsPart {
				margin-top:14px;
				padding:5px;
				clear:both;
			}
				#allposts .actions {
					margin-bottom:3px;
					line-height:16px;
				}
					#allposts .actions li {
						display:inline;
						padding-left:18px;
						margin-right:12px;
						width:200px;
					}
					#allposts .comments{
						background: url(../img/pictos.png) no-repeat  left top;
					}
					#allposts .note{
						background: url(../img/pictos.png) no-repeat  0 -17px;
					}
					#allposts .categories {
						font-size:0.909em;
						color:black;
					}
			.authorPart {
				margin-top:18px;
				background:#f4f4f4;
				padding:5px;
				width:200px;
				min-height:50px;
			}
			.msie6   .authorPart {
				height:50px;
			}
			
				  .authorPart .thumbPart {
					width:65px;
					float:left;
				}
				  .authorPart .descPart {
					width:135px;
					float:left;
				}
				  .authorPart .seeAll{
					margin-top:10px;
					display:block;
				}
				
		#allposts_nav {
			width:100%;
			margin-bottom:9px;
		}
		#allposts_nav:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
		}
			#allposts_nav a{
				color:black;
				background:#fcfcfc;
				display:block;
				font-size:1.0909em;
				padding:4px 15px;
			}
			#allposts_nav .btn_prec{
				float:left;
			}
			#allposts_nav .btn_suiv{
				float:right;
			}
			
			
			
			
		/* dossiers */
		.dossiers{
			width:100%;
		}
		.dossiers:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
		}
		.dossiers .dossier{
			float:left;
			width:232px;
			margin-left:7px;
		}
		.dossiers .firstDossier{
			margin-left:0;
		}
			.dossier .sep{
				font-size:1px;
				height:1px;
				background:#706f6c;
				border-bottom:1px solid #b5b1b1;
			}
			.dossiers .dossierPart{
				background:#fefefe;
				padding:12px;
			}
				.dossiers .title{
					font-size:1.454em;
					font-weight:bold;
					color:#3c3c3c;
					line-height:1em;
					margin-bottom:8px;
				}
				.dossiers .resume{
					color:black;
					font-size:1.0909em;
				}
				.dossiers .linksPart{
					background:f4f4f4;
				}
			
			.dossiers .linksPart{
				background:#f4f4f4;
				padding:8px 12px;
			}
				.dossiers .linksPart a{
					color:#4b4949;
					background: url(../img/pictos.png) no-repeat  0 -41px;
					font-size:1.0909em;
					padding-left:10px;
				}
				
	/* innerContent */
	.innerContent{
		background:white;
		padding:12px;
		width:686px;
	}
	.innerContent:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
	}
	
	/* the post */
	#tracker{
		width:100%;
		margin-bottom:4px;
	}
	#tracker:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
		}
	#tracker .postCategories {
		float:left;
		/*font-family: "Myriad Pro" , verdana, Helvetica, Arial, sans-serif;*/
		font-size:2.182em;
		font-weight:bold;
	}
		#tracker .postCategories .postCat {
			display:inline;
			margin-right:7px;
		}
	#tracker .postDate {
		/*font-family: "Myriad Pro" , verdana, Helvetica, Arial, sans-serif;*/
		font-size:2.182em;
		color:#36280b;
		float:right;
	}
	
	.postContent p {
		color:#36280b;
		margin-bottom:20px;
		font-size:1.273em;
		/*font-family: "Myriad Pro" , verdana, Helvetica, Arial, sans-serif;*/
	}
	.pageTitle {
		/*font-family: "Myriad Pro" , verdana, Helvetica, Arial, sans-serif;*/
		font-size:2.273em;
		color:#36280b;
		margin-bottom:26px;
	}
	.sectionTitle {
		margin-top:10px;
	}
	.pageResume {
		color:#464646;
		font-size:1.273em;
		margin-top:16px;
		margin-bottom:36px;
	 }
	
	/* postActionsPart */
	.postActionsPart{
		width:100%;
		margin-bottom:5px;
	}	
	.postActionsPart:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
	}
	
	.postActionsPart .innerBlock {
		background: url(../img/bg_cartouche.gif) no-repeat  0 0;
		padding-left:10px;
		margin-left:5px;
		float:right;
	}
		.postActionsPart .innerBlockN1 {
				background: url(../img/bg_cartouche.gif) no-repeat  100% 0;
				padding:5px 5px 5px 0;
		}
			.postActionsPart .innerBlock li,.postActionsPart .innerBlock .shareThis  {
				display:inline;
				padding-left:18px;
				margin-right:10px;
				color:#5d5d5d;
				font-weight:bold;
				letter-spacing:-1px;
				font-size:2.273em;
				background-image: url(../img/pictos.png);
				background-repeat:no-repeat;
				/*font-family: "Myriad Pro" , verdana, Helvetica, Arial, sans-serif;*/
			}
			.postActionsPart .comments{
				background-position:0 -181px;
			}
			.postActionsPart .note{
				background-position:0 -258px;
			}
			.postActionsPart .innerBlock  .add{
				background-position:0 -111px;
				margin-right:0;
			}
			.postActionsPart .add a{
				text-indent:-5000px;
				float:left;
				display:inline;
			}
			.postActionsPart .innerBlock .shareThis {
				font-weight:normal;
				font-size:1.636em;
					background-position:0 -72px;
					padding:5px 0 5px 30px;
					display:block;
			}
	
	#postAuthorPart {
		width:700px;
		color:black;
		margin-top:0;
		padding:10px 5px;
	}	
	#postAuthorPart *{
		/*font-family:"Myriad Pro",verdana,Helvetica,Arial,sans-serif;*/
	}
	#postAuthorPart:after {
		clear:both;
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
		#postAuthorPart 	.descPart {
			width:155px;
			padding-right:25px;
			font-size:1.273em;		
		}
			#postAuthorPart 	strong {
				font-size:1.273em;		
			}
			#postAuthorPart 	.descPart a{
				color:black;
			}
		
		#postAuthorPart 	.descPartAdvanced {
			width:455px;
			float:left;
			font-size:1.273em;
		}
		
		.block_seeAlso ,.block_dossier {
			width:320px;
			float:left;
			color:black;
		}
		.block_seeAlso * ,.block_dossier * {
				/*font-family:"Myriad Pro",verdana,Helvetica,Arial,sans-serif;*/
		}
		.block_seeAlso {
			padding-right:45px;
		}
			.block_seeAlso .titleBlock{
				font-size:2.182em;
				margin-bottom:12px;
			}
			.block_seeAlso  li{
				color:#3c3c3c;
				display:list-item;
				list-style-position:inside;
				list-style-type:disc;
				margin-bottom:3px;
				line-height:1em;
			}
				.block_seeAlso  a{
					color:#3c3c3c;
					font-weight:bold;
					font-size:1.455em;
				}
		.block_dossier {
			padding-top:5px;
		}
		.block_dossier .titleBlock{
			font-size:1.636em;
			margin-bottom:6px;
		}
			
			.block_dossier  .folderLink {
				background:#f9f9f9 url(../img/bg_degrade.gif) repeat-x  0 0;
				display:block;
				border:1px solid #ede9e9;
				padding:16px 12px;
				color:#3c3c3c;
				font-family:Arial,sans-serif;
				font-size:1.455em;
				line-height:1em;
				font-weight:bold;
			}
			
	
	.post_categories {
		background:#fcfcfc;
		padding-left:3px;
		width:707px;
	}
	.post_categories:after {
		clear:both;
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
	.post_categories li {
		float:left;
		display:block;
		background:#e4e2e3;
		width:223px;
		line-height:1em;
		padding-left:12px;
		font-size:0.909em;
		color:black;
	}
		.post_categories li  span{
			background:#fcfcfc;
			display:block;
			padding-left:6px;
		}
		
		
	.commentsPart .titleBlock{
		font-size:2.182em;
		margin-bottom:12px;
		color:black;
		/*font-family:"Myriad Pro",verdana,Helvetica,Arial,sans-serif;*/
	}
		.commentsPart .comments{
		}
		.commentsPart .comment{
			margin-bottom:7px;
			background:#f4f4f4;
			padding:8px 12px;
			width:662px;
		}
		.commentsPart .comment:after {
			clear:both;
			content:".";
			display:block;
			height:0;
			visibility:hidden;
		}
		.commentsPart .comment img {
			float:left;
			display:block;
			margin-right:7px;
		}
		.commentsPart .comment .infosPart {
			float:left;	
			width:185px;
			padding-right:10px;
			color:#3a3a3a;			
		}
		.commentsPart .authorName {
			font-size:1.0909em;
			display:block;
			font-weight:bold;
		}
		.commentsPart .commentDate {
			font-size:0.909em;
			display:block;
		}
		.commentsPart .commentPart {
			float:left;
			font-size:1.0909em;
			color:black;
			width:465px;
		}
		
		
		
		#commentaires_form {
			
		}	
			#commentaires_form legend{
				font-size:1.636em;
				margin-bottom:12px;
				color:black;
				line-height:1em;
				/*font-family:"Myriad Pro",verdana,Helvetica,Arial,sans-serif;*/
			}
			
			
			#commentaires_form .text ,#commentaires_form .textarea {
				background:transparent url(../img/bg_champ_text_2.gif) no-repeat  0 0;
				display:block;
				float:left;
				height:22px;
				width:150px;
				margin-right:5px;
				display:block;
			}
			#commentaires_form .text input ,#commentaires_form .textarea textarea {
				background: none repeat;
				border:0;
				font-size:1.0909em;
				line-height:1em;
				padding:4px 8px;
				width:134px;
				color:#3a3a3a;
			}
			#commentaires_form .textarea {
				clear:both;
				width:460px;
				height:78px;
				margin-top:15px;
			}
			#commentaires_form .textarea textarea {
				width:450px;
				height:72px;
			}
			*:first-child+html #commentaires_form .textarea textarea {
				width:440px;
				height:65px;
			}
			.msie6 #commentaires_form .text{
				width:145px;
			}
			.msie6 #commentaires_form .text input{
				width:129px;
			}
			.msie6 #commentaires_form .textarea textarea {
				width:440px;
			}
			
			#commentaires_form .part1{
				float:left;
				width:480px;
			}
			#commentaires_form .part2{
				float:left;
				width:200px;
			}
				#commentaires_form .part2 .checkBoxFields {
					padding-bottom:12px;
				}
					#commentaires_form .part2 .checkBoxFields  .champ {
						margin-bottom:7px;
						line-height:1em;
						display:block;
					}
					#commentaires_form .part2 .checkBoxFields  label {
						color:black;
						/*font-family:"Myriad Pro",verdana,Helvetica,Arial,sans-serif;*/
						font-size:1.0909em;
						cursor:pointer;
					}
					#commentaires_form .part2 .checkBoxFields  input{
						line-height:1em;
							height:12px;
					}
					#commentaires_form .btnFacebook {
						padding-bottom:3px;
						display:block;
					}
						#commentaires_form .btnFacebook  img{
							display:block;
						}
				
		

	
	/* authorsList */
	#authorsList {
		width:100%;
		background:white;
	}
	#authorsList:after {
		clear:both;
		content:".";
		display:block;
		height:0;
		visibility:hidden;
	}
		#authorsList  .descPart {
			width:155px;
		}
		#authorsList .authorPart{
			float:left;
			width:220px;
			margin-left:9px;
			margin-bottom:9px;
			margin-top:0;
			display:inline;
		}
		
		#authorsList .noMargin{
			margin-left:1px;
		}