/* D Apres Pascale Lambert-Charreteur */
/*styles communs NS4.x et autres*/

html  {margin:0}
body {
margin: 2px 2px 2px 2px;
font-family: georgia,arial;
color:green;
background-color:black;
font-size:100%;
background-image:url('./background.jpg'); 
text-align: center; /* for IE */
}
div#wrap2 
{
/*  background-color:black;   /*for IE */
/*  width:1080px; */
  padding:50;
  border: 0px solid #CCCCCC;
  margin:0 auto;
}
div#headsection
{
  background-color:black;   
/*  width: 1080px; */
  padding: 4;
  border:0px solid #CCCCCC;
  margin:0 auto;
}
div#mainsection
{
  background-color:black;   
  padding: 4;
/*  width:1080px; */
  border:0px solid #CCCCCC;
  text-align:left; 
}

h1 
{
font-family:garamond, serif;
color:green:;
font-size:160%;
text-align: center ;
}

h2 {
font-family:garamond, serif;
font-style:italic;
color:#ff8000;
font-size:150%;
}
h2 a {
color:#72993b;
}
h2 a:hover{
border-top-color:#ff8000;
border-bottom-color:#ff8000;
}

h3 {
font-family:"trebuchet ms", verdana, arial, geneva, sans-serif;
color:green;
font-size:120%;
letter-spacing:3px;
}

h4 {
font-family:"trebuchet ms", verdana, arial, geneva, sans-serif;
color:green;
font-size:100%;
letter-spacing:2px;
}

table {
width:90%;
border:0px solid white;
border-collapse:collapse;
margin:auto;
padding:10 px;
}

tr, th, td {
border:0px solid yellow;
padding:5px;
vertical-align:top;
color:#ff8000;
}


p { color:green; }
li { color:yellow; }

code, pre {
font-family:"courier new", monospace;
font-size:90%;
color:yellow;
}
img       { border:0px solid red; }
img.border-good       { border:4px solid green; }
img.border-minor      { border:4px solid yellow;}
img.border-bad        { border:4px solid red;   }
img.border-nan        { border:4px dashed orange;}

abbr {
cursor:help;
border-bottom:1px dotted #c0c0c0 /*pour IE*/
}

/*citations*/
q {
font-family:"times new roman",serif;
font-style:italic;
}
blockquote, blockquote p, blockquote li {
font-family:"times new roman",serif;
font-style:italic;
padding:2px 10px 2px 10px;
font-size:70%;
}

.anomalie { 
color:red;
}
.anomalie2 { 
color:orange;
}
.noanomalie { 
color:green;
}

/*liens*/
a {
color:white;
text-decoration:none;
}
a:visited {
text-decoration:none;
}
