body { 
background: #447eea; font-family: verdana;
}
  
img { border-width: 0 }
  
.cl1 {
	background-attachment: fixed;
      background-position: center center;
      background-repeat: repeat;
	background-image: url(f1.jpg);
}

  a:link {
	color: yellow;
	text-decoration: none;
      }
  a:visited { color: yellow; 
	text-decoration: none;
}
  a:active { color: yellow; 
	text-decoration: none;
}
  a:hover { color: blue; font-size: 25; 
	text-decoration: none;
}

.un {
    color: #ea0006;
    font-size: 36;
}
.deux {
    color: #ff8135;
    font-size: 33;
}
.trois {
    color: #ffa02d;
    font-size: 30;
}
.quatre {
    color: #ffc924;
    font-size: 27;
}
.cinq {
    color: #FFD528;
    font-size: 24;
}
.six {
    color: #ea0006;
    font-size: 25;
}
.sept {
    color: #0000ff;
    font-size: 16;
}
.huit {
    color: #ea0006;
    font-size: 18;
}
.neuf {
    color: #ffc924;
    font-size: 18;
}


tr {
    text-align: center;
}

h1 {
    text-align: center;
    color: white;
    font-size: 12;
}
p {
    text-align: center;
}


td {
  text-align: center;
}

.centre {
  text-align: center;
}


td.200 {
    line-height: 200px;
}

td.50 {
 width: 50%;
}

td.25 {
 width: 25%;
}

table {
 width: 100%;
}




