body{
   background-image: url("images/cyberlight.jpg");
   background-attachment: fixed;
}
#en_tete{
width:700px;
height:120px;
background-image:url("images/cooltext22149605.gif");
background-repeat:no-repeat;
margin:auto;
margin-left:200px;
}
#corps{
margin-left:160px;
margin-right :160px;
margin-bottom:50px;
margin-top:40px;
border: 2px solid black;
background-image: url("images/ac576.jpg");
}
p{
  font-family:arial, "time new roman", serif;
  color:black;
  font-weight: bold;
  Font-size:medium;
  width:90%;
  text-align:justify;
}
h1{
  color:navy;
}
h3{
  color:fuchsia;
}
h4{
  color:green;
}
.important{
  color:red;
  width:60%;
  font-weight: bold;
  font-style : italic;
  text-decoration: underline ;
}
.question{
  color:maroon;
  font-style : italic;
}
.point{
  color:red;
  font-style : italic;
}
.close{
  font-family:"time new roman", serif;
  color :green ;
   Font-size:large;
}
.english{
  width:100%;
  font-weight: bold;
}

.commentaire
{
  font-style : italic;
  color:blue;
}
.aide{
  color:blue;
  font-weight: bold;
  font-size: 22px;
}
.ecriture{
  font-family:"book antiqua", arial, "time new roman", serif;
}
table{
margin: auto;
border: 4px outset green;
border-collapse: collapse;
}
th{
color: white;
background-color:black;
font-family: Arial, Times, "Times New Roman", serif;
font-weight: bold;
}
td{
padding: 5px;
text-align: center;
font-family: "Comic Sans MS", "Trebuchet MS", Times, "Times New Roman", serif;
border: 1px solid black;
}
.table{
color: white;
background-color:blue;
}