div#listeArticles {
				float:left; width:auto;
			}
			div#surfaceT > div.article {
				width:79em;
			}
				div.article > div + div {
					margin:1em 0; width:777px;
				}
				div.article > div + div > .menu.H.detail {
					margin-top:3em;
				}
				div.article > div > h3.titre {
					font-size:1.5em;
				}
					div.article > div.inArticle {
						margin:1em 2em; float:left;
						width:auto;
					}
						div.inArticle img.avatar {
							width:100px; float:left;
						}
				.content > * {
					width:inherit;
				}
					.content p {
						margin:0 0 1.5em 0; text-indent:2em;
					}
				#articleText .Gl {
					background-color:#373737; color:white;
					padding:0.5em 2em; width:250px !important;
					margin-bottom:1em;
				}
					#articleText .lt {
						float:left; margin-right:1em; width:auto;
					}
					#articleText .rt {
						float:right; margin-left:1em; width:auto;
					}
				div.comments.article  {
					width:550px; min-height:150px;
					margin-bottom:2em; border:1px solid #373737;
				}
					div.comments.article > span > p {
						width:450px; height:auto;
						margin-top:0.5em;
					}
					div.comments.article h4 {
						background-color:#606060; padding: 0.1em 0.4em;
					}
					div.comments .midget/*, div.indexCard p.midget*/  {
						float:left; margin:0em 1em 1em 0;
						border:1px solid #373737; padding:0.2em;
						background-color:#323232; width:75px;
					}
					div.comments .midget * {
						text-align:center; width:75px;
					}
						div.comments > div.midget > p {
							text-indent:0;
						}
					div.comments.article > span.date {
						margin-right:2em; font-size:1.05em;
					}
					div.comments.article > h4 {
						font-size:1.05em;
					}
				div.article span.sign {
					text-indent:4em; font-size:0.9em; text-decoration:underline;
				}