dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#menu0{
	height:	24px;
	background : #red;
	width : 100%;
}

#menu {
	position: absolute;
	z-index:10;
	margin : 0;
	padding : 0;
	color : #FFF;
}


#menu dl {
	float: left;
	width: 150px;
	background: #3b5998;
	height:	24px;
}

#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	height:	24px;
	line-height : 24px;
}

#menu dd {
	display: none;
}

#menu ul li {
	display : block;
	text-align: center;
}


#menu li a, #menu dt a {
	color: #FFF;
	text-decoration: none;
	display: block;
	height:	18px;
	line-height : 18px;
	margin-bottom : 1px;
}

.blue{
	background : transparent url("../img/fondTR.png") repeat;
}

.pink{
	background : transparent url("../img/fondTR2.png") repeat;
}

#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	background: #3b5998;
	color: #FFF;
}