/* 
CSS Document 

Gestion des articles

*/
					.article {
						margin-top:0px;
						margin-bottom:0px;
						padding:0px
					}
					.article h1 {
						margin:0px;
						padding-top:4px;
						padding-bottom:4px;
						font: italic 1.3em Georgia, "Times New Roman", Times, serif;
						text-align: left;
						color: #527CA8;
						border-top:1px dashed black;
					}
					
					.article p.signature {
						font: 0.8em Georgia, "Times New Roman", Times, serif;
						color: #626262;
						text-align: left;
						margin-top: 0em;
					}
					p.signature a:link, .article a:link, a:visited {
						color: #626262;
					}
					p.signature a, .article a {
						text-decoration: none;
					}
					p.signature a:after, .article a:after {
						content: "";
					}
					
					.article h2{
						font: bold 1.0em Georgia, "Times New Roman", Times, serif;
						color: #CB1804;
						background: url(images/dot_bigred.gif) no-repeat 0 1px;
						padding-left: 19px;
						margin-top: 2em;
					}
					.article h3 {
						font: bold 1.3em Tahoma, Arial, Geneva, sans-serif;
						margin-top: 1.5em;
						color: #CB1804;
					}
					.article h4 {
						font: bold 1.1em Tahoma, Arial, Geneva, sans-serif;
						margin-top: 1.2em;
						color: #CB1804;
					}
					
					.article ul {margin:0px;
									padding:0px 0px 0px 0px; 
									__background__: url(images/bg_menu.gif) repeat-y;}
					.article li {
						margin-left:30px;
						margin-bottom:10px;
						padding:0px 0px 0px 20px;
						list-style-type:none;
						color: black;
						list-style-type: none;
						background: url(images/puce_article2.png) no-repeat 2px 2px;
						font-size: 0.8em;

					}
					.article p  {
						font-size: 0.8em;
						line-height: 160%;
						text-align:justify;
						margin-top:0.3em;
						/*margin-top:-0.5em; */
					}

					.article p.detail {
						font-size: 0.8em;
						line-height: 150%;
						text-align:right;
						color: #626262;
						margin-top:-0.4em;
					}

					.article p.detail a {color:#000066; text-decoration:none;padding:0px 10px 0px 19px}
					.article p.detail a.telecharger {background: url(images/article_download.gif) no-repeat 0px 0px;padding-bottom:5px}
					.article p.detail a.suite{background: url(images/article_suite.gif) no-repeat 0px -4px;padding-bottom:5px}
					.article p.detail a.imprimer{background: url(images/article_printer.gif) no-repeat 0px 0px;padding-bottom:5px}

					.article p.detail a:hover {text-decoration:underline}
					.article p.detail span {padding:0px 20px 0px 5px}
					
					.sansMargeHaut {margin-top:0px;}


