﻿
ul#menu li.current a, #menu li.current a:hover, #menu a, #menu a:hover
{
	color: #336699;
}
ul#menu
{
	float: left;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 17px 0 0 -1px;
}
ul#menu li
{
	width: auto;
	float: left;
	margin: 0;
	padding: 0;
	display: block;
}
ul#menu a, #menu a:hover
{
	width: auto;
	float: left;
	display: block;
	padding: 3px 14px;
	text-decoration: none;
	font-weight: bold;
	font-size: 95%;
	border-left: 1px solid #fff;
}
ul#menu a:hover
{
	color: #fff;
	background: url(image/_background/bg_onglet_off.png) repeat-x;
}
ul#menu li.current
{
	background: #fff;
}
ul#menu li.current a, #menu li.current a:hover
{
	background: #ffffff;
	cursor: default;
}

div#left ul li a
{
	color: #369;
	font-size: 75%;
}
div#left h3 a:hover
{
	text-decoration: underline;
}
div#left
{
	font-size: 120%;
	padding-right: 5px;
	padding-left: 12px;
	background: url(image/_background/bg_left.png) repeat-y left 50%;
	float: left;
	padding-bottom: 0px; /* margin: -10px 0px 0px -960px;*/
	width: 205px;
	padding-top: 0px;
}
div#left img
{
	float: left;
}
div#left h3
{
	clear: left;
	padding-right: 0px;
	border-top: white 10px solid;
	padding-left: 25px;
	padding-bottom: 5px;
	font-size: 100%;
	background: url(image/_button/bt_h3.png) no-repeat left 50%;
	margin: 0px 0px 0px -1px;
	width: 78%;
	padding-top: 3px;
}
div#left h3 a
{
	color: #369;
	text-decoration: none;
}
div#left ul
{
	padding-right: 0px;
	padding-left: 0px;
	float: left;
	padding-bottom: 15px;
	margin: 0px;
	width: 118px;
	padding-top: 2px;
	list-style-type: none;
}
div#left ul li
{
	clear: left;
	padding-right: 0px;
	padding-left: 0px;
	padding-bottom: 4px;
	margin: 0px;
	line-height: 13px;
	padding-top: 4px;
	list-style-type: none;
}

div#left ul li a:hover
{
	color: #09c;
}
