/* CSS Document */

/*GENERAL
----------------------------------------------- */

body {
  background: #FFFFFF;
  font: bold 65%/1.2em Verdana, Arial, Helvetica, sans-serif;
  margin: auto;
  color:#333333;
}
a:link {
  color: #333333;
  font-weight: bold;
  text-decoration:none;
  }
a:visited {
  color: #333333;
  font-weight: bold;
  text-decoration:none;
  }
a:hover {
  color: #AAAAAA;
  font-weight: bold;
  text-decoration:none;
  }


/*BLOCS
----------------------------------------------- */

  
#blocsite {
  width: 400px;
  height: auto;
  margin: auto;
  }
  
#lienFLASH {
  width: 200px;
  height: auto;
  margin: auto;
  float: left;
  }
  
#lienHTML {
  width: 200px;
  height: auto;
  margin: auto;
  float: right;
  text-align: right;
  }


/*IMAGES
----------------------------------------------- */


#flecheimg {
  background: url(../images/fleche_neutre.gif) no-repeat 0 0;
  width: 8px;
  height: 8px;
}


/*TEXTES
----------------------------------------------- */

.italique {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #333333;
}
.normal {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	line-height: 12pt;
	color: #333333;
}
.titre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	line-height: 12pt;
	color: #333333;
}


