/*
	Copyright iBiznet 2008
	www.ibiznet.org
*/
@CHARSET "ISO-8859-1";


/* Liste des caravanes */
table.news {
	width:95%;
	margin-bottom:10px;
	border:1px solid #fff;
}
table.news td.entete {
	padding:2px;
}
table.news td.texte {
	padding:5px;
	background-color:#fff;
}
table.news td span.title {
	font-weight:bold;
}
table.news td span.date {
	font-size:11px;
}
table.news td span.text {
}


/* Liste des news (administration) */
table.adminListeInformations {
	border:1px solid black;
}
table.adminListeInformations th {
	background-color:#66CBFF;
	padding:4px;
}
table.adminListeInformations td {
	padding:4px;
}
