/* CSS Document */

/*Code pour baniere de gauche*/
#menu {
	list-style-type:none;
	margin:0 0 10px;
	padding: 0;
	width:180px;
	background:#fff;
	z-index:100;
	
}

#menu li {display:block; padding:0; margin:0; position:relative; z-index:100;}
#menu li a, #menu li a:visited {display:block; text-decoration:none;}
#menu li dd {display:none;}
#menu li:hover, #menu li a:hover {
	border:0;
	color: #000000;
	background-image:  url(../Acceuil/content.jpg);
}
#menu li:hover dt a , #menu li a:hover dt a {
	color:#FFFFFF;
	background-image:  url(../_frame/bowl1.jpg);
}
#menu li:hover dd, #menu li a:hover dd {display:block;}
#menu li:hover dl, #menu li a:hover dl {
	
	background:#E6E6E6;
	
}
#menu table {border-collapse:collapse; padding:0; margin:-4px; font-size:1em;}
#menu dl {width: 180px; margin: 0; background: #6f9c6f; cursor:pointer;}
#menu dt {margin:0; padding: 0; font-size: 14px; border-top:1px solid #cce;}
#menu dd {margin:0; padding:0; font-size: 12px; text-align:left; }
.gallery dt a, .gallery dt a:visited {display:block; color:#fff; padding:5px 5px 5px 10px; background:#000033 center center;}
.gallery dd a, .gallery dd a:visited {color:#000; min-height:1em; text-decoration:none; display:block; padding:4px 5px 4px 20px; background:#E6E6E6;}
* html .gallery dd a, * html .gallery dd a:visited {height:1em;}
.gallery dd a:hover {background:#7aa; color:#ff0;}




/*Mise en forme du texte*/


.navwrapper{
    margin-left : 50px;
	height:25px;
	width:500px;
	margin-right:2px;
	}

.navleft{
	float:left;
	height:25px;
	width:19px;
	background:url('navleft.gif') no-repeat;
	}

.navcentre{
	float:left;
	background:#e3dbdb;
	height:21px;
	width:190px;
	padding-top:4px;
	}

.navright{
	float:left;
	height:25px;
	width:19px;
	background:url('navright.gif') no-repeat;
	}

.narrowcolumn {
	float: left;

	padding: 0;
	margin: 170px 0 0 0;
	width: 517px;
	}



