BODY.main {
  background: #222244 url(photos/crater_lake.jpg) no-repeat scroll center
center;
  color: #221144;
  text-align: left;
}

H2.joli {
  text-align: center;
  font: Verdana,verdana,arial,Arial,serif;
}

DIV.titre {
  font: bold 50pt Comics, Verdana, serif;
  color: #FF6644;
  text-align: center;
}


P.center {
  text-align:center;
}

P.gros {
  text-align: center;
  margin: 1ex;
  font: bold italic 30pt shotgun, Arial, serif;
}

P.box {
  text-align: center;
  background: #EDF6FF;
  border: groove blue;
  padding: 0% 1%;
  width: 500px;
}

DIV.box {
  text-align: center;
  background: #F6EDFF;
  border: groove red;
  padding: 0% 1%;
  width: 700px;
}

UL {
  text-align: left;
}

A:link    {  }
A:visited {  }
A:active  {  }


SPAN.violet	{ color : #880088 }
SPAN.indigo	{ color : #4400CC }	
SPAN.bleu	{ color : #0000FF }
SPAN.bleu-vert	{ color : #00AABB }
SPAN.vert	{ color : #00FF00 }
SPAN.olive	{ color : #88FF00 }
SPAN.jaune	{ color : #FFFF00 }
SPAN.orange	{ color : #FFAA00 }
SPAN.vermillon	{ color : #FF5500 }
SPAN.rouge	{ color : #FF0000 }
SPAN.bordeaux	{ color : #CC0044 }
SPAN.rose	{ color : #FF8888 }
SPAN.bleu-ciel	{ color : #FFFF00 }
SPAN.nature	{ color : #22AA00 }
SPAN.fuchsia	{ color : #FF00FF }
SPAN.or  	{ color : #BB8800 }
SPAN.noir	{ color : #000000 }

SPAN.vcenter { vertical-align: 50% }


