/* CSS Document */

/*GENERAL
----------------------------------------------- */

body {
  background: #AAAAAA;
  font: bold 65%/1.2em Verdana, Arial, Helvetica, sans-serif;
  font-color: #FFFFFF;
}
a:link {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:none;
  }
a:visited {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:none;
  }
a:hover {
  color: #FFFFFF;
  font-weight: bold;
  text-decoration:underline;
  }
  
  
/*BLOCS
----------------------------------------------- */

  
#menu {
  float: left;
  width: 20%;
  height: auto;
  margin-top: 55px;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  }
  
#texte {
  float: left;
  width: 60%;
  height: auto;
  margin-top: 15px;
  margin-right: 20px;
  }


/*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;
}
  
  
/*IMAGES
----------------------------------------------- */

#logoimg {
  background: url(../images/logo_inook.gif) no-repeat 0 0;
  width: 147px;
  height: 39px;
  }
  
  
/*LIENS
----------------------------------------------- */  
li {
	text-indent: 0px;
	list-style-image: url(../images/fleche_neutre.gif);
}

.open {
	text-indent: 0px;
	list-style-image: url(../images/fleche_open.gif);
	color: #FFFFFF;
}

.current {
	text-indent: 0px;
	list-style-image: url(../images/fleche_actual.gif);
	color: #555555;
}
  

