#droite{
	
	margin: 0px 90px 0 240px;
	height: 450px;
	overflow: auto;
	/*border: 1px solid;*/

	
}
table{margin-top: 10px;}
td{
	border: 1px solid #c9ab63;
	padding: 3px 10px;
	
}
#onglets {border-bottom: 1px solid #666; height: 24px; padding: 0; }
#onglets li{display: inline;position: relative;}
#onglets a{
		/*line-height: 0px;*/
	 float:left;
      background:url("../img/ongletG.gif") no-repeat left top;
	 
      margin: 0 15px 0 0 ;
      padding:0 0 0 12px;
	  text-align: center;
      text-decoration:none;
	  font-size: 15px;
	  font-family: cursive;
	  font-weight: bold;
	  height: 25px;
	  opacity: 0.5	;  filter:alpha(opacity=50);
	  width: auto;
	  outline: none;
}

#onglets a:hover,#onglets a.actif {
      opacity: 0.8;  filter: alpha(opacity=80);
}
#onglets a span, onglets a span.inactif {
	cursor: pointer;
      float:left;
      display:block;
      background:url("../img/ongletD.gif") no-repeat right top;
      padding: 0px 12px 13px 0px;
      color:black;
	  
	 /* border: 1px solid;*/
	  
	  
	 }
.inv{display: none;}
div p {margin-left: 40px; width: 230px; text-align: right;}
div p.large{margin-left: 0px; margin-top: 15px; width: 500px; text-align: left;}

div#contenu img{
	border: 1px solid #a18f7d;
	margin: 0 0 0 20px;
	float: right;
	position: absolute; 
	right: 20px;;
}


