<style type="text/css">  
.mainDiv
{
  width:160px;
}
.topItem
{
  width:160px;
  height:22px;
  cursor:pointer;
  background: #467BF2;
  text-decoration: none;
  color: white; 
  font-weight:bold;
  font-family:"GOTHIC";
 
}


.dropMenu
{
  background:#D9D9D9;
  border-top:1px solid #467BF2;
  border-left:1px solid #92B1F8;
  border-right:1px solid #92B1F8;
  border-bottom:1px solid #92B1F8;
}

.subMenu
{
   display:none;
}
.subItem
{
   padding-left:5px;
   cursor:pointer;
   font-weight:bold;
   text-decoration:none;
   color:black;
}

.subItem a
{
   text-decoration:none;
   color:black;
}

.subItemOver
{
   cursor:pointer;
   color:RED;
   text-decoration:underline;
   font-weight:bold;
   padding-left:5px;
}

.subItemOver  a
{
   color:RED;
}


.drop
{
   border-left:1px solid black;
   border-right:1px solid black;	
}

/*ici cela empêche d'avoir un encadrement autour d'une image qui fait lien*/
.img src /* Toutes les images contenues dans un lien */
{
   border: none; /* Pas de bordure */
width:150; 
height:118; 
align:bottom;
}


table {
align:center;
margin:auto;
}
body {
background-image: url("http://www.perlaisie.com/commun/fond.gif");
background-attachment: fixed; /* Le fond restera fixe */
}
th {
font-family:monospace;
color:blue;
font-size:20pt;
border:1px solid blue;
padding:2px;
background-image: url("commun/fond2.gif");
}
tr{
border-width:1px; 
border-style:solid; 
border-color:blue;
}

td {
font-family:sans-serif;
font-size:70%;
padding:5px;
text-align:center;
vertical-align:bottom;
align:center;
/* VERIFIER SI TOUTES LES TD SONT à 22%            width:22%         */
}
/* Pour l'encadrement extérieur du grand tableau*/
.GrandEncadrement {
/*margin:auto;*/
width:95%;
border-width:5px; 
border-style:solid; 
border-color:blue;
}
/*Pour l'encadrement de chaque petit tableau par article à l'intérieur du grand tableau*/
.PetitEncadrement {
border-width:2px; 
border-style:solid; 
border-color:blue;
vertical-valign:bottom;
align:center;
width:22%
}
/* alignement de la td pour la fiche produit*/
.fiche{
width=100%;
vertical-valign:top;
}
/*

.changercouleur
{
propriétés communes
}
#bleu
{
background-color: black;
}
#vert
{
background-color:green;
}

*/
</style>

