@CHARSET "UTF-8";

div#infosPratiques2 {
    padding:0;
    height: 275px;
}

div#infosPratiques2 img { display: block; }

div#infosPratiques2 ul {
    position: relative;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    background: #847a67 url() left top no-repeat;
    height: 26px;
}

div#infosPratiques2 ul li {
    margin: 0;
    padding: 0;
    display: block;
    float: left;
    width: 75px;
    height: 25px;
    font-size: 9px;
}

div#infosPratiques2 ul li:first-child {
    margin-right: 1px;
}

div#infosPratiques2 ul li a.onglet {
    display: block;
    line-height: 26px;
    text-align: center;
}


div#infosPratiques2 ul li a.onglet:hover {
    color: #ffffff;
}

div#infosPratiques2 ul li:hover {
    background: #b71f6a url() left top no-repeat;
}

 

div#infosPratiques2 ul li div.blocInfo {
    position: absolute;
    left: 0;
    display: none;
}

div#infosPratiques2 ul li:hover div.blocInfo {
    display: block;
}

div#infosPratiques2 ul li div.blocInfo ul {
    background-image: none;
	height: auto;
}

div#infosPratiques2 ul li:first-child div.blocInfo {
	display: block;
}

div#infosPratiques2 ul li div.blocInfo ul li {
    width: 100%;
	overflow: hidden;
	float: left;
    height: 160px;
	line-height: normal;
	background-color: #ffffff;
    background-image: none;
	padding: 8px 0px;
}
	
	div#infosPratiques2 ul li div.blocInfo ul li:hover {
		background-color: #e3e3e3;
	}

		div#infosPratiques2 ul li div.blocInfo ul li a { display: block; margin: 0 5px; font-weight:normal;}