@charset "ISO-8859-1";

body {
color:black;
background-color:white;
background-image:url(pattern-2.png);
}

#entete 
{ 
background-image: url(HeaderCR.jpg); 
width: 888px; 
height: 175px; 
background-repeat: no-repeat;
background-color:white;
background-position: center;  
} 

#tablePrincipale
{
  text-align: left; 
  width: 888px; 
  height: 700px; 
  margin-left: auto; 
  margin-right: auto;
  border: 2px;
  border-spacing: 0px; 
}

#td1
{
  padding: 0px; 
  vertical-align: top;
  border: none;
  border-spacing: 2px;  
  background-color: rgb(153, 153, 153);
}

#liens
{
  text-align: left; 
  width: 888px; 
  height: 32px; 
  background-color: rgb(85, 107, 47);
  border: none;   
}

#tableCentrale
{
  width: 888px; 
  height: 511px; 
  margin-left: auto; 
  margin-right: auto;
  border: none;
  border-spacing: 0px;
  padding: 5px;
  border-spacing: 5px; 
}

a:link {
 text-decoration: none; 
 color: black; 
 background-color: 
inherit;
}

a:visited {
 text-decoration: none; 
 color: black; 
 background-color: 
inherit;
}

a:hover {
 text-decoration: underline; 
 background-color: inherit;	
 color: orange;
}

a:active {
 text-decoration: underline; 
 color: red; 
 background-color: inherit;
}

p1 {
 font-family: Arial,sans-serif;
 font-style: italic;"
 color: black; 
} 

p2 {
 font-family: Courrier;
 font-style: italic;"
 color: black;
 font-style: italic;
 font-weight: bold;
} 


