/* CSS Document */
body {
	font-family: Andalus;
    font-size:14px;
	background-color:#FDECDA;
	background-image:url(/images/background_jv.png);
	margin: 0; /* pour éviter les marges */
	padding:10px;
    scrollbar-base-color: #990000;
    scrollbar-arrow-color: #CC3333;
    scrollbar-3dlight-color: #CC3333;
    scrollbar-darkshadow-color: #CC3333;
    scrollbar-highlight-color: #990000;
    scrollbar-shadow-color: #990000;
    scrollbar-track-color: #FF3333;
	text-align: center; /* pour corriger le bug de centrage IE */	
}
h1, h2, h3, h4,h5{
color:#990000;
}
.overflowauto
{
overflow: auto;
}
.articleSousTitre {
	font-family: Andalus;
	font-size: 18px;
	font-weight:lighter;
	color:#990000;
    padding:0px;
    margin:0px;
}

.articleResume {

    padding:0px;
    margin:0px;
	font-family: Andalus;
	font-size: 14px;
	color:#333333;

}

.articleTexteCourant { 
    padding:0px;
    margin:0px;
	font-family: Andalus;
	font-size: 14px;
	color: #000000;
    text-align:justify;
    
	}
td{
	color: #333333;
    text-align:justify;
}
.articleImportant{
	
	padding:0px;
    margin:0px;
	font-family:Andalus;
	font-weight:bold;
	font-size: 14px;
	color: #990000;

}
/* les onglets */ 
    #tabs9 {
      float:left;
      width:100%;
      font-size:80%;
      border-bottom:1px solid #993300;
      line-height:normal;
      }
    #tabs9 ul {
          margin:0;
          padding:10px 10px 0 50px;
          list-style:none;
      }
    #tabs9 li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabs9 a {
      float:left;
      background:url("http://www.stjacquesdecompostelle.fr/tableft9.gif") no-repeat left top;
      margin:0;
      padding:0 0 0 4px;
      text-decoration:none;
      }
    #tabs9 a span {
      float:left;
      display:block;
      background:url("http://www.stjacquesdecompostelle.fr/tabright9.gif") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#993300;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabs9 a span {float:none;}
    /* End IE5-Mac hack */
    #tabs9 a:hover span {
      color:#FFF;
      }
    #tabs9 a:hover {
      background-position:0% -42px;
      }
    #tabs9 a:hover span {
      background-position:100% -42px;
      }

      #tabs9 #current a {
              background-position:0% -42px;
      }
      #tabs9 #current a span {
              background-position:100% -42px;
      }

