/* CSS Document */

/* fine bordure grise claire droite & gauche */
.border1 
{ 
  border-left-style:solid; 
  border-left-color:#CCCCCC; 
  border-left-width:1px; 
  border-right-style:solid; 
  border-right-color:#CCCCCC; 
  border-right-width:1px;
}
/* fine bordure grise bottom */
.border2 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#666666; 
  border-bottom-width:1px;
}
/* bordure bleue-grise bottom */
.border3 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#A9A8EA; 
  border-bottom-width:1px;
}
/* bordure rouge bottom */
.border4 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#040198; 
  border-bottom-width:1px;
}    
/* fine bordure grise bottom */
.border5 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#333333; 
  border-bottom-width:1px;
}    
/* fine bordure bleue claire bottom */
.border6 
{ 
  border-bottom-style:solid; 
  border-bottom-color:#666666; 
  border-bottom-width:1px;
}
/* fine bordure noire droite */
.border7 
{ 
  border-right-style:solid; 
  border-right-color:#000000; 
  border-right-width:1px;
}
/* fine bordure grise tout autour */
.border8 
{ 
  border-style:solid; 
  border-color:#666666; 
  border-width:1px;
}
/* bordure grise tout autour */
.border9 
{ 
  border-style:solid; 
  border-color:#AA0000; 
  border-width:1px;
}             