/* Design01.css pour lacaveastephane.free.fr et pour l'intro*/


/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.fond
{
 background-image: url("./img/fond.jpg");
 background-repeat: no-repeat; 
 background-color: black;
 background-position: center;
 background-attachment: fixed;
 
 /*
 style="color: rgb(0, 0, 0); background-color: rgb(0, 0, 0);" alink="#000099" link="#000099" vlink="#990099"
*/
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.annonce
{
   color: rgb(51, 255, 51);
   font-size: xx-large;
   text-align: center;
   font-weight: bold;
   font-family: "courier new", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/
.important
{
   color: rgb(238, 130, 238);
   font-size: x-large;
   text-align: center;
   font-weight: bold;
   font-family: Impact, Helvetica, "Courier new", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   text-decoration: blink;
  
}

/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/



.liendebut
{
   color: rgb(255, 142, 35);
   font-size: xx-large;
   text-align: center;
   font-weight: bold;
   font-family: Impact, Helvetica, "Courier new", "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   
}


/*-----------------------------------------------------------------------------------------------------------------------------------------------------*/


.texte
{
   color: #00bfff;
   font-size: medium;
   text-align: center;
   font-weight: bold;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   
}

.texto
{
   color: #ff8c00;
   font-size: large;
   text-align: center;
   font-weight: bold;
   font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;
   
}


caption /* Titre du tableau */
{
   margin: auto; /* Centre le titre du tableau */
   font-family: Arial, Times, "Times New Roman", serif;
   font-weight: bold;
   font-size: large;
   color: #00bfff;  /* #32ac10*/
   /*background-color: #cc55ff; /*#ff8c00;*/ */
   margin-bottom: 20px; /* Pour éviter que le titre ne soit trop collé au tableau en-dessous */
   padding: 2px;
}

table /* Le tableau en lui-même */
{
   margin: auto; /* Centre le tableau */
   width:80%;
   border: 2px outset white; /*outset green;*/ /* Bordure du tableau avec effet 3D (outset) */
   /*border-collapse: collapse;*/ /* Colle les bordures entre elles */
   color: blue;
}

th /* Les cellules d'en-tête */
{
   border: 2px outset white;
   background-color: black; /*#a9a9a9;*/
   color: rgb(51, 255, 51);
   font-size: large;
   font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
}

td /* Les cellules normales */
{
   border: 1px outset white;
   background-color: #656565/*#a9a9a9*/;
   font-size: medium;
   font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
   text-align: center; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   color: #00bfff;
}


