body
{
   width: 760px;
   margin: auto;
   margin-top: 20px;
   margin-bottom: 20px;    
   background-color: 'black';
}

#banner{
   width:  1353px;
   height: 164px;
   background-image: url("logo/entete.gif");
   background-repeat: no-repeat;
   margin-bottom: 10px;
   }

#menu
{
    float: left;
    width: 120px;
	background-image: url("logo/degrade.png");
	background-repeat: repeat-y;
	height:75%;
	}
	
#corp{
left:15%;
top:25%;
width:85%;
height:75%;
}
	
h1{
color:#f81616;
}

p.titre{
color:"red";
font-size: 18px;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;

}

p{
color:"yellow";
font-size: 18px;
font-family: "Comic Sans MS", "Trebuchet MS", Georgia, serif;


}

a:focus /* Quand le visiteur sélectionne le lien */
{
  background-color: #FFCC66;}
a:hover /* Quand le visiteur pointe sur le lien */
{
   text-decoration: underline;
   color: green;
}
a /* Lien normal */
{
   text-decoration: none;
   color: yellow;
   font-style: italic;
}

td{
color:white;
}

label{
color:#ffff00;
}

h2{
color:#ffff00;
}

h3{
color:#ffff00;
}

h3.important{
color:#ff0000;
}

li{
color:yellow;
}

b{
color:red;
}
