p
{
   text-align: center;
   font-size: 90%;
}
h1
{
   text-align: center;
}
h2
{
   text-align: center;
}
h3
{
   text-align: center;
}
h4
{
   text-align: center;
   text-transform: uppercase;
   font-weight: bold;
   color: blue;
}
.cligno
{
   text-decoration: blink;
   color: red;
}
#sprout
{
	word-spacing: 30px;
	margin-bottom: 50px;
}
a
{
   text-decoration: none;
   color: red;
   font-weight: bold;
}
a:hover, a:focus
{
   text-decoration: underline;
   color: green;
}
a img
{
   border: none;
}
#pied_de_page
{
   font-size: 70%;
   text-align: center;
   color: blue;
}
#gauche
{
   float:left;
   left: 60px;
   top: 110px;
   position:absolute;
   border-style: solid;
   border-color: black;
   border-width: 1px;
}
#droite1
{
   float:right;
   right: 80px;
   top: 30px;
   position:absolute;
   border-style: solid;
   border-color: black;
   border-width: 1px;
}
#droite2
{
   float:right;
   right: 30px;
   top: 220px;
   position:absolute;
   border-style: solid;
   border-color: black;
   border-width: 1px;
}