/**
 * style_menu 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 $
 */

/*================== DEBUT MENU ========================*/
div#menu { 
	padding: 0px;
	margin: 3px;
	height: 30px;
	vertical-align: text-bottom;
	font-size: 12px;
	font-family: Comic Sans MS;
	border: 0px solid #354E8E;
	margin-right: 0px;
	margin-left: 0px;
	width: 920px;
}
#menugauche {
	background-image: url(zone/menugauche.gif);
	width: 11px;
	height: 30px;
}
#menucentre {
	background-image: url(zone/menucentre.gif);
	height: 30px;
}
#menudroite {
	background-image: url(zone/menudroite.gif);
	width: 10px;
	height: 30px;
}

.Menu_texte {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	color: #0000CC;
	text-transform: none;
	font-size: 9pt;
	font-weight: bold;
	text-decoration: none;
}
.Menu_texte:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-style: normal;
	font-variant: small-caps;
	color: #E84B00;
	text-transform: none;
	font-size: 10pt;
	font-weight: bold;
	text-decoration: underline;
}
/*<<<<<<<<<<<< FIN MENU >>>>>>>>>>>>>>>*/
