
/* ----------------------------------*/
/* -- PANNEAU EDITION DE LA PAGE --  */
/* ----------------------------------*/

/*
span.tb-text-list{
	display: none;
}
*/

/* -------------*/
/* -- CADRE --  */
/* -------------*/

BODY{
	background: #f5f3e9 url(bg.gif) repeat 0 0;
	text-align: center;
}
#cadre-general{
	width : 927px;
	margin: 0 auto 0;
	text-align: left;	
	background: url(bg-cadre-bottom.png) no-repeat 0 bottom;
	padding-bottom: 16px;
}
#cadre{
	width: 100%;	
	background: url(bg-cadre-middle.png) repeat-y 0 0;
}
#cadre-inner{
	margin: 0 9px;
}
#cadre-inner2{	
	clear: both;
}
.clear {
}
#contenu{
	clear: both;
	text-align: left;	
}
.sub{
}

/* ---------------------*/
/* -- PAGE D'ACCUEIL -- */
/* ---------------------*/

#sub-02 #colonne-centrale .content-element{
	border-top: 1px solid #b5b5b5;	
	padding-top: 17px;
}
#sub-02 #colonne-centrale .colonne-inner{
	border-bottom: 1px solid #b5b5b5;	
}

#sub-02 H2{ 
	border-width: 0px;
	margin-bottom: 3px;	
}


/* --------------------------*/
/* -- ELEMENTS DE CONTENU -- */
/* --------------------------*/
.content-element{
	margin-bottom: 20px;
	clear: both;
}

/*---- titre pour le style de contenu "par defaut" ----*/
.content-element H2,
 .content-element H1,
.content-element .csc-frame-style-defaut H2,
.content-element .csc-frame-style-defaut H1{
}

.content-element .contenu-texte,
.content-element .csc-frame-style-defaut .contenu-texte{
}
.content-element form,
.content-element .csc-frame-style-defaut form{
	padding: 10px 0px 20px 5%;
}

/*---- contenu style "encadre 1" ----*/

.content-element .csc-frame-style1 H2,
.content-element .csc-frame-style1 H1{
	margin: -23px 0 10px -16px;
	padding: 0 0 4px 0;
	border-bottom-width: 0px;
	background-image: none;
	height: 34px;
}
.content-element .csc-frame-style1 H2 span{  
	background: #7a0509 url(style1-h2.gif) repeat-x 0 0;
	padding: 4px 10px 4px 10px;
	font-size: 13px;
	font-weight: bold;
	color: #FFF;
}
.content-element .csc-frame-style1{
	padding-top: 30px;
	width: 100%;
}
.content-element .csc-frame-style1 .css-frame-inner{
	border: 1px solid #7d7d7d;
}
.content-element .csc-frame-style1 .contenu-texte{
}
.content-element .csc-frame-style1 .contenu-texte-inner{	
	padding: 0 15px 10px 15px;
}	


/*---- contenu style "encadre 2" ----*/
.content-element .csc-frame-style2 H2,
.content-element .csc-frame-style2 H1{
	background: none;
	margin: 0 0 10px 0;
	padding: 0;	
	font-size: 13px;
	font-weight: bold;
	border-bottom-width: 0px;
}
.content-element .csc-frame-style2 .contenu-texte{
	padding: 13px 10px 5px 13px;
}
.content-element .csc-frame-style2{
	border: 1px solid #999;
}

/*---- contenu style "encadre pour citation" ----*/
.content-element .csc-frame-style3{
	background: transparent url(apostrophe-gauche.gif) no-repeat 0px 0px;
}
.content-element .csc-frame-style3 .contenu-texte{
	background: transparent url(apostrophe-droite.gif) no-repeat right bottom;
	padding: 0px 18px 5px 24px;	
}
.content-element .csc-frame-style3 .contenu-texte .contenu-texte-inner{
	padding-top: 20px;
}
.content-element .csc-frame-style3 H2,
.content-element .csc-frame-style3 H1{
	border-bottom-width: 0px;
	background: none;
	padding: 0;
}

/*--------*/
/* TOP */
/*--------*/
#top{
	clear: both;	
}

#logo-imprimer{
	display: none;
}

div#visuel{ 
	display: none;
}

.lienlogo A{
	display: block;
	width: 909px;
	height: 133px;
	text-indent: -999px;
	background: url(visuel-accueil.jpg) no-repeat 0 0;
}

#gip A{
	background-image: url(visuel-gip.jpg);
}
#cdd A{
	background-image: url(visuel-cdd.jpg);
}
#amenagement A{
	background-image: url(visuel-amenagement.jpg);	
}
#environnement A{
	background-image: url(visuel-environnement.jpg);	
}
#energie A{
	background-image: url(visuel-energie.jpg);	
}
#sante A{
	background-image: url(visuel-sante2.jpg);	
}
#culture A{
	background-image: url(visuel-culture.jpg);	
}
#empreinte A{
	background-image: url(visuel-empreinte.jpg);	
}
#sage A{
	background-image: url(visuel-sage.jpg);	
}

/*--------*/
/* Menu 1 */
/*--------*/
#menu1{
 height: 41px;
 width: 100%;
 background: url(bg-menu1.gif) repeat-x 0 0; 
}
#menu1-inner{
	padding: 0 0 0 0;	
}
#menu1 ul {
	margin: 0 0 0 15px;
	padding: 0;	
}
.li1{
	float: left;
	list-style: none; 
	margin:0;
	padding:0;
	background-image: none;
}

.li1 A,
.li1 A:visited{
	display: block;
	float: left;
	cursor: hand;
	font-family : Tahoma, "Trebuchet MS", Verdana, Arial;	
	text-transform: uppercase;	
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	white-space : nowrap;
	color : #FFF;
	padding: 6px 11px 9px 11px;	
}

.li1 A:hover{	
	background:url(menu1-act.gif) no-repeat center 28px;
	color: #FFF;
	text-decoration: none;
}

li#li1Act A{	
	background:url(menu1-act.gif) no-repeat center 28px;
}
li#li1Act A:hover{
  color: #FFF;
  text-decoration: none;
}
.ul2{
	margin: 0;
	padding: 8px 0 8px 0;
  text-align: left;
	background-color: #7a0509;
}
.li2{
	margin: 0;
	padding: 0;
	border: 1px solid #7a0509; /* bug ie6 */
	background-image: none;
}
.li2 A,
.li2 A:visited{
	display: block;
	margin: 0;
	padding: 2px 15px 3px 28px;
	background: url(menu1-li2.gif) no-repeat 13px 8px;
	color: #FFF;
	text-decoration: none;
}
.li2 A:hover{	
	background: #9a1519 url(menu1-li2-hover.gif) no-repeat 13px 8px;
	text-decoration: none;
	color:#FFF;
}

.ul3{
	margin: 0;
	padding: 0;
  text-align: left;
	background-color: #9a1519;
}
.li3{
	margin: 0;
	padding: 0;
	background-image: none;
}
.li3 A,
.li3 A:visited{
	display: block;
	margin: 0;
	padding: 4px 15px 5px 15px;
	color: #FFF;
	text-decoration: none;
}
.li3 A:hover{
	text-decoration: underline;
	color:#FFF;
}

/*--------*/
/* Menu 2 */
/*--------*/
#menu2{
	display: none;
}

/*------------*/
/* imprimer   */
/*------------*/
#fil-ariane-outer{
	clear: both;
	width: 100%;
}
#imprimer{
	text-align: right;
	margin: 0 32px 0 0;
}
#imprimer img{
	margin-right: 5px;
}
#imprimer A{
	color: #918f90;
	text-decoration: none;	
}
#imprimer A:hover{
	text-decoration: underline;
}

/*-----------------------------------*/
/* Menu 3, dans la colonne de gauche */
/*-----------------------------------*/
#titrerubrique h2 A {
	font-family : Tahoma, "Trebuchet MS", Verdana, Arial;
	color: #010101;
	font-size: 13px;
	font-weight: bold;
	text-transform: Uppercase;	
	text-decoration: none;
}
#titrerubrique h2{
	padding: 0;
	margin: 0;
	background-image: none;
	border-bottom-width: 0px;
}
.ul31{
	margin: 0 0 40px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #a0a0a0;
}
.ul31 .li31 {
	margin: 8px 0 0 0;
	padding: 8px 0 0px 0;
  list-style-type: none;
	border-top: 1px solid #a0a0a0;
	background-image: none;
}
.ul31 .li31:first-letter{
	text-transform: uppercase;
}

.ul31 .li31 A,
.ul31 .li31 A:visited{
	display: block;
	font-family : "Trebuchet MS", Verdana, Arial;
	font-size: 12px;	
	font-weight: bold;
	text-indent: -0.05em;
	padding: 0 0 0 14px;
	background: url(menu3-puce.gif) no-repeat left 3px;
	color: #717171;
	text-decoration :none;
}
.ul31 .li31 A span{
	padding-bottom: 2px;
}
.ul31 .li31 A:hover{
	color: #000;
	text-decoration: underline;
}
.ul31 #li31Act A{
	color: #903735;	
	background-image: url(menu3-puce-act.gif);
}
.ul31 #li31Act A:hover{	
	color: #903735;	
	text-decoration: none;
}

.ul31 .li32{
	line-height: 100%;
	padding: 0 0 0 26px;
	margin: 3px 0 3px 0;
	background: url(menu3-puce2.gif) no-repeat 16px 5px;
}

.ul31 .li32 A,
.ul31 .li32 A:visited{
	font-size: 11px;
	color: #717171;
	text-decoration :none;
}
.ul31 .li32 A:hover{
	color: #000;
	text-decoration: underline;
}
.ul31 #li32Act{
	background-image: url(menu3-puce2-act.gif);
}
.ul31 #li32Act A,
.ul31 #li32Act A:hover{  
	color: #903735;
  text-decoration: none;
}

.ul31 .li33{
	line-height: 100%;
	padding: 0 0 0 36px;
	margin: 3px 0 3px 0;
	background: none;
}
.ul31 .li33 A,
.ul31 .li33 A:visited{
	font-size: 11px;
	color: #717171;
	text-decoration :none;
}
.ul31 .li33 A:hover{
	color: #000;
	text-decoration: underline;
}
.ul31 #li33Act A,
.ul31 #li33Act A:hover{
	color: #903735;
	text-decoration: none;
}


/*--------------*/
/* Fil d'Ariane */
/*--------------*/

#fil-ariane{
	font-size: 11px;
	color: #8e8e8e;
	margin: 7px 0 0 14px;
	padding-bottom: 30px;
}
#fil-ariane A{	
	font-size: 11px;
	color: #8e8e8e !important;
	text-decoration: none;	
/*	white-space: nowrap; */
}
#fil-ariane:first-letter{
	text-transform: uppercase;
}
#fil-ariane A:hover{
	text-decoration: underline;
}

#fil-ariane-inner{
	width: 580px;
	float: left;
}
#imprimer{
	float: right;
	width: 70px;
}

/* --------------------------*/
/* -- LIEN HAUT DE PAGE --  */
/* -------------------------*/

#haut-de-page{
	float: right;
	margin-top: 10px;
	padding: 0 15px 0 0;
	background: url(picto-hautdepage.gif) no-repeat right 6px;
}

/* --------------------*/
/* -- PIED DE PAGE --  */
/* --------------------*/

#pieddepage{
	width : 927px;
	clear: both;
	margin: 0px auto;	
}
#pieddepage ul{	
	float: left;
	width: 320px;
	margin: 0;
  padding: 0;
}
#pieddepage li {
	list-style: none; 
	display: inline;
	margin: 0;
	padding: 0 10px 0 0; 
	background-image: none;
}
#pieddepage A{
	font-family: Arial, Verdana, Sans-serif;
	font-size: 12px;
	font-weight: normal;
	text-decoration : none;
	color: #555555;	
}
#pieddepage A:hover{
	text-decoration : underline;
}

#adresse{
	float: left;
	width: 500px;
}
#milega{
	float: right;
	margin-right: 10px;
}
/* -------------*/
/* -- STATS --  */
/* -------------*/
div#stats{	
	width : 927px;
	clear: both;
	margin: 0px auto;
}

div#stats-inner A{
}

/* ---------------------  */
/* --    TT_NEWS      --  */
/* ---------------------  */
div.news-list-item{ 	
  margin-top: 20px;
	margin-bottom: 15px;
}
div.news-list-item H3{	
	margin-bottom: 0px;
	background: none;
	padding-left: 15px;
	background: transparent url(h2-puce.gif) no-repeat 0 3px;
}
div.news-list-item H3 A{
	text-transform: none;
	font-size: 13px;
	text-decoration: none;
}
div.news-list-item .news-list-date{
	display: none;
}
#body-1222 .news-list-content A{
	text-decoration: none;
}
div.news-list-morelink{
	display: none;
}
#contenu div.news-list-item form.typo3-editPanel table.typo3-editPanel,
#contenu div.news-latest-container form.typo3-editPanel table.typo3-editPanel{
	margin-top: 0px !important;
	margin-bottom: 0px;
}
div.tx-ttnews-browsebox{
	margin-top: 15px;
}
div.tx-ttnews-browsebox table td{
		 border: 0px solid #000;
		 font-weight: bold;
}
div.news-single-item H3.news-single-item-h3{
	color: #000;
	font-size: 15px;
	background: transparent url(h2-puce.gif) no-repeat left 5px;
	padding: 0 0 2px 13px;
	border-bottom: 1px solid #000;
	margin-bottom: 14px;		
}
div.news-single-item .news-single-subheader h3{
	font-size: 13px;
	color: #252425;
	font-weight: bold;
	margin-bottom: 5px;
	padding:0;
	background: none;
}
div.news-single-item .news-single-timedata{
	display: none;
}
div.news-single-image{
	width: 100%;
	margin-top: 15px;
	text-align: center;
}
div.news-single-item .news-single-backlink{
	margin-top: 10px;
}

/* ---------------------------- */
/* --  MODULE DE RECHERCHE   -- */
/* ---------------------------- */
.tx-indexedsearch-searchbox{
	display: none;
}
.browsebox li{
	float: left;
	background-image: none;	
}
.browsebox{
	padding: 15px 0 20px 0;
}

.tx-indexedsearch-res{
	clear: both;
}
li.tx-indexedsearch-browselist-currentPage	A{
	color: #252425;
}
.tx-indexedsearch-text-item-path A{
	color: #000;
	font-size: 12px;
	text-decoration: none;
	font-family : "Trebuchet MS", Verdana, Arial;
}
dd.tx-indexedsearch-text-item-path{
	margin-top: 15px;
}
