.affiche {
 background:#fff;
 margin:0;
 padding:20px;
 color:#000;
}
#presente {
	float:left;
	width:92.5%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left:10px;
	padding-right:10px;
	font-size:1em;
	border-left:1px solid #D6B5AD;
	border-right:1px solid #D6B5AD;
	border-bottom:1px solid #D6B5AD;
	background: #F2F2DC;
}
#photo {
	float:left;
	width:92.5%;
	margin-right: 0px;
	margin-left: 0px;
	margin-top: 0px;
	padding-left:10px;
	padding-right:10px;
	}
#onglet {
  float:left;
  width:96%;
  background: url("/images/menus/bg1.gif") repeat-x bottom;
  font-size:85%;
  line-height:normal;
  }
#onglet ul {
  margin:0;
  padding:10px 10px 0;
  list-style:none;
  }
#onglet li {
  float:left;
  background:url("/images/menus/right1.gif") no-repeat right top;
  margin:0;
  padding:0 5px 0 0;
  }
#onglet a {
	/* Pour IE Mac uniquement \*/  
	float:left;
	/**/  
  display:block;
  background:url("/images/menus/left1.gif") no-repeat left top;
  padding:5px 7px 4px 20px;
  text-decoration:none;
  font-weight:bold; 
  color:#F2EAEA;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#onglet a {float:none;}
/* End IE5-Mac hack */
#onglet a:hover {
  color:#fff;
  }
#onglet li:hover, #onglet li:hover a {
  background-image:url("/images/menus/right1_on.gif");
	color:#692323;
	}
#onglet li:hover a {
  background-image:url("/images/menus/left1_on.gif");
	}
#onglet #current{
  background-image:url("/images/menus/right1_on.gif");
  }
#onglet #current a {
  background-image:url("/images/menus/left1_on.gif");
  color:#333;
  padding-bottom:5px;
  }
.texte {
	text-align: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-top: 6px;
	font-size:1em;
}
/* masquer le deuxième object pour toutes les versions de IE */

* html object.hiddenObjectForIE { display: none; }

/* afficher le deuxième object uniquement pour IE Mac */

/* IE Mac \*//*/
* html object.hiddenObjectForIE { display: inline; }
/**/
