@charset "utf-8";
/* CSS Document */

#nav1 {
	list-style: none ;
	margin: 0 ;
	padding: 0 ;
	overflow: hidden ;		/* Création du contexte de formatage */
}
#nav1 li {
	float: left;
	width: 125px ;
	/*border: 1px solid #600 ;*/
	margin-right: 1px ;
	color: #686C84 ;
	/*background: #c00 ;*/
}
#nav1 #ka a {
	display: block;
	background: /*#900*/ url(../img/butcoulhaut.gif) left top no-repeat;
	color: #686C84;
	line-height: 2.5em;
	text-align: center;
	text-decoration: none;
	font-family: "Trebuchet MS", Arial, sans-serif;
	font-size: 1em;
	font-weight: bold;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
}
#nav1 #ka a:hover, #nav1 #ka a:focus, #nav1 #ka a:active {
	background: /*#033*/ url(../img/butcoulhaut.gif) right top no-repeat ;
	color: #94341E;
}

#barreH2 {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background-color: #94341E;
	/*clear: none;*/
	float: left;
	height: 21px;
	width: 500px;
}

#barreH2 li {
	display: inline;
	color: #fff;
	background: #94341E;
	}
	
#barreH2 li a {
	background: #94341E;
	color: #fff;
	/*border: 1px solid #600;*/
	font: 0.7em "Trebuchet MS",Arial,sans-serif;
	line-height: 0.8em;
	text-align: center;
	text-decoration: none;
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	}
	
#barreH2 li a:hover, #navigation li a:focus, #navigation li a:active {
	background: #C54528 ;
	}