/* CSS Document */

/* fine bordure grise claire droite & gauche */
.border1 
{ 
  border-style:solid; 
  border-color:#CCCCCC; 
  border-width:1px; 
}
/* fine bordure grise bottom */
.border2 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#666666; 
  border-bottom-width:1px;
}
/* fine bordure bleue terne bottom */
.border3 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#6666FF; 
  border-bottom-width:1px;
}
/* bordure rouge bottom */
.border4 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#CC0000; 
  border-bottom-width:2px;
}    
/* bordure bleue tout autour */
.border5 
{ 
  border-style:solid; 
  border-color:#000099; 
  border-width:2px;
}    
/* fine bordure bleue claire bottom */
.border6 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#666666; 
  border-bottom-width:1px;
}
/* fine bordure grise claire tout autour */
.border7 
{ 
  border-style:solid; 
  border-color:#999999; 
  border-width:1px;
}    

/* fine bordure grise tout autour */
.border8 
{ 
  border-style:solid; 
  border-color:#666666; 
  border-width:1px;
} 

/* fine bordure grise claire bottom */
.border9 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#999999; 
  border-bottom-width:1px;
}
    
/* fine bordure grise claire bottom et up */
.border10 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#999999; 
  border-bottom-width:1px;
  border-top-style:solid; 
  border-top-color:#999999; 
  border-top-width:1px;
} 
/* bordure magenta tout autour */
.border11
{ 
  border-style:solid; 
  border-color:#990000; 
  border-width:2px;
}
/* bordure grise claire tout autour */
.border12
{ 
  border-style:solid; 
  border-color:#999999; 
  border-width:1px;
}
/* bordure grise foncée droite */
.border13
{ 
  border-right-style:solid; 
  border-right-color:#333333; 
  border-right-width:1px;
}         
