#plgArticles {
	font-family:"Arial",sans-serif;
	font-size: 12px;
	color: #333;
	margin: 0;
	padding: 0;
	margin-top: 15px;
}

/* Boites messages */
.clean-ok{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	border:solid 1px #349534; 
	background:#C9FFCA;
	color:#008000;
	font-weight:bold;
	padding:4px;
	text-align:center;
	clear:both;
}
.clean-error{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	border:solid 1px #CC0000; 
	background:#F7CBCA;
	color:#CC0000;
	font-weight:bold;
	padding:4px;
	text-align:center;
	clear:both;
}
.clean-gray{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	border:solid 1px #DEDEDE; 
	background:#EFEFEF;
	color:#222222;
	padding:4px;
	text-align:center;
}
.clean-yellow{
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, Helvetica, sans-serif; 
	font-size:12px;
	border:solid 1px #DEDEDE; 
	background:#FFFFCC;
	color:#222222;
	padding:4px;
	text-align:center;
}
#plgArticles .tabs {
	display:none;
}
#plgArticles .tabs table {
	width: 100%;
	margin-top: 3px;
}
#plgArticles .tabs td {
	vertical-align: top;
}
#plgArticles .tabs td  img{
	margin-bottom: 5px;
}
#plgArticles .tabs a.atitle {
	font-family:"Arial",sans-serif;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	display: block;
	height: 40px;
	margin-bottom: 5px;
}
#plgArticles .tabs td.td-1 {
	width: 50%;
	padding-right: 25px;
}
#plgArticles .tabs td.td-2 {
	padding-left: 15px;
}
#plgArticles .tabs span.date {
	float: left;
	display:block;
	height: 18px;
	line-height: 18px;
	color:#393832;
	font-weight: bold;
	font-size: 11px;
}
#plgArticles .tabs span.comments {
	float: right;
	display:block;
	width: 22px;
	height: 18px;
	background:url(../img/bulle.png);
	background-repeat: no-repeat;
	color: #fff;
	text-align: center;
	font-weight:bold;
	font-size: 8px;
	margin-top: 2px;
	padding-top: 1px;
}
#plgArticles .tabs span.comments a, #plgArticles .tabs span.comments a:hover{
	color: #FFF;
	font-weight:bold;
	font-size: 8px;
	text-decoration: none;
}
*+html #plgArticles .tabs span.comments {
	padding-top: 2px;
}
#plgArticles  {
	background: transparent;
}
#plgArticles .tabs .btinfos {
	width: 186px;
}
#tcontent {
	background: url(../img/bg.png);
	background-position: left bottom;
	background-repeat: no-repeat;
	display:block;
	width:495px;
	height:253px;
}
#tabcontent {
	clear:both;
	display:block;
	padding: 0 47px 0 29px;
	padding: 20px 29px 0 29px;
}
*+html #tabcontent  {
	padding-top: 10px;
}
#tabs ul {
	margin-left: 5px;
}
#tabs ul li {
	display: inline; /* Fix IE Step Down */
}

#tabs ul li a, #tabs ul li a:visited, #tabs ul li a:hover {
	display: block;
	width: 67px;
	height: 35px;
	line-height: 44px;
	float: left;
	margin: 0 1px 0 1px;
	text-align: center;
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	background: url(../img/onglet_pipe1.png) no-repeat; 
}
#tabs ul li a:hover { text-decoration: none; }

#tabs ul li.last a, #tabs ul li.last a:visited, #tabs ul li.last a:hover {
	background:transparent; 
}
		
#tabs ul li.active a, #tabs ul li.active a:visited, #tabs ul li.active a:hover {
	background: url(../img/onglet1.png) no-repeat; 
	color: #000;
}

/*ie6*/

* html #tabcontent { padding-top: 0;}

* html #plgArticles .tabs span.comments {
        _background-image: none;
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://plugins.marianne2.fr/depot/12534_plgArticles/img/bulle.png", sizingMethod="crop");
        _cursor:pointer;
}

* html  #tcontent {
		_background-image: none;
        _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="http://plugins.marianne2.fr/depot/12534_plgArticles/img/bg.png", sizingMethod="crop");
        _cursor:pointer;
}

