/*
#bandeau_haut {
	display:block;
	text-align: center;
	padding: 0px;
	margin: 0px;
	background-color:#036;
}

#bandeau_haut ul.navlist {
	display: block;
	overflow: auto;
	padding-top: 20px;
}

#bandeau_haut ul.navlist li
{
display: inline;
list-style-type: none;
border: thin solid #FFFFFF;
border-top-color:#FF0000;
}


#bandeau_haut ul.navlist a { padding: 3px 10px; }

#bandeau_haut ul.navlist a:link, .navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#bandeau_haut ul.navlist a:hover
{
color: #036;
background-color: #fff;
text-decoration: none;
}
*/

/*
#bandeau_haut {
	display:block;
	text-align: center;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;	
	padding: 0px;
	background-color:#FF0000;
}

#bandeau_haut ul.navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#bandeau_haut ul.navlist li
{
display: inline;
list-style-type: none;
}


#bandeau_haut ul.navlist a { padding: 3px 10px; }

#bandeau_haut ul.navlist a:link, .navlist a:visited
{
color: #fff;
background-color: #036;
text-decoration: none;
}

#bandeau_haut ul.navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
*/


    /* Right column - Category */
    #bandeau_gauche #menu ul.navlist {margin:15px 0; padding:0; list-style:none;}
    #bandeau_gauche #menu ul.navlist li {margin:0; padding:0; border-bottom:1px solid #E0E8FA;}
    #bandeau_gauche #menu ul.navlist li a {display:block; padding:3px 0 3px 22px; background:url("./ico_archive.gif") 5px 6px no-repeat; text-decoration:none;}
    #bandeau_gauche #menu ul.navlist li a:hover {
	background-color:#D3DFF8;
	color:#192666;
	background-image: url(./ico_archive2.gif);
	background-repeat: no-repeat;
	}
    #bandeau_gauche #menu ul.navlist li.active a {background:#E0E8FA url("./ico_archive2.gif") 5px 50% no-repeat; font-weight:bold;}
	
	#bandeau_gauche h1 {
		padding: 0;
		margin: 0;
		background:#A0B9F3 url("./col_title_bg.gif") 0 0 repeat-y;
		color:#192666;
		border-bottom-width: 0;
		width: 100%;
		display: block;
		font-size: 1.4em;
		}
	#bandeau_gauche h2 {
	margin: 0;
	font-size: 1em;
	}
	