/* Redéfinition de balises ----------------------------------------------------------------------*/
@page
{
  size: portrait;
  margin: 1cm;
  marks: crop;
}
body
{
  margin: 0;
  padding: 0;
  border: none;
  color: #000;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  background-color: #fff;
}
a
{
  color: #663;
}
img
{
  display: block;
}
div, span, li, ul, p, a, object, img, fieldset, h1, h2, h3
{
  margin: 0;
  padding: 0;
  border: none;
}
table
{
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0;
  border-style: hidden;
}
td
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
  margin: 0;
}

/* Général -------------------------------------------------------------------------------------- */
.souligne /*FCK[Texte souligné]*/
{
  text-decoration: underline;
}
.gras /*FCK[Texte gras]*/
{
  font-weight: bold;
}
.italique /*FCK[Texte italique]*/
{
  font-style: italic;
}
.center
{
  text-align: center;
}
.right
{
  text-align: right;
}
.left
{
  text-align: left;
}
/* Message et erreur */
.erreur
{
  color: #a03047;
  text-align: center;
  padding: 100px 0;
}
.message
{
  color: #a03047;
  border: 1px solid #a03047;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 10px;
}
.nowrap
{
  white-space: nowrap;
}
.nowrap *
{
  display: inline;
}
.rouge
{
  color: #b00;
}
.vert
{
  color: #0b0;
}

/* Formulaire */
input, textarea, select, select option
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}
form
{
  margin: 0px;
}
input, textarea, select
{
  border: 1px solid #996;
  width: 350px;
}
label
{
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
}
.boutonRadio
{
  width: auto;
  height: auto;
  border: none;
}
/* Message et erreur */
.erreur
{
  color: #a03047;
  text-align: center;
  padding-top: 100px;
}
.message
{
  color: #a03047;
  border: 1px solid #a03047;
  padding: 5px;
  font-weight: bold;
  font-size: 12px;
  margin: 5px 0;
}
/* Divers */
acronym /* Spécial IE ... no comment */
{
  cursor: help;
  border-bottom: 1px dashed #000;
}
pre
{
  font-size: 12px;
  text-align: left;
}

/* Interface ------------------------------------------------------------------------------------*/
div#principal
{
  text-align: left;
  min-height: 500px;
  height: auto;
}
div#header
{
  font-family: Times, "Times New Roman", serif;
  /*width: 758px;
  height: 112px;*/
  height: 25px;
  border-bottom: 1px solid #cc3;
}
div#header h1
{
  float: left;
  /*width: 567px;
  height: 72px;*/
  height: 25px;
  background: #fff url(/images/interface/fond_header.gif) top left no-repeat;
  margin: 0;
  font-size: 14px;
}
/*div#header h1 span
{
  display: none;
}*/
div#header img#img_header
{
  display: none;
/*   float: right; */
}
div#header ul
{
  display: none;
}
/*div#header ul li
{
  list-style-type: none;
  display: inline;
  line-height: 35px;
  border-left: 1px solid #b2b2b2;
  margin-left: 22px;
  padding-left: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
div#header ul li a
{
  text-decoration: none;
  font-weight: bold;
  font-size: 12px;
  color: #000;
}*/
#navigation
{
  display: none;
}
/*Bloc de navigation - gauche
#navigation
{
  font-family: Times, "Times New Roman", serif;
  width: 228px;
  background: #cc9 url(/images/interface/fond_nav.gif) bottom left no-repeat;
  float: left;
  padding-bottom: 30px;
  margin-right: 45px;
  overflow: auto;
}
#navigation h3
{
  width: auto;
  background-color: #e7e7da;
  color: #cc9;
  text-transform: uppercase;
  padding-left: 20px;
  margin-right: 1px;
  height: 34px;
  line-height: 34px;
}
#navigation ul
{
  margin-top: 0px;
  margin-left: 20px;
  margin-bottom: 0;
  padding: 0;
  border: 0;
}
#navigation ul li
{
  margin-top: 14px;
  list-style-type: none;
  color: #663;
  font-size: 14px;
  font-weight: bold;
}
#navigation ul li a
{
  color: #663;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
#navigation ul li ul
{
  margin-top: 0px;
  margin-left: 18px;
}
#navigation ul li ul li
{
  margin: 0;
  padding-left: 15px;
  background: transparent url(/images/interface/liste-tiret.gif) 5px 8px no-repeat;
  line-height: 14px;
}
#navigation ul li ul li.selected
{
  background: transparent url(/images/interface/liste-carre.gif) 0 4px no-repeat;
}
#navigation ul li ul li a
{
  color: #000;
  text-decoration: none;
  font-size: 14px;
  font-weight: bold;
}
#navigation img#vierge
{
  margin-left: 193px;
  margin-bottom: -30px;
  position: relative;
}
#navigation ul li ul.visible, ul li a#navigation #menu_2
{
  display: block;
}
#navigation ul li ul
{
  display: none;
}*/

/* ACCUEIL */
div#accueil
{
  text-align: left;
  width: 740px !important;
  width: 742px;
  height: 578px !important;
  height: 580px;
  border: 1px solid #000;
  margin: auto;
  overflow: hidden;
  background: #fff url(/images/interface/fond_accueil.jpg) no-repeat;
}
div#accueil div#navigation
{
  display: none;
}
/*div#accueil div#navigation
{
  float: right;
  clear: right;
  margin: 0;
  padding: 0;
  width: 241px;
  background-image: none;
  background-color: #996;
  height: 422px;
}
div#accueil div#navigation ul li
{
  margin-top: 12px;
  color: #fff;
}
div#accueil div#navigation ul li a
{
  color: #fff;
}
div#accueil div#navigation ul li ul li
{
  margin: 0;
  color: #fff;
  font-size: 14px;
  font-weight: bold;
}
div#accueil div#navigation ul li ul li a
{
  color: #000;
}*/
div#accueil div#header
{
  width: 241px;
  float: right;
  height: auto;
  border: none;
  margin: 0;
}
div#accueil div#header div
{
  height: 44px !important;
  height: 52px;
  padding-top: 8px;
}
div#accueil h1
{
/*   visibility: hidden; */
}
div#accueil a#latin, div#header a#latin
{
  display: block;
  text-decoration: none;
  position: absolute;
}
div#accueil a#latin
{
  width: 460px;
  height: 22px;
  margin-top: 118px;
  margin-left: 18px;
}
div#header a#latin
{
  width: 545px;
  height: 20px;
  margin-top: 52px;
  margin-left: 26px;
}
div#accueil a#latin span, div#header a#latin span
{
  visibility: hidden;
  font-size: 12px;
}
div#actus
{
  position: absolute;
  margin-top: 390px;
  margin-left: 5px;
  height: 150px;
  width: 280px;
  overflow: auto;
  font-size: 10px;
  text-align: justify;
}
div#actus a
{
  text-decoration: none;
}

/*Divers*/
hr
{
  height: 1px;
  border: none;
  border-top: 1px solid #000;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.inv
{
  clear: both;
  height: 1px;
  font-size: 1px;
  visibility: hidden;
}
img.imgRight
{
  float: right;
  border: none;
  margin: 0 0 5px 5px;
}
img.imgLeft
{
  float: left;
  border: none;
  margin: 0 0 5px 5px;
}

/*Contenu
div#content
{
  float: left;
  width: 485px !important;
  width: 482px;
  font-size: 12px;
  text-align: justify;
  margin-bottom: 10px;
}*/
div#content
{
  float: left;
  width: 100%;
  font-size: 12px;
  text-align: justify;
  margin-bottom: 10px;
}
div#content span.first_letter
{
  font-size: 20px;
  font-weight: bold;
}
div#content h2
{
  display: none;
}
/*div#content h2
{
  font-family: Times, "Times New Roman", serif;
  width: 100%;
  text-align: right;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 1px solid #000;
  line-height: 34px;
}*/
h3 /*FCK[Titre]*/
{
  font-family: Times, "Times New Roman", serif;
  color: #996;
  font-size: 18px;
  padding-top: 5px;
  font-weight: bold;
}
div#content div#ss_titre img
{
  float: left;
  margin-right: 10px;
}
div#content div#ss_titre h3
{
  font-family: Times, "Times New Roman", serif;
  color: #996;
  font-size: 25px;
  padding-top: 5px;
  font-weight: bold;
}
div#content div#ss_titre p
{
  font-size: 11px;
  font-weight: bold;
  line-height: 13px;
  margin-top: 5.5em;
  margin-bottom: 0;
}
div#content div#ss_titre ul
{
  list-style-position: outside;
  list-style-type: none;
  font-size: 11px;
  color: #996;
/*   margin-left: 125px; */
}
div#content div#ss_titre ul li
{
  margin: 0;
  padding-left: 15px;
  background: transparent url(/images/interface/liste-tiret.gif) 5px 8px no-repeat;
  line-height: 14px;
}
div#content div#ss_titre ul li a
{
  color: #000;
  text-decoration: none;
  font-weight: bold;
}
div#content div#ss_titre ul li a:hover
{
  color: #996;
}
div#content p
{
  margin-top: 1em;
}
div#content p#bas_contenu
{
  font-weight: bold;
  font-size: 11px;
}
div#content p#bas_contenu a
{
  color: #000;
  text-decoration: none;
}
div#content p#bas_contenu a:hover
{
  text-decoration: underline;
}
div#content div.citation
{
  margin-left: 20px;
  font-weight: bold;
  font-style: italic;
}
div#content ul.ul_normal
{
  list-style-type: disc;
  margin-left: 20px;
}
div#content h3.regle_chapitre
{
  text-align: center;
}
div#content h3.regle_titre
{
  text-align: center;
  color: #000;
  margin-bottom: 10px;
}
div#content div#regle_dates
{
  float: left;
  margin: 10px;
  padding: 10px;
  border: 1px solid #000;
}
div#content table.psaume
{
  border: 1px solid #000;
  width: 100%;
}
div#content table.psaume td, div#content table.psaume th
{
  text-align: center;
  border: 1px solid #000;
  border-collapse: collapse;
  padding: 5px;
}
div#content table.psaume th
{
  font-size: 12px;
}
div#content ul
{
  margin: 15px 0;
}
div#content ul li
{
  margin: 0 0 5px 15px;
  list-style-type: none;
}
div#liens_bas_page
{
  text-align: center;
  width: 100%;
  margin-top: 10px;
}
div#liens_bas_page a
{
  display: block;
  width: 33%;
  color: #000;
  text-decoration: none;
  font-weight: bold;
  height: 16px;
  padding:0;
  line-height: 14px;
}
div#liens_bas_page a:hover
{
  color: #993;
  text-decoration: underline;
}
div#liens_bas_page a#precedent
{
  float: left;
  padding-left: 18px;
  background: transparent url(/images/interface/fleche-gauche.gif) no-repeat top left;
  text-align: left;
}
div#liens_bas_page a#precedent:hover
{
  background-image: url(/images/interface/fleche-gauche-roll.gif);
}
div#liens_bas_page a#suivant
{
  float: right;
  padding-right: 18px;
  background: transparent url(/images/interface/fleche-droite.gif) no-repeat top right;
  text-align: right;
}
div#liens_bas_page a#suivant:hover
{
  background-image: url(/images/interface/fleche-droite-roll.gif);
}
div#liens_bas_page #lien_tdm
{
  margin: auto;
  width: 33%;
  white-space: nowrap;
}
div.commentaires
{
  margin-top: 10px;
  text-align: left;
}
div.commentaires ul
{
  list-style-type: none;
  padding-bottom: 22px;
  border-bottom: 1px solid #000;
  margin: 0;
}
div.commentaires ul li
{
  float: left;
}
div.commentaires ul li a
{
  float: left;
  display: block;
  color: #666;
  text-decoration: none;
  padding: 3px 3px 0 3px;
  height: 16px !important;
  height: 21px;
  background-color: #e7e7da;
  margin: 2px 2px 0 2px;
  border: 1px solid #000;
}
div.commentaires ul li a:hover
{
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
div.commentaires ul li a:active,
div.commentaires .actif
{
  border-bottom: 1px solid #fff;
  background-color: #fff;
}
div.commentaire_regle
{
  display: none;
  text-align: justify;
  margin-top: 10px;
}

/*Histoire*/
table#chronologie, table.tableau
{
  width: 100%;
}
table#chronologie th, table.tableau th
{
  color: #996;
  text-align: center;
  font-size: 16px;
  padding: 10px 0 5px 0;
}
table#chronologie td, table.tableau td
{
  padding: 5px;
}
/*détails*/
div.conteneur_img_detail
{
  text-align: center;
}
div.conteneur_img_detail img
{
  margin: 0 auto;
}
div#tabMesse, div#tabPriere
{
  display: none;
}
div#tabMesse .chiffre
{
  width: 50px;
}
div#impression
{
  border: 1px solid #000;
  padding: 5px 20px 20px 20px;
  margin: 10px;
}
/* Intranet -----------------------------------------------------------------------------------*/
.tabIntranet
{
  border-spacing: 0;
  border-collapse: collapse;
  border-width: 0;
  border-style: hidden;
  margin: 10px auto;
  width: 480px;
}
.tabIntranet td, .tabIntranet th
{
  height: auto;
  padding: 4px;
  margin: 0;
  font-size: 12px;
  border-top: 1px solid #e7e7da;
}
.tabIntranet th
{
  background-color: #e7e7da;
  border-style: hidden;
  border-width: 0;
  color: #996;
  text-align: center;
}
.tabIntranet td a, .ajout a
{
  font-weight: normal;
  text-decoration: none;
}
.tabIntranet td.centre
{
  text-align: center;
}
.ajout
{
  float: right;
  font-size: 12px;
  clear: right;
  margin-bottom: 5px;
}
.bouton
{
  background-color: #e7e7da;
  border: 1px solid #996;
  font-weight: bold;
  width: auto;
  cursor: hand;
}
.suivant
{
  float: right;
  display: inline;
}
.precedent a, .suivant a
{
  text-decoration: none;
  font-size: 10px;
}
.stats
{
  font-size: 10px;
  display: inline;
}
.bouton, .boutonRouge, .boutonVert
{
  width: auto;
  font-weight: bold;
  cursor: pointer;
}
.boutonRouge
{
  background-color: #b00;
  color: #fff;
  float: left;
}
.boutonVert
{
  background-color: #0b0;
  color: #fff;
  float: right;
}
