#tcnews h1 {
	padding:0px;
	margin:0px;
	border-bottom:dashed 1px;
	font-size:16px;
}

#tcnews #navig_page {
	width:100%;
	text-align:center;
	margin-top:25px;
	padding-bottom:10px;
	padding-top:10px;
}
#tcnews a.retour {
	display:block;
	text-align:center;
	font-size: 14px;
	font-weight:bold;
	padding:5px;
}

/* Liste des news */
#tcnews #listeCategorie {
	margin-top:15px;
	padding-top:10px;
	padding-bottom:15px;
	border:1px #CCCCCC solid;
	background-color:#f7f7f7;
}
#tcnews #listeCategorie h2 {
	font-size:1.1em;
	font-weight:bold;
	font-style:italic;
	padding-left:3px;
	margin-bottom:3px;
}
#tcnews #listeCategorie li {
	list-style-type:none;
	list-style-position:inside;
	width:180px;
	float:left;
	padding-top:3px;
	padding-bottom:3px;

}
#tcnews #listeNews{
	padding-top:15px;
	font-size:1.1em;
}
#tcnews #listeNews .news {
	padding:4px;
	margin:4px;
	margin-bottom:15px;
	border:1px #CCCCCC solid;
	background-color:#f7f7f7;
}
#tcnews #listeNews .news .titreNews {
	background-color: #646464;
	padding: 3px;
	color: #fff;
}
#tcnews #listeNews .news .titreNews a {
	color: #fff;
}
#tcnews #listeNews .news .titreNews a:hover {
	color: #ff6600;
}
#tcnews #listeNews .news .auteurNews {
	background-color: #efefef;
	padding: 3px;
	text-align:	right;
	font-style: italic;
	font-size: 0.9em;
}
#tcnews #listeNews .corpsNews {
	text-align:justify;
	padding:1px;
}
#tcnews #listeNews .corpsNews .miniatureNews {
	width:75px;
	height:75px;
	padding-left:5px;
	padding-right:5px;
	padding-bottom:5px;
	float:left;
}


/* Affichage de la news */
#tcnews_zone {
	padding:5px;
	font-size:1.1em;
}

#tcnews_zone iframe {
	padding-top:20px;
	padding-bottom:15px;
	border:none; 
	overflow:hidden; 
	width:450px; 
	height:25px;
}


#tcnews_zone div.add_this img {
	float:right;
}
#tcnews_zone a.retour {
	display:block;
	text-align:center;
	font-size: 1.3em;
	font-weight:bold;
	padding:7px;
}

#tcnews_zone h1 {
	padding:0px;
	margin:0px;
	border-bottom:dashed 1px;
	font-size:1.2em;
}

#tcnews_zone .auteurNews {
	font-size:10px;
	font-weight:normal;
	font-style:italic;
	margin-bottom:25px;
	text-align:right;
	padding-right:5px;
}
#tcnews_zone .corpsNews {
	text-align:justify;
}
#tcnews_zone .corpsNews .miniatureNews {
	width:125px;
	height:125px;
	padding-right:5px;
	padding-bottom:5px;
	float:left;
}
#tcnews_zone .lien_titre,
#tcnews_zone .info_titre,
#tcnews_zone .option_titre {
	/*font-size:12px;*/
	font-weight:bold;
	margin-top:20px;
	margin-bottom:10px;
}
#tcnews_zone .flyerNews {
	width:350px;
	height:350px;
	padding-top:15px;
	padding-bottom:15px;
	margin:auto;
	text-align:center;
}
#tcnews_zone .flyerNews a {
	text-decoration:none;
}
