html
{
  scrollbar-face-color: #ffffff;
  scrollbar-highlight-color: #7A86A0;
  scrollbar-3dlight-color: #7A86A0;
  scrollbar-shadow-color: #7A86A0;
  scrollbar-darkshadow-color: #88aaff;
  scrollbar-track-color: lightsmoke;
  scrollbar-arrow-color: #000000;
}

textfield
{
	color:red;
}

body
{
	/*background:  "#999999";*/
	/*background:  LightSteelBlue;*/
	background:  #7A86A0;
}

input, div, fieldset, select, table
{
	font-family: Arial;
	font-size: 12px;
}

HR
{
	color: LightSteelBlue;
	width: 100%
}

.titre
{
	font-size: 14px;
	font-family: Arial;
	color: white;
	
}

.main
{

	border-top:5px solid #150077;
  border-left:0px solid #150077;
  border-right:0px solid #150077;
  font-family: Arial;
  /*background: #E0E0E0;*/
  background: whitesmoke;
}

.lower
{
	border-top:0px solid #150077;
  border-left:0px solid #150077;
  border-right:0px solid #150077;
  border-bottom:5px solid #150077;
  font-family: Arial;
  /*background: #E0E0E0;*/
  background: #FFFFFF;
}


h1
{
	font-size: 16px;
	color: #0000C0;
	font-weight: bold;
}


.tailleWindow
{
	width: 80%;
}


.cote
{
 /*background-image: url(../images/tab05.gif);*/
	background-attachment: fixed;
  background-repeat: repeat-x; 
  
  color: #ffffff;
}


.hab
{
	width: 100%;
}

.upperbox
{
	width: 100%;
  background-color: #FFFFFF;
  border-top:    0px solid windowtext;
  border-left:   0px solid windowtext;
  border-right:  0px solid windowtext;
  border-bottom:  1px solid windowtext;
  color: #0000C0;
  font-weight: bold;
}

.lowerbox
{
  background-color: ;
  border-top:    0px solid windowtext;
  border-left:   0px solid windowtext;
  border-right:  0px solid windowtext;
  border-bottom: 0px solid windowtext;
  width: 100%;
}

div:first-letter 
{
	
	font-size: 25px;
	color: "#0000C0";
}

.little
{
  font-family: verdana;
  font-size: 10px;
}

.carefull
{
	font-family: Arial;
  font-size: 10px;
  color: red;
}


.no
{
  background-color: powderblue;
  border-top:    1px solid windowtext;
  border-left:   1px solid windowtext;
  border-right:  1px solid windowtext;
  border-bottom: 1px solid windowtext;
  width: 15%;
  text-align: center;
}

.yes
{
  background-color: #ffffff;
  border-top:    1px solid windowtext;
  border-left:   1px solid windowtext;
  border-right:  1px solid windowtext;
  border-bottom: none;
  width: 15%;
  text-align: center;
}

.espace
{
  border-top:    0px solid windowtext;
  border-left:   0px solid windowtext;
  border-right:  0px solid windowtext;
  border-bottom: 1px solid windowtext;
  border-color: powderblue;
}

.info
{
	font-size: 12px;
	color: #150077;
	font-family: Arial;
}

a { text-decoration: none; }
a:link {color: #0000ff}
a:active {color: #0000ff}
/* a:visited {color: 150077}*/
a:visited {color: #0000ff}
a:hover { color: #ffffff; background-color: #5555ff; }