h4
{color: white;
text-align: center;
font-family: verdana;
text-decoration: underline;
font-size: 19px;
}
a
{color: yellow;
font-size: 16px;
font-family: verdana;
}
p
{color: blue;
font-size: 15px;
font-family: showcard gothic;
}

h2
{color: blue;
font-size: 25px;
text-align: center; 
font-family: "arial black";
text-decoration: blink;
}

#cadre_centre2
{ background-color: yellow;
   border: 3px solid green;
   width: 600px;
   height: 250px;
   
   position: fixed;
   left: 250px;
   top: 500px;

}

#cadre_haut
{float: top; 
 min-width: 626px; 
 padding: 12px;  
 height: 125px ;
  border:solid 5px blue; 
 background: black;
 border-style: outset;
}



#cadre_gauche
{float: left; 
 width: 158px;
 height: 500px;
  margin-left:10px;/
 border:solid 3px red; 
 background: green;
 }
 #cadre_centre
{float: center;
 width: 750px; 
 padding: 50px;  
 border:solid 3px green; 
 position: absolute;
 left: 180px;
 top: 177px;
 right: 177px;
 background: orange;
}

body
{background: red;
}