/* Par ordre alphabétique */


a.class1:link  {color: red;}
a.class1:visited {color: red;}
a.class1:hover {color: red;}
a.class1:active {color: red;}

a.class2:link  {color: white;}
a.class2:visited {color: white;}
a.class2:hover {color: white;}
a.class2:active {color: white;}

a:link {color:##FF8000;}
a.mail:link {color:#FF8000}
a:visited {color:#CC0000}

body {color:#000000;
      background-color:#CCCCCC;
     }

.pleinePage {
  margin-left:auto;
  margin-right:auto;
  width:650px;
}

.droite  {
  margin-left:auto;
  margin-right:0;
  width:300px;
}

.basGauche  {
  position: absolute;
  margin-left:10px;
  margin-right:auto;
  width:450px;
  bottom: 10px;
}
