/* CSS Document McGuigans.css = Feuille de style du site www.McGuigans.fr */

/* Le texte standard */

body
{
  /*font-family:        "Comic Sans MS",Serif;*/ 
  background-color:   rgb(39,45,45);
  color:              white;
  padding-bottom:     20px;
  font-size:          1.1em;
  text-align:         justify; 
}


#Entete
{
/*  border: 1px  solid rgb(214,196,142);*/
  height:              95px;
  background-image:    url("images/bann.jpg");
  background-repeat:   no-repeat;
  background-position: center;
  margin-bottom:       5px;   

}


#Menu
{
  float:    left;
  width:    150px;
  padding:  5px;
  font-size:  1em;
}

#Menu h2
{
  font-size: 1em;
}

#Menu p
{
  font-size: 1em;
}



#Page
{
  margin-left:  210px;
  width:     :  400px;
}





/*#Corps p:first-letter
{
  font-weight:  bold;
  font-size:    1.5em;
  color:        rgb(214,196,142);
  float:        Left;     
  margin-right: 5px;
}*/


/* Les titres */


h1
{
  border-bottom: 3px solid rgb(214,196,142);
}



h2
{
  border-bottom: 3px solid green;
}


li
{
  margin-bottom: 15px;
}


/* Les liens */ 




a
{
  color:              rgb(214,196,142);
}

a:hover
{
  background-color:   rgb(214,196,142);
  color:              black;
}


a:active, a:focus
{
  background-color:   green;
  color:              red;
}

.commandes
{
  color: lightblue;
  font-size: 0.9em;
}

.annotations
{
  color: khaki;
  font-size: 0.8em;
}

.DiscussionDevise
{
  color: violet;
  font-size: 0.8em;
}



/* Pour faire "flotter" les images */ 


.clearfloat
{
  clear:both;
}

.flottant
{
  float:right;
  margin-left:    15px;
  margin-bottom:  10px;
}

.albumphotoflottedroite
{
  float:right;
  margin-left:    15px;
  margin-bottom:  10px;
  width:          250px;
}

.albumphotoflottegauche
{
  float:left;
  margin-right:    15px;
  margin-bottom:  10px;
  width:          250px;
}




.flotdroite
{
  float:right;
}

.flotgauche
{
  float:left;
}


.iportraitflottant
{
  float:right;
  margin-left:    15px;
  margin-bottom:  10px;
  width:          200px;
}

.ipaysageflottant
{
  float:right;
  margin-left:    15px;
  margin-bottom:  10px;
  width:          300px;
}



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




th /* Les cellules d'en-tête */
{
   background-color: #006600;
   color: white;
   font-size: 1.1em;
  /* font-family: Arial, "Arial Black", Times, "Times New Roman", serif;
  */
}

td /* Les cellules normales */
{
   border: 1px solid black;
  /* font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
*/   text-align: justify; /* Tous les textes des cellules seront centrés*/
   padding: 5px; /* Petite marge intérieure aux cellules pour éviter que le texte touche les bordures */
   vertical-align: top;
}

