/* CSS Document */

/* fine bordure continue grise droite & gauche */
.border1 
{ 
  border-left-style:solid; 
  border-left-color:#999999; 
  border-left-width:1px; 
  border-right-style:solid; 
  border-right-color:#999999; 
  border-right-width:1px;
  border-top-style:solid; 
  border-top-color:#999999; 
  border-top-width:1px;
  border-bottom-style:solid; 
  border-bottom-color:#999999; 
  border-bottom-width:1px;
} 
/* fine bordure rouge bas */
.border2 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#990000; 
  border-bottom-width:1px;
} 
/* fine bordure bleue bas */
.border3 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#000066; 
  border-bottom-width:1px;
} 
/* fine bordure verte bas */
.border4 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#006600; 
  border-bottom-width:1px;
} 
/* fine bordure magenta bas */
.border5 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#990066; 
  border-bottom-width:1px;
}
/* fine bordure violette bas */
.border6 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#6633CC; 
  border-bottom-width:1px;
}
/* fine bordure noire bas et haut */
.border7 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#000000; 
  border-bottom-width:1px;
  border-top-style:solid; 
  border-top-color:#000000; 
  border-top-width:1px;
}
/* fine bordure bleue claire gauche et droite */
.border8 
{ 
  border-left-style:solid; 
  border-left-color:#7D7DFF; 
  border-left-width:1px;
  border-right-style:solid; 
  border-right-color:#7D7DFF; 
  border-right-width:1px;
}
/* fine bordure magenta gauche et droite */
.border9 
{ 
  border-left-style:solid; 
  border-left-color:#990000; 
  border-left-width:1px;
  border-right-style:solid; 
  border-right-color:#990000; 
  border-right-width:1px;
}
/* fine bordure grise tout autour */
.border10
{ 
  border-style:solid; 
  border-color:#666666; 
  border-width:1px;
}
/* fine bordure grise bas */
.border11
{ 
  border-bottom-style:solid; 
  border-bottom-color:#666666; 
  border-bottom-width:1px;
}            
