/* bunavigation */
/* barre du menu principale */



#menu {
margin:0;
padding:0;
width:836px;
height:37px;
display: block;
background-image: url(images/fond_menu_836x37.jpg)}

/* rubrique du menu neutre */
a.image { 
display: block;
background: url(images/image_up_red.jpg) no-repeat;
text-decoration:none;
text-align: center;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 14px;
letter-spacing: 0.6px;
font-weight: normal;
padding-top: 10px;
width: 116px;
height: 27px;
color: #FFF;
float:left;
}
/* ----------------- */

/* rubrique du menu actif */
a.image2 {
	display: block;
	background: url(images/down.jpg) no-repeat;
	text-decoration:none;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	letter-spacing: 0.6px;
	font-weight: normal;
	padding-top: 10px;
	width: 116px;
	height: 27px;
	color: #7F7F7F;
	float:left;
}
/* ----------------- */

a.image:hover, a.image:focus {
	color: #3F3F3F;
	/*background-image: url(images/over.jpg);*/
}

a.image:active, a.image:focus { 
color: #3F3F3F;

/*background-image: url(images/down.jpg);*/
}

/* --------------------------------------------------------- */

ul {
margin:0;
padding-left:65px;
}

li { 
list-style:none;
display:inline;
}

.lienTxt {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
color:#F90;
}

.lienTxt:hover {
	text-decoration:none;
	color:#FFF;
}

.lienfla:hover {
text-decoration:none;
color: #FFF;
}

.lienfla {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: 12px;
text-decoration:none;
color:#F60;
}

a.debut{
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: smaller;
text-decoration:none;
color:#F90;
}

a.debut:hover {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;

font-size: smaller;
text-decoration:none;
color: #FFF;
}

.extra{
padding:0;
margin-bottom:15px;
list-style-type:none;
line-height: 1.3em;
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
font-size: small;
}

.extra li a {
text-decoration:none;
color:#F90;
display: block;
width: 180px;
height: 100%;
/*padding-left:20px;*/
/*background: url(images/puces_folder1.gif) no-repeat transparent left center;*/
}

.extra li a:hover {
text-decoration:none;
color:#FFF;
display: block;
width: 180px;
height: 100%;
/*padding-left:20px;*/
/*background: url(images/puces_folder2.jpg) no-repeat transparent left center;*/
}

#onglet {
position: relative;
width:836px;
height:auto;
}
