@CHARSET "UTF-8";

#logo {
	float: left;
	margin:54px 0 0 20px;
	width:234px;
	height:51px;
	background:url("../images/header/ptiLogo2.png") no-repeat;
}
	
.nom_client{
	color:#D51C17;
	font-size:10px;
}

#btn_deco{
	border:0;
	background-image: url('../images/header/deco.png');
	cursor:pointer;
	height:14px;
	width:90px;
	padding-left:15px;
	color:#D51C17;
	font-size:10px;
}
	
ul#menu_haut {
	float: right;
	list-style-type: none;
	margin: 0;
}
	#menu_haut li {
		border-left: 1px solid black;
		padding: 10px 10px 0 10px;
		float: left;
		height: 30px;
	}
		#menu_haut a {
			color: #2B0A15;
			font-size: 10px;
			text-decoration: none;
		}
		#menu_haut img {
			vertical-align: middle;
		}
		li#liSinscrire {
			padding-top: 14px;
			height: 26px;
			font-size:10px;
		}

ul#menu_bas {
	clear: right;
	float: right;
	margin: 41px 0 0 0;
	.margin-top: 42px; /* Pour IE */
	width: 535px;
	list-style-type: none;
	padding: 0;
}
	ul#menu_bas li.menu_bas {
		background-image: url('../images/header/menu_bas_loisirs.png');
		width: 99px;
		height: 23px;
		float: left;
		padding: 1px 0 0 8px;
	}
	ul#menu_bas li.menu_bas .sous_menu {
		z-index: 5000;
	}
	ul#menu_bas li.menu_bas a {
		color: white;
		font-size: 11px;
		font-weight: bold;
		text-decoration: none;
		padding: 5px 0 0 5px;
		display:block;
	}
	ul#menu_bas li.menu_bas:hover {
		background-position: 0 24px;
	}

	div.sous_menu {
		width: 97px;
		position: absolute;
		margin: 24px 0 0 -5px;
		overflow: hidden;
		visibility: hidden;
	}
		div.sous_menu div.entete, div.sous_menu div.elementSousMenu {
			background-image: url('../images/header/sousmenu_titre.png');
			width: 97px;
			height: 10px;
			padding: 2px 0 2px 7px;
			overflow: hidden;
			cursor: pointer;
			color: #645047;
			font-size: 9px;
		}
		ul#menu_bas div.sous_menu div.elementSousMenu a{
			color: #645047;
			font-size: 9px;
			padding: 0;
		}
		div.sous_menu ul {
			padding: 0;
			list-style-type: none;
			margin: 0;
			background-image: url('../images/header/sousmenu_repeat.png');
		}
			div.sous_menu ul li {
				background-image: url('../images/header/sousmenu_repeat.png');
				margin: 0px 0 0 0;
				padding: 0 0 0 15px;
				list-style-type: none;
				white-space: nowrap;
				overflow: hidden;
			}
				* html div.sous_menu ul li { /* Pour IE 6 */
					margin: -0 0 0 0;
				}
			ul#menu_bas li.menu_bas div.sous_menu ul li a {
				color: #645047;
				text-decoration: none;
				font-size: 9px;
			}
