/*-----------------------------------  clearer  -----------------------------------*/
/* prevent floated images from overlapping the div-containers they are wrapped in  */

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
	clear:right;
	height:1px;
	width: 98%;
}
.news-latest-container HR.clearer {
	clear:left;
}

h1.csc-firstHeader {
	font-family: Arial;
	font-size: 16px;
}

/*-----------------------------------  tt_news page accueil -----------------------------------*/

table.cadre{
	width: 100%;
}

td.cadre_NW{
	width: 16px;
	height: 16px;
	background-image: url(../images/design/cadre_evenement_NW.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
td.cadre_N{
	height: 16px;
	width: 16px;
	background-image: url(../images/design/cadre_evenement_N.gif);
	background-position: 0px 0px;
}
td.cadre_NE{
	width: 16px;
	height: 16px;
	background-image: url(../images/design/cadre_evenement_NE.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

td.cadre_SW{
	width: 16px;
	height: 16px;
	background-image: url(../images/design/cadre_evenement_SW.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
td.cadre_S{
	width: 16px;
	height: 16px;
	background-image: url(../images/design/cadre_evenement_S.gif);
}
td.cadre_SE{
	width: 16px;
	height: 16px;
	background-image: url(../images/design/cadre_evenement_SE.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
td.cadre_N{
	background-image: url(../images/design/cadre_evenement_N.gif);
}

td.cadre_S{
	background-image: url(../images/design/cadre_evenement_S.gif);
}

td.cadre_E{
	width: 16px;
	background-image: url(../images/design/cadre_evenement_E.gif);
	background-position: 0px 0px;
}

td.cadre_W{
	background-image: url(../images/design/cadre_evenement_W.gif);
}

td.cadre_c{
	padding: 0px;
	margin: 0px;
	background-color: #DEE3E9;
}

table.cadre2{

}

td.cadre2_NW{
	width: 13px;
	height: 13px;
	background-image: url(../images/design/cadre_actu_NW.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
td.cadre2_N{
	height: 13px;
	width: 13px;
	background-image: url(../images/design/cadre_actu_N.gif);
	background-position: 0px 0px;
}
td.cadre2_NE{
	width: 13px;
	height: 13px;
	background-image: url(../images/design/cadre_actu_NE.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}

td.cadre2_SW{
	width: 13px;
	height: 13px;
	background-image: url(../images/design/cadre_actu_SW.gif);
	background-repeat: no-repeat;
	background-position: 1px 0px;
}
td.cadre2_S{
	width: 13px;
	height: 13px;
	background-image: url(../images/design/cadre_actu_S.gif);
}
td.cadre2_SE{
	width: 13px;
	height: 13px;
	background-image: url(../images/design/cadre_actu_SE.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
td.cadre2_N{
	background-image: url(../images/design/cadre_actu_N.gif);
}

td.cadre2_S{
	background-image: url(../images/design/cadre_actu_S.gif);
}

td.cadre2_E{
	width: 13px;
	background-image: url(../images/design/cadre_actu_E.gif);
	background-position: 0px 0px;
}

td.cadre2_W{
	background-image: url(../images/design/cadre_actu_W.gif);
}

td.cadre2_c{
	padding: 0px;
	margin: 0px;
	background-color: #DEE3E9;
}

/*-----------------------------------  tt_news LATEST view  -----------------------------------*/
table#cadre-evt-accueil{
	position: relative;
	width: 50%;
	right: -50%;
}

.news-latest-container-evt-accueil{
	background-colo: #B8CADF;
}

.news-latest-container {
	border: 0px solid #999999;
}

.news-latest-container H3 {
	margin: 0px;
	padding: 1px;
	background-color: #A7B3CB;
	border-bottom: 1px solid #7991B5;
}

.news-latest-container H3 A:LINK, .news-latest-container H3 A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #284369;
	padding-right: 7px;
	padding-left: 3px;
}
.news-latest-container H3 A:HOVER{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 17px;
	font-weight: bold;
	font-style: italic;
	color: #ff8a2b;
	padding-right: 7px;
	padding-left: 3px;
}

.news-latest-container P {
	padding:3px;
	color: #284369;
}

.news-latest-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding: 1px;
	margin:3px;
	border: 1px solid #999999;
	background-color:#E3E7EF;
	color: #284369;
}

.news-latest-container IMG {
	float: right;
	border: 1px solid #999999;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-latest-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-latest-date{
	float: right;
	color: #12366A;
	margin-top: 2px;
	margin-right: 5px;
	font-size: 10px;
	font-style: italic;
	color: #6782AA;
}

.news-latest-morelink,.news-latest-category {
	font-size:9px;
	margin-left:3px;
}

.news-latest-morelink {
	margin-bottom:3px;
}

.news-latest-morelink a:link, .news-latest-morelink a:visited, .news-latest-morelink a:active, .news-latest-morelink  a:hover{
	position: relative;
	left: 25px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #284369;
}
/*--------------------------------- tt_news LIST view  -----------------------------------*/
.news-list-container {
	border: 0px solid #999999;
}

.news-list-item {
	/* IE hack */
	height: 1%;
	line-height: 1.3;
	/* IE hack end */
	padding: 1px;
	margin:3px;
	border: 1px solid #999999;
	background-color:#E3E7EF;
	background-color: #F4EFDC;
	background-color: #F0E7D6;
	color: #284369;
}

.news-search-form { }

.news-search-emptyMsg{
	margin:0px;
}
.news-search-form FORM {
	margin:0px;
}
.news-list-container H3 {
	margin: 0px;
	padding: 1px;
	background-color: #F2BB5C; /*#A7B3CB;*/
	background-color: #C8B276;
	border-bottom: 1px solid #7991B5;
	font-family: Arial;
	font-size: 14px;
}

.news-list-container H3 A:LINK, .news-list-container H3 A:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #ffffff;
	padding-right: 7px;
	padding-left: 3px;
}
.news-list-container H3 A:HOVER{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	font-style: italic;
	color: #333333;
	padding-right: 7px;
	padding-left: 3px;
}

.news-list-container P {
	padding:3px;
	color: #284369;
}
.news-list-date {
	float: right;
	color: #12366A;
	margin-top: 2px;
	margin-right: 5px;
	font-size: 10px;
	font-style: italic;
	color: #555555;
}

.news-list-imgcaption {
	float: right;
	padding-top:3px;
	padding-right:3px;
	font-size: 9px;
}

.news-list-container IMG {

	float: right;
	border: 1px solid #999999;
	margin-bottom:5px;
	margin-right:2px;
	margin-left:5px;
}
.news-list-category IMG {
	float: none;
	border:none;
	margin:0px;
}

.news-list-morelink,.news-list-category {
	font-size:9px;
	margin-left:3px;
}
.news-list-morelink  {
	margin-bottom:3px;
}
.news-list-browse {
	text-align: center;
}

.news-list-morelink a:link, .news-list-morelink a:visited, .news-list-morelink a:active, .news-list-morelink  a:hover{
	position: relative;
	left: 25px;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #284369;
}

	/*---------------------------------  tt_news Page-Browser ---------------------------------*/
.tx-ttnews-browsebox {
	margin:3px;
	border: 1px solid #999999;
	padding:3px;
	background-color:#F9FFE5;
}
.tx-ttnews-browsebox TD {
	font-size: 10px;
}
.tx-ttnews-browsebox-strong, .tx-ttnews-browsebox-SCell {
	font-weight: bold;
}
.tx-ttnews-browsebox-SCell P,.tx-ttnews-browsebox TD P{
	margin:0px;
}

.tx-ttnews-browsebox-SCell {
	background-color: #BBE53A;
	border: 1px solid #999999;
}
.news-search-emptyMsg {
	font-size: 11px;
	margin-left: 10px;
}
	/*--------------------------------- tt_news SINGLE view  ---------------------------------*/
.news-single-item {
	padding: 1px;
	margin:3px;
	border: 1px solid #999999;
	background-color: #F0E7D6;
	color: #284369;
}

.news-single-item H2 {

	margin: 0px;
	background-color: #A7B3CB;
	border-bottom: 1px solid #7991B5;
	
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	font-style: italic;
	color: #284369;
	padding-right: 7px;
	padding-left: 3px;
	background-color: #C8B276;
}
.news-single-item H3 {
	display: inline;
	margin: 3px;
	margin-left: 25px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	padding-right: 7px;
	padding-left: 3px;
	border-bottom: 1px solid #7991B5;
}
.news-single-item p {
	color: #284369;
	margin: 0px;
	padding: 3px;
	padding-left: 10;
	padding-right: 10px;
	text-indent: 10px;
}

.news-single-img {
	float: right;
	margin-left:5px;

}

.news-single-imgcaption {
	padding:3px;
	clear:both;
}

.news-single-category {
	float: right;
}

.news-single-backlink, .news-single-backlink a:link, .news-single-backlink a:visited {
	position: relative;
	left: 25px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #284369;
}

.news-single-backlink A:HOVER{
	position: relative;
	left: 25px;
	font-size: 13px;
	font-weight: bold;
	font-style: italic;
	color: #ff8a2b;
}

.news-single-timedata {
	float: right;
	color: #12366A;
	margin-top: 2px;
	margin-right: 5px;
	font-size: 10px;
	font-style: italic;
	color: #333333;
}

.news-single-author {
	text-align :right;
	margin: 1px;
}

.news-single-author A:LINK, .news-single-author A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #284369;
}
.news-single-author A:HOVER{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	font-style: italic;
	color: #ff8a2b;
}

.news-single-imgcaption {
	font-size: 9px;
}
.news-single-author {
	padding-bottom: 3px;
}
.news-single-additional-info {
	margin: 0px;
	padding:3px;
}
.news-single-related,.news-single-files,.news-single-links  {
	border: 1px solid #666;
	margin:0px;
	margin-bottom: 3px;
	padding:3px;
	background-color:#F3F5F8;
	color: #284369;
}

.news-single-related DD, .news-single-links DD, .news-single-files DD {
	margin-left:20px;
}

.news-single-related DT, .news-single-links DT, .news-single-files DT {
	font-weight: bold;
	font-size: 11px;
	margin-left: 10px;
	width:90%;
}

.news-single-files A:LINK, .news-single-files A:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #284369;
	margin-left: 10px;
}
.news-single-files A:HOVER{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: italic;
	color: #ff8a2b;
}
/*--------------------------------- tt_news Archivemenu (AMENU) --------------------------------- */
.news-amenu-container {
	margin-top:10px;
	padding:3px;
	border:1px solid #333;
	background-color:#BBE53A;
}
.news-amenu-container LI {
	padding-bottom:1px;
}
.news-amenu-container UL {
	padding:3px;
	margin-top:5px;
	margin-left:0px;
	margin-bottom:0px;
	border: 1px solid #999999;
	background-color:#F9FFE5;
	list-style-type: none;
}
.news-amenu-container H2 {
	color:#fff;
	padding:3px;
	border: 1px solid #999999;
	background-color:#769024;
	
}
.news-amenu-item-year {
	font-weight: bold;
	border: 1px solid #666;
	padding: 2px;
	background-color: #769024;
	color:#fff;
}

/*--------------------------------- tt_news Categorymenu (CATMENU) --------------------------------- */


.news-catmenu  {
	padding:5px;
	margin:10px 0px 10px 10px;
	border: 1px solid #999999;
	background-color:#F9FFE5;
}
.news-catmenu-header {
	font-size:11px;
	font-weight:bold;
}
.news-catmenu DIV {
	font-size:10px;
	white-space: nowrap;
}
.news-catmenu DIV img, .news-catmenu img, .news-catmenu-header img {
	margin:0px;
	padding: 0px;
	vertical-align: middle;
}
.news-catmenu-ACT {
	font-weight:bold;
}

/*  Styles for catmenu mode "nestedWraps" */
.level1 {
	padding:1px;
	padding-left:10px;
	background-color:#ebf8bf;
	border-left:1px solid #666;
	border-top:1px solid #666;
}
.level2 {
	padding:1px;
	padding-left:10px;
	background-color:#ddf393;
	border-left:1px solid #666;
}
.level3 {
	padding:1px;
	padding-left:10px;
	background-color:#cae46e;
	border-left:1px solid #666;
	border-top:1px solid #666;

}
.level4 {
	padding:1px;
	padding-left:10px;
	background-color:#b0cb51;
	border-left:1px solid #666;
}



h1 {
	font-family: Arial;
	font-size: 16px;
}

