/*feuille de style pour la cathédrale*/

* {padding:0; margin:0;}


body {
color:#000;                    /*couleur de la police*/
font-family: Arial, Verdana; /*trouver une fonte pour conqueror*/
font-weight:normal;
background-color:#fff;
margin: 0 0 5px 80px;
}

/*================================================================================================
  1. Zones DIV
  ==============================================================================================*/

#wrapper {
color:#000;

        /*largeur de la zone de contenu*/
margin-top:0;
margin-right:auto;  /*marge de droite automatique*/
margin-bottom:0;
margin-left:0;   

}


#bandeau {
position:relative;
background-image:url(images_cathe/bandeau2.gif);
background-repeat:no-repeat;
height:120px;
width: 900px;       
padding-top:0;
padding-right:0;
padding-bottom:0;
padding-left:0;
border-bottom:1px solid #fffaf0;
}


/*TEXTE DU BANDEAU*/
#Titre {
z-index:100;
padding-top:50px;
padding-left:295px;
}


/*ZONE DE NAVIGATION*/
#zone_de_navigation {
/*background-color: #FAF6FA ; #FEAC61;*/
text-align:left;   /*aligné à gauche*/
padding: 6px 0px 6px 0;
border-left:0;
border-right:0;
}

#zone_de_navigation ul {
margin-bottom:0;      /*pas de bord inférieur*/
display:inline;
list-style-type:none;
}

#zone_de_navigation li {
list-style-type:none;
margin: 0 0 0 0;
padding:0 0 0 0;
}

#zone_de_navigation a {
padding:1px 27px 0px 15px;
}

#table {

border-left:1px solid #000;
}



/*ZONE DE TEXTE*/
#zone_de_texte {
width:950px;
-webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-top-left-radius: 10px;
-moz-border-top-right-radius: 10px;
-moz-box-shadow: 8px 8px 12px #ccc;
background-color:#E7E1D4 ;
padding-bottom: 20px;
padding-left:50px;
padding-right:40px;
margin-bottom:0;
border-bottom:1px solid #FFDAB9;
}



/*PIED DE PAGE*/
#pied_de_page {
font-size:10pt;
width:950px;
padding: 4px 0 0 50px;     
   /*marge interne supérieure, au-dessous de la bordure*/
margin-top: 12px;  /*marge externe supérieure, au-dessus de la bordure*/
margin-bottom:30px;
}



/*==================================================================================================
  2. Éléments HTML généraux
==================================================================================================*/

.titre {
font-family:"Times New Roman";
color:#0F0032;
font-size:36px;
font-weight:normal;
}

h1 {
font-family:Times New Roman;
color: #0F0032;
text-align: center;
}

h2 {
font-family:Times New Roman;
color: #0F0032;
text-align: center;
}

h3 {
font-family:Times New Roman;
color: #0F0032;
}

.p3 {
color:#FF5500;
}

p {
font-size:12pt;
text-align:justify;
color: #0F0032;
}

.pTaille {
font-size:13pt;
font-weight:bold;
}


a {text-decoration: underline; font-weight:bold;font-size:10pt;}

a:link { color: #000;}

a:visited {color: #033470;} /* 2F4F4F;*/  

a:hover, a:focus { text-decoration: none; color: #205; background-color:#FFF8DC;}   

a:active { color: #ff0000;}        /*red*/



/*hr {
margin: auto;  /*pour centrer hr dans Firefox*/
width: 45%;
border: 0;     /*sans relief dans IE, invisible pour Opera et Firefox*/
height: 1px;   /*IE, Opera et Firefox*/
color: #8b0000; /*attribut pour IE*/
background-color: #ff0001; /*rend hr visible pour Opera et Firefox*/
}*/

/*FIN*/

