#menu-csf-sonorisation a
	{
	color: white;
	text-decoration : none;	
	}
#menu-csf-sonorisation a:hover
	{
	text-decoration : underline;	
	}
#kwicks_container {
    height: 110px;
}

#kwicks {
    position: relative;
    padding-top: 15px;
    padding-left: 51px;
    margin: 0px;
}

#kwicks .kwick {
    float: left;
    display: block;
    width: 130px;
    height: 83px;
    overflow: hidden;
	font-size: 12px;
}

#kwick_accueil {
    background: url('../images-professionnelle/menu/onglet-accueil.png') no-repeat;
}

#kwick_achat {
    background: url('../images-professionnelle/menu/onglet-achat.png') no-repeat;
}

#kwick_location {
    background: url('../images-professionnelle/menu/onglet-loc.png') no-repeat;
}

#kwick_evenementiel {
    background: url('../images-professionnelle/menu/onglet-event.png') no-repeat;
}

#kwick_client {
    background: url('../images-professionnelle/menu/onglet-client.png') no-repeat;
}

#kwick_plus {
    background: url('../images-professionnelle/menu/onglet-plus.png') no-repeat;
}
/* version IE et FF sauf FF2
.sous-menu {
	width:190px;
	margin-left:135px;
	margin-top:32px;
}
*/
/* ancienne version (correction ie dans iefix.css) */
.sous-menu {
    position: relative;
    top: 32px;
    left: 135px;
	width:190px;
}
.sous-menu td {
    font-size: small;
	vertical-align:top;
}

.sous-menu a {
    display: block;
	color:#FFFFFF;
	text-decoration:none;
	font-size: 12px;
}
.sous-menu a:hover {
    	color:#DDBBFF;
	
}
