/*********** textes **************/

#main .ce_headline {
	font-size: 13px;
	text-transform: uppercase;
}
#main .mod_newsreader h1,
#main .mod_newsreader h2,
#main .mod_newsreader h3,
#main .mod_newsreader h4,
#main .mod_newsreader h5,
#main .mod_newsreader h6,
#main .mod_newsarchive h1,
#main .mod_newsarchive h2,
#main .mod_newsarchive h3,
#main .mod_newsarchive h4,
#main .mod_newsarchive h5,
#main .mod_newsarchive h6,
#main .mod_article h1,
#main .mod_article h2,
#main .mod_article h3,
#main .mod_article h4,
#main .mod_article h5,
#main .mod_article h6 {
	font-size: 13px;
	text-transform: uppercase;
}
#main .mod_article p{
	margin: 0;
	padding: 0 0 12px 0;
}
#main .mod_article ul{
	margin: 0;
	padding: 0 0 12px 0;
}
#main .mod_article ul li{
	margin: 0;
	padding: 0 0 0 14px;
	list-style: disc inside;
}


/*********** ce_table **************/

#main  .ce_table  {
	margin: 10px 0;
	padding: 1px;
	border: 1px solid #BBB;
}
#main  .ce_table table {
	border-collapse: collapse;
	width: 100%;
}
#main  .ce_table table thead,
#main  .ce_table table tfoot {
	background-color: #ECECEC;
	color: #777;
}
#main  .ce_table table thead tr th,
#main  .ce_table table tfoot tr td{
	border: 1px solid #BBB;
	padding: 3px 5px;
}
#main  .ce_table table tbody tr td {
	padding: 3px 5px;
	border: 1px solid #DFDFDF;
}
#main  .ce_table table th a {
	cursor: pointer;
	width: auto;
	height: 100%;
	display: block;
	padding-right: 15px;
	color: #777;
}
#main  .ce_table table th a:hover {
	color:#00AFD1;
}
#main  .ce_table table.sortable th {
background-image:url(../../plugins/tablesort/media/default.gif);
background-position:right center;
background-repeat:no-repeat;
}
#main  .ce_table table.sortable th a.pointer {
cursor:pointer;
display:block;
margin-right:9px;
}
#main  .ce_table table.sortable th.unsortable {
background-image:none;
}
/* ! inversés */

#main  .ce_table table.sortable th.desc {
background-image:url(../../plugins/tablesort/media/asc.gif);
}
#main  .ce_table table.sortable th.asc {
background-image:url(../../plugins/tablesort/media/desc.gif);
}




