body, td, tr, table, p, ul, li, h1, h2, h3, h4, h5, h6, a, div.Menu,
div.Foot, div.Header, div.Content {
  font-family:  Verdana, Arial, Tahoma, 'Myriad Web', Syntax, sans-serif;
}  

body, td, tr, table, p, div.Content {

  color: white;
  z-index: 0
}

body { 
  text-align: center; 
  background-image: url(widgets/butterflies.jpg); 
  z-index: 1
}

p, td, tr, table { 
  text-align: justify;
}

ul { 
  text-indent: 0em; 
}

li { 
  margin-top:5px;
}

em	{	
  font-style:	italic;
}	

strong	{
  font-weight:	bold;
}

h1 {
  text-align:center;
}

hr	{
  color:	#369;
}	

a {
  /* color:#F99; */
  color:#000;
  text-decoration:none;
  font-weight:600;
  font-size: 10pt;
  /* font-weight:600; */
}
		
a:link	{	
  /* color:		#ff0; */
  color:#ffffff;
}	

a:visited	{	
  color:		#6cf;
}	

a:hover	{	
  color:	#fc0;
  background:	#514fa0; 
  /* background:	#ffffff; */
}	

p.centre {
  text-align:center;
  text-indent: 0em;
}

p.droite {
  text-align:right;
  text-indent: 0em;
}

p.gauche {
  text-indent: 0em;
  text-align:left;
}

p.noInd { 
  text-indent: 0em;
}

img.gauche {
  float: left;
}

img.droite {
  float: right;
}
		
div.Menu {
  position: relative;
  margin-top: 3em;
  margin-left: 2em; 
  /* margin-left: 65px; */
  width: 8.2em;
  float: left;
  padding: 0.2em 0.2em 0.2em 0.2em;
/*  background-color:#f56b9f; */
/*  border:1px solid white; */
  text-indent: 0em;
  text-align: left;
}

div.Content {
  position: relative;
  margin-right:auto;
  margin-top: 2em;
  margin-left: 16em;
  margin-right: 1em;
  text-align: left;
  padding-bottom: 0.5em;
  z-index: 5;
}

/*
div.Header {
  position: relative;
  margin-left: 1em;
  margin-right: 1em;	
  padding:5px;
  background: #2d3168;
  text-indent: 1.0em;
  border:2px solid #4a72b4;
  border-radius: 20px 20px;
  font-size: 24px;
  font-weight: bold;
}
*/


div.Header {
  position: relative;
  background-image:url("widgets/title.gif");
  background-repeat:no-repeat;
  background-position: center;
  height:160px;
}



div.Foot {
  position: relative;
  padding: 0.4em 0.4em 0.4em 0.4em;
  text-align: center;
  text-indent: 0em;
  margin-top: 2em;
  margin-left: 18em;
  margin-right: 15em;	
  /* background: #FFFF33; */
  background: #0066FF;
  border:2px solid #4a72b4;
  border-radius: 20px 20px;
  font-size:11px;
  /* color:#4a72b4; */
  color:#000000;
  clear: both;
}

div.FloatG {
  padding:5px;
  float: left;
  text-align: center;
  font-style:	italic;
  z-index: 10;
}

