﻿/* chartage des articles html */
.mModuleHtmlPublicIndex 
{
    position: relative;
}
/* Article */
.mArticle ul.Tools
{
	margin: 0;
	padding: 10px 0;
	text-align: right;
	font-size: 0.9em;
	list-style-type: none;
	position: absolute;
/*	top: 180px;
	right: 10px;*/
	top: 0;
	right: 0;
	height: 25px;	
}

.mModuleNewsPublicNews .mModuleNewsPublic .mArticle ul.Tools
{
	margin: 0;
	padding: 10px 0;
	text-align: right;
	font-size: 0.9em;
	list-style-type: none;
	position: absolute;
	top: 180px;
	right: 10px;
	height: 25px;
}	

.mArticle ul.Tools li 
{
	display: inline;
	margin: 0;
	color: #0f2d6d;
	padding: 5px 0;
}

.mModuleHtmlPublic .mArticle ul.Tools li a
{
	display:inline;
}

.mArticle ul.Tools li a
{
	text-decoration: none;
    color: #0f2d6d;
    font-weight: normal;
    font-size:10px;
}
.mArticle ul.Tools li a:hover
{
	text-decoration: underline;
}
.mArticle ul.Tools li.mPrint a
{
    background: url("/image/IconePrint.gif") top right no-repeat;
    padding: 8px 20px 5px 0;
}
.mArticle ul.Tools li.mSendToFriend a
{
    background: url("/image/iconeSendToFriend.gif") top right no-repeat;
    padding: 8px 20px 5px 0;
}
.mArticle .mHtmlContent
{
	margin: 10px 0;
}

/* non affichage d'outils*/

ul.Tools li.mPdf a
{	
	
    display: block;
    background: url("/image/IconePdf.gif") top right no-repeat;
    padding: 8px 20px 5px 0;
}

.mModuleNewsPublicNews .mModuleNewsPublic .mArticle ul.Tools li a
{
	display:inline;
}

/*
ul.downloadPdf  {
list-style-type:none;
padding:0;
margin:0 0 10px 0 ;
}


ul.downloadPdf li
{
height:40px;
font-size:11px;
text-align:left;
}

ul.downloadPdf li a
{
	display:block;
	text-decoration:none;
	padding-top:7px;
	padding-left: 40px;
	height:40px;
	background:url(/image/eurowilson_pictoPDF.png) left no-repeat;
}

ul.downloadPdf li a:hover
{
	text-decoration : underline;
}

*/

ul.Tools li.mPdf  
{
	display:none;
	
}
