/* ================= MISE EN PAGE =================== */

body{
background-color:#680a1b;
margin:0;
text-align:center;}

div#banniere{ /* définition du style de la division dont l'id est banniere */  
margin-left:auto;
margin-right:auto;
width:900px;
height:155px;
background-image:url("images/ban1.jpg");
background-repeat:no-repeat;
background-position:top left;
background-attachement:fixed;}

div#menu{
margin-left:auto;
margin-right:auto;
width:900px;
height:40px;}

iframe{
border:none;}

div#copyright{
background-color:#680a1b;
border:no;
width:900px;
margin-left:auto;
margin-right:auto;
font-family:verdana;
font-size:0.6em;
color:#fa7000;}

div#texte{
background-image:url("images/fond1.jpg");
/*background-repeat: no-repeat; commande qui fait bugger sur IE */
background-color:#7F1616;
margin-left:auto;
margin-right:auto;
margin-top:0px;
width:899px;
height:699px;
overflow:auto;
border:solid 2px black;
text-align:left;/* On rétablit l'alignement normal du texte */}

div#album{
background-image:url("images/fond2.jpg");
/*background-repeat: no-repeat; commande qui fait bugger IE */
background-color:#ffffff;
margin-left:auto;
margin-right:auto;
margin-top:0px;
width:839px;
height:639px;
overflow:auto;
padding:30px;
border:solid 2px black;
text-align:left;/* On rétablit l'alignement normal du texte */
color:white;}

/* ========================== TEXTES PAGES DE BASE================== */

.intro{  /* Style des paragraphes d'intro */
font-family:"Georgia", Verdana, Arial, Serif;
font-size:1em;
text-indent:5px;
text-align:center;}

h2{
color:black;
font-family:"Sylfaen",Papyrus,Comic Sans MS,Georgia,Verdana,Arial,Serif;
text-decoration:underline;
font-size:1.4em;
text-align:left;
text-indent:10px;}

p{
font-family:"Georgia", Verdana, Arial, Serif;
color:black;
font-size:1em;
text-align:justify;
padding:5px;
margin:5px;
text-indent:20px;}

a, a:visited{
text-decoration:none;/* Les liens ne seront plus soulignés */
color:black;}

a:hover{font-style:italic;}

a img{border: none;}/* Pas de bordure pour les images dans un lien*/

blockquote{
font-family:"Sylfaen",Vivaldi, Georgia, Verdana, Arial, Serif;
font-style:italic;
font-size:1.3em;
/*font-weight: bold;*/
color : #fac64e;
text-align:center;}

.contact{font-style:italic;}

.discret{font-size: 0.8em;}

.centre{text-align:center;}
.gauche{float:left;margin:5px;}/* pour les images */
.droite{float:right;margin:5px;}/* pour les images */

/* ===================== TABLEAUX ========================== */

table p, table, img{
margin:0 auto;
text-align:center;}

.affiche{ /* tableau style affiche cf. annonce chatons dispos */
margin-left:auto;
margin-right:auto;
text-align:center;
border:solid 3px green;
background-color:#dcf3b1;
color:green;}

/* ===================== PAGE CHATS ========================= */

.nomduchat{
color:black;
font-family:"Papyrus",Vivaldi,Comic Sans MS,Georgia,Verdana,Arial,Serif;
font-size:3em;
text-align:center;}

.expo { /* style des tableaux expo */
border:double #068698;
width:90%;
padding:5px;
font-family: Arial,Georgia,Verdana,Serif;
font-size:0.9em;
background-color:#e7dbf5;
text-align:center;}

.pedigree {
width:100%;
margin-left:auto;
margin-right:auto;
padding:5px;
text-align:center;
border:none;}

/* ===================== PAGE PHOTOS ========================= */

fieldset{
margin-bottom: 15px; /* Une marge pour séparer les fieldset */
margin-left:auto;
margin-right:auto;
width: 90%;}

legend{
font-family: "Papyrus",Vivaldi,Comic Sans MS,Georgia,Verdana,Arial,Serif;
color: #fac64e;
font-size:1.1em;
font-weight: bold;}

/* ===================== PAGE HISTOIRE BENGAL =============== */

h2.histoiretitre {
color:#fabb00;
font-family:"Papyrus",Vivaldi,Comic Sans MS,Georgia,Verdana,Arial,Serif;
font-size:1.5em;
text-align:left;
text-indent:10px;}

.histoirerecit { /* style des paragraphes */
color:#d9f4c6;
font-family:"Courier New", Courier, Mono, Arial, Serif;  font-size:0.9em;
text-align:justify;
padding:10px;
margin:5px;
text-indent: 20px;}

.important{ /* en gras et en jaune */
color:#fabb00;
font-weight: bold;}

/* ===================== PAGE ALBUM =============== */

.album{
margin-right:auto;
margin-left:auto;
border:none;
width:95%;
font-family:"Comic Sans MS", Times, serif;
text-align:center;
color:#e1f4c6;
font-size:1em;}

h2.album{
font-family:"Papyrus",Vivaldi,Comic Sans MS,Georgia,Verdana,Arial,Serif;
color:white;
text-align:center;
font-size:1.5em;
text-decoration:none;}

.album a{
text-decoration:none;
font-family:"Times New Roman", Times, serif;
color:#e1f4c6;
font-size:1.1em;}

.album a:hover{
text-decoration:none;
font-weight:bold;}

.album img{border:solid 1px black;}

/* ===================== PAGES LIENS, CONTACT ========================= */

textarea {font-family: "Times New Roman", Times, serif; }

.liens {
font-size:0.9em;
color:#f5d781;}

h2.liens {
font-size:1.5em;
color:#3a220a;}

ul{
list-style-type:none;
color:black;
font-size:1em;	}

/* ===================== PAGE INFOS ========================= */

.infos {
margin-left:auto;
margin-right:auto;
background-repeat: no-repeat;
width:622px;
border:0;
padding:10px;
font-style:Arial;
text-align:center;
font-size:1em;
color:black;}

.infos a:hover{text-decoration:none;font-style:italic;}