/**
 * style_onglet css file
 *
 * @author Laytika <webmaster@laytika.com>
 * @link http://www.laytika.com/
 * @copyright Copyright &copy; 2007 Laytika
 * @license http://www.laytika.com/license/
 * @version $Id: style.css 1000 2007-04-27 07:55:53Z MDU $
 */

.OngletOn {
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #E84B00;
	text-decoration: none;
	cursor: pointer;
}
.OngletOn:hover {
	font-size: 8pt;
	font-weight: bold;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	color: #E84B00;
	text-decoration: none;
	cursor: pointer;
}
.onglet_fond_on {
	background-image: url(onglet/onglet_fond_on.gif);
	text-align: center;
	width: 200px;
}
.onglet_fond_off {
	background-image: url(onglet/onglet_fond_off.gif);
	text-align: center;
	width: 200px;
}
.onglet_g_on {
	background-image: url(onglet/onglet_g_on.gif);
	width: 11px;
	height: 26px;
}
.onglet_d_on_off {
	background-image: url(onglet/onglet_d_on_off.gif);
	width: 22px;	
	height: 26px;
}
.onglet_d_on_on {
	background-image: url(onglet/onglet_d_on_on.gif);
	width: 22px;	
	height: 26px;
}
.onglet_d_off {
	background-image: url(onglet/onglet_d_off.gif);
	width: 16px;	
	height: 26px;
}
.onglet_fin_off {
	background-image: url(onglet/onglet_fin_off.gif);
	width: 78px;	
	height: 26px;
}
.onglet_g_off {
	background-image: url(onglet/onglet_g_off.gif);
	width: 11px;
	height: 26px;
}
.onglet_d_off_on {
	background-image: url(onglet/onglet_d_off_on.gif);
	width: 22px;	
	height: 26px;
}
.onglet_fin_on {
	background-image: url(onglet/onglet_fin_on.gif);
	width: 78px;	
	height: 26px;
}
.onglet_d_on {
	background-image: url(onglet/onglet_d_on.gif);
	width: 16px;	
	height: 26px;
}

