body {
color: #0066FF;
background-color: #0066FF;
margin: 0px 0px;
}


a.lien:hover {
color: #333;
font-weight: bold;
text-decoration: none;
font-weight: bold;
}

a.lienBas:hover {
color: #000;
}

a.lienBas {
color: #fff;
}

a.lien:hover {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
}

a.lien {
text-decoration: none
}

a.menug    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #E1EDFF;
  color:            0066FF;
  } 

a.menug:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #257FEF;
  color:            #fff;
  } 

a.news    {
  /* Applies to all unvisited links */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #BAD7F2;
  color:            0066FF;
  } 

a.news:hover   {
  /* Applies to links under the pointer */
  text-decoration:  none;
  font-weight:      bold;
  background-color: #257FEF;
  color:            #fff;
  size: 20;
  } 


.bouton {
background-color: #E5EFFD;
border: 1px solid #888;
padding: 0px;
height: 20px;
}

.textArea {
background-color: #E5EFFD;
border: 1px solid #888;
padding: 0px;
}

.bouton:hover {
background-color:#0000FF;
}


div.ordinateur {
float: left;
background: url('images/ordi.png');
background-repeat: no-repeat;
text-align: center;
font-weight: bold;
width: 75px;
padding-top: 70px; 
margin: 0px 20px;
}


li {
font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
font-size: 9pt;
color: black;
display : list-item;
position : 0px;
list-style-position: outside;
list-style-type: katakana;
} 