/* CSS Document */
/************************* menu ***********************************************/
#menu ul, li{
	margin:0 ;
	padding:0;
}
ul#nolist{
	list-style:none;
}
#menu ul{
 background: #f7f7f7 url(../images/fondmenu.jpg) top left repeat-x;
 height: 32px;
 width: 730px;
}

#menu li{
font-family: Tahoma;
font-size: 12px;
width: 100px;
float: left;
height: 32px;
background: transparent url(../images/fondli.jpg) top left no-repeat;
}
#menu li.premier{
 background: none;
}
#menu a
{
  	width: 80%;
		margin-left: 12px;
		color: #639;
		text-decoration: none;
		display:block;
		height: 24px;
		text-align: center;
		vertical-align: bottom;
		line-height: 28px;
}

#menu a:hover{
  height: 24px;
	background-color: #639;
	color : white;
}
/******************************************************************************/
.testred{
margin:0 0 0 20px;
padding-top:10px;
font: bold 18px tahoma;
color:red;
}
