/*************************************************
	poubelles.css	
**************************************************
v2. 07/11/2007 par Txuus
- passage de cuivre.css en poubelles.css
- retouches/ajouts pour passage en xtml
**************************************************/

body {
	margin: 0;
	padding: 5px;
	background: #fff;
	color: #000;
	font-family: Verdana, Geneva, Arial, sans-serif;
	font-size: 75%;
	
	behavior: url(csshover.htc);
}

/*	MENU
**************************************************/

.menu {
	position: absolute;
	left:0;
	width:150px;
}

div#menu a{
	color: #000000;
	font-weight:bold;
}
div#menu li {
	position: relative;
	list-style:none;
	margin:0px;
	border-bottom: 1px solid #CCC;
}
div#menu li {
	background: yellow;
}
div#menu li:hover {
	background: #EDD;
}
div#menu li.sousmenu:hover {
	background-color: #EDD;
}
div#menu ul a {
	width: inherit;
}
div#menu ul ul {
	position: absolute; top: -1px;
}

/*TAILLE PREMIERE COLONNE*/
div#menu {
	float: left;
	width: 150px;
	margin: 20px 0 0 0;
}
div#menu ul {
	margin: 0;
	padding: 0;
	width: 150px;
	background: white;
	border: 1px solid;
}
div#menu ul ul {
	left: 150px;
	display:none;
}
div#menu li a {
	display: block;
	padding: 5px;
	text-decoration: none;
	width: 150px;
	border-left: 0.5em solid #BBB;
}

/*TAILLE DEUXIEME COLONE*/             
div#menu ul.niveau2 ul {
	left: 150px;
}  
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2 {
	width:150px;
	display:block;
} 
div#menu ul.niveau2 li a {
	width: 150px;
}

/*TAILLE TROISIEME COLONNE*/ 
div#menu ul.niveau2 li.sousmenu:hover ul.niveau3 {
	width:11em;
	display:block;
}      

/*TAILLE DEUXIEME COLONE BIS*/                
div#menu ul.niveau2bis ul {
	left: 10em;
}  
div#menu ul.niveau1 li.sousmenu:hover ul.niveau2bis {
	display:block;
	width:10em;
}      
div#menu ul.niveau2bis li a {
	width: 10em;
}

/*COULEUR DES BORDURES*/
div#menu li a:hover {
	border-left-color: red;
}
div#menu ul ul li a:hover {
	border-left-color: #00FF00;
}
div#menu ul ul ul li a:hover {
	border-left-color: #0000FF;
}

/*	
**************************************************/
.cuivre {
	color: #000000;
	margin-left: 8em;
	padding: 1px 0 1px 5%;
	width: 30em
}


/*************************************************
	ajouts pour v2
**************************************************/

/*	HEADER
**************************************************/
#header {
	width: 800px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
}

/*	MENUHAUT
**************************************************/
#menuhaut{
	width: 800px;
	margin: 0 auto 10px auto;
	padding: 0;
	text-align: center;
	font-weight: bold;
}

/*	PAGE
**************************************************/
#page {
	margin: 0 0 0 170px;
	padding: 10px;
}

/*	MNE (bas)
**************************************************/
#mne {
	margin: 50px 0 0 0;
	padding: 10px 0 0 0;
	border-top: 1px #000 solid;
}

/*	RAZ
**************************************************/
img {
	border: 0;
}
