/* Propre à la Co-cathédrale */

/* Couleurs:
  #3a524f (bordures: #46635f) vert
  #4f3a52 mauve 
  #524f3a brun/jaune
*/


body {
  background: #F8F6F6 url(/fileadmin/templates/images/content-bg.png) repeat-y scroll center center;
  padding: 0px;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 0px;
}

#wrapper {
  padding: 0px;
  text-align: left;
  margin: 0pt auto;
  width: 950px;
}

/* a elements */
a:link,
a:visited {
  color: #587d79;
  border-bottom: 1px solid #cccccc;
  text-decoration: none;
}

a:hover {
  color: #99956d; /* #524f3a; */
  border-bottom: 2px solid #dddddd; /* #524f3a; */
  text-decoration: none;
}

/* h1, h2, h3, etc.. */
h1,h3,h5 {
  color: #818654;
}
h2,h4,h6 {
  color: #735873;
}
h3 {
  margin-bottom: 0.7em;
}
td h4 {
  margin-bottom: 0.25em;
}


/* em dfn */
em, dfn {
  background: none;
}

/* header */

#header {
  height: 100px;
  background: #3a524f url('../images/logo-main.png') left top no-repeat;
}

#header img {
  margin: 0px;
  padding: 0px;
}

#header a {
  border: none;
}

/* top-line */
#top-line {
  height: 6px;
  background: #3b3b3b bottom left url('../images/top-bg2.png') no-repeat;
  border-bottom: 1px solid #637973;
  position: relative;
}

/* tab content */
#tabfull {
  background: #3B3B3B;
  padding: 25px;
  color: white;  
}

#tabfull li {
  color: white;
  font-size: 14px;
}

#tabfull h1, #tabfull h3, #tabfull h5 {
  color: #D3D88F;
}

#tabfull h2, #tabfull h4, #tabfull h6 {
  color: #BBE2EA;
}

/* tab messes */
div#tabmesse {
  padding: 0px;
  margin: 0px;
}
#tabmesse img {
  margin: 0px;
  vertical-align: middle;
}
#tabmesse span {
  background: url('../images/tab-messes.png') no-repeat top left;
  position: absolute;
  cursor: pointer;
  top: 0px;
  left: 750px;
  color: #E8ECC3;
  width: 125px;
  height: 36px;
  border: none;
  text-align: center;
  padding: 4px 0px 0px 2px;
  font-family: Georgia, serif;
  font-size: 15px;  
}
* html #tabmesse span {
  top: 12px;
}

/* footer */

#footer {
  text-align: center;
  height: 230px;
  background: #F3F1E9 url(../images/colonnade-3.png) left top no-repeat;
  padding-top: 15px;
/*
  clear: both;
*/
  padding-bottom: none;
  margin-bottom: none;
  font-size: 0.8em;
}



/** Navigation from Ursidae menu http://css-class.com/articles/ursidae/ */

div#menu {
       background-color: #435e59;
       height: 36px;
}
ul#navigation{
       font-size: 90%;
}
ul#navigation, ul#navigation ul {
       padding: 0;
       margin: 0;
       list-style: none;
       border-top: 1px solid #657876;
       background-color: #3a524f;
}
ul#navigation li { 
      line-height : 1.35em;
      position: relative;
      float: left;
      text-transform: uppercase;
      letter-spacing: 2px;
      fasdfasdfont-size: 80%;
      font-family: Georgia, serif;
      z-index: 2;
}
ul#navigation>li li { /* Needed for Opera 9, maybe because it's decent CSS. Hide from IE6 */
      float: none;
      z-index: 2;
}
#navigation a {
      display: block;
      color: #e7e3d9;
      padding: 10px 12px;
      text-decoration: none;
      border: none;
      background: url(../images/nav-bg.png) no-repeat bottom right;
}
ul#navigation a:hover {
      color: #fff;
      background: #637973;
}
ul#navigation li li, ul#navigation li li a {
      width: 15em;
      background: #3A524F;
      /*padding: 0px; margin: 0px;*/
}
ul#navigation li ul { /* Just to help IE6 along */
      width : 16em;
}

ul#navigation li ul {
      position: absolute;
      left: -999em;
}
#navigation li:hover ul ul, #navigation li.sfhover ul ul {
      left: -999em;
}
#navigation li:hover ul, #navigation li li:hover ul, #navigation li li li:hover ul {
      top: 0;
      left: -1px;
      margin-left: 100%;
}
/*** HORIZ MENU ***/
#navigation li:active ul, #navigation li:hover ul, #navigation li.sfhover ul {
    top: 100%;
    margin-left: 0;
    width: 100%;
}



/* navigation */
#nav {
  background-color: #435e59;
  height: 36px;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #657876;
        background-color: #3a524f;
	}
#nav li {
	float: left;
	margin: 0;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-size: 80%;
	font-family: Georgia, serif;
	padding: 0;
	}
#nav li li {
        float: none;
}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(../images/nav-bg.png) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #637973;
	}
#nav li ul {
        position: absolute;
        left: -999em;
}
#nav li:hover ul ul, #navigation li.sfhover ul ul {
        left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul {
        top: 0;
        left: 0;
        margin-left: 100%;
}





/* left-stuff */

#left-stuff {
  padding-left: 45px;
}

/* left-menu */


#left-menu {
  padding-top: 30px;
  padding-left: 55px;
}

#content ul li,
#tabfull ul li {
    list-style: none;
    list-style-image: url('../images/list-style.gif');
    list-style-position: outside bottom;
}

/*
#left-menu ul ul li {
    list-style-image: url('../images/list-style-small.gif');
}
*/

#content ul ul,
#tabfull ul ul, {
  margin-bottom: 0px;
  margin-right: 0px;
}




/* content disposal */

#content {
  background: #F3F1E9 url(../images/colonnade-2.png) repeat-y;
/*
  height: 500px;
*/
  padding-top: 20px;
}


#top-img {
  background: url(../images/colonnade-1.png) left top transparent no-repeat;
  width: 230px;
  height: 304px;
  position: absolute;
  z-index: 0;
}

#left-panel {
  height: 100%;
  border-right: none; /*1px solid #aaa;*/
  margin-right: 5px;
  padding-right: 4px;
  width: 230px;
  float: left;
}

#left-panel div {
  z-index: 1;
  position: relative;
  font-weight: bold;
}

#right-panel {
  background-color: transparent;
  padding: 0px 15px 15px 15px;
  width: 670px;
  margin-right: 0px;
  position: relative;
/*
  float: left;
  margin-bottom: 1.5em;  
*/
  min-height: 320px;
  margin-left: 240px;
}
* html #right-panel {
  height: 320px;
}


/*

#nav {
        background-color: #3a524f;
	margin: 20px auto 0 auto;
	padding: 0;
	}
#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	border-top: 1px solid #464a52;
	background: #383d44;
	}
#nav li {
	float: left;
	margin: 0;
	padding: 0;
	font-family: Georgia, serif;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
	}
#nav li a {
	float: left;
	padding: 10px 12px;
	text-decoration: none;
	color: #e7e3d9;
	border: none;
	background: url(images/nav-bg.gif) no-repeat bottom right;
	}
#nav li a:hover {
	color: #fff;
	background: #464a52;
	}
#nav li a.active {
	font-weight: bold;
	color: #fff;
	background: #292d34 url(images/nav-on-bg.gif) repeat-x top left;
	}

*/

/* breadcrumb menu */
#breadcrumb {
  background-color: #3b3b3b;
  padding: 2px 0px 3px 12px;
  color: white;
}
#breadcrumb a {
  color: #bbbbbb;
  border: none;
}
#breadcrumb a:hover {
  border-bottom: 1px solid #ccc;
}



/* tt_news stuff */
.news-latest-container hr {
  clear: none;
  margin: 1.4em 0.5em;
  width: auto;
}

div.news-latest-item {
  width: 100%;
  overflow: auto;
}

.news-latest-item h3 {
}

.news-latest-image {
  float: left;
  margin-right: 10px;
}

.news-latest-item p {
  margin-bottom: 0px;
}

.news-latest-date {
  float: right;
}

.news-latest-morelink {
}

.news-latest-gotoarchive {
}