/* Mise en page des onglets */
#onglets_produits {
	margin: 10px auto 0px auto;
	padding:0px;
	width:600px;
	background-color:#FFFFFF;
}
#onglets_produits .coin_h-g {
	background: #FFFFFF url("../_images/accueil-guide-coin-g-h.jpg") no-repeat;
	background-position:bottom;
	width:7px;
}
#onglets_produits .onglet_passif{
	margin:0;
	padding-left:20px;
	width:78px;
	height:19px;
	border:0;
	color:#000000;
	background: #FFFFFF url("../_images/onglet-passif.png") no-repeat;
}
#onglets_produits .onglet_passif a{
	color:#666666;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#onglets_produits .onglet_passif a:hover{color:#FF6600; text-decoration:underline;}
#onglets_produits .onglet_actif{
	margin:0;
	padding-left:20px;
	width:78px;
	border:0;
	color:#000000;
	background: #FFFFFF url("../_images/onglet-actif.png") no-repeat;
}
#onglets_produits .onglet_actif a{
	color:#FF6600;
	font-size:10px;
	font-weight:bold;
	text-decoration:none;
}
#onglets_produits .cote_haut {border-bottom:1px solid #D6D6D6;}
#onglets_produits .cote_gauche {background: #FFFFFF url("../_images/accueil-guide-cote-g.jpg") repeat-y; width:7px;}
#onglets_produits .cote_droit {background: #FFFFFF url("../_images/accueil-guide-cote-d.jpg") repeat-y; width:7px;}
#onglets_produits .coin_b-g {background: #FFFFFF url("../_images/accueil-guide-coin-g-b.jpg") no-repeat; width:7px; height:8px;}
#onglets_produits .cote_bas {background: #FFFFFF url("../_images/accueil-guide-cote-b.jpg") repeat-x; height:8px;}
#onglets_produits .coin_b-d {background: #FFFFFF url("../_images/accueil-guide-coin-d-b.jpg") no-repeat; width:7px; height:8px;}
/* Code HTML
		  <div id="onglets_produits">
		  <table border="0" cellspacing="0" cellpadding="0" width="100%">
		    <tr>
			  <td class="coin_h-g"></td>
			  <td class="onglet_actif"><a href="#">Description</a></td>
			  <td class="onglet_passif"><a href="#">Plus d'info...</a></td>
			  <td class="onglet_passif"><a href="#">Actualit&eacute;</a></td>
			  <td class="cote_haut"></td>
			  <td></td>
			</tr>
		  </table>
		  <table border="0" cellspacing="0" cellpadding="0" width="100%">
		    <tr>
			  <td class="cote_gauche"></td>
			  <td colspan="4" valign="top">
			  	<div style="overflow:auto; width:98%; height:170px; margin:5px; ">Texte dans zone avec assenceur</div>
			  </td>
			  <td class="cote_droit"></td>
			</tr>
		    <tr>
			  <td class="coin_b-g"></td>
			  <td colspan="4" class="cote_bas"></td>
			  <td class="coin_b-d"></td>
			</tr>
		  </table>
		  </div><!-- FIN onglets_produits -->
*/

