/* ############################### */

/* 	STRUCTURES 											*/

/* ############################### */
		#MENU_PIED{background: #CDC8A0; text-align: center;width: 900px; margin: 0 auto;}		
		#MENU_PIED li{ float: left}		
		

/* ############################### */

/* 	BUBBLE pop-up 											*/

/* ############################### */
        .bubbleInfo {position: relative; text-align: left;}
        .trigger {}
        .popup {position: absolute; display: none; z-index: 50; border-collapse: collapse;  width: 155px; background: transparent url(../img/FD_0.jpg) repeat-x scroll -150px top; border: 1px solid #8A8357;}
        .popup .pop_WRAPPER{ padding: 5px; font-size: .7em; color: #000;}
        .popup .pop_WRAPPER dd{border-bottom: 1px solid #E9E2B6;}
        .popup .pop_WRAPPER a{ color: #000; font-weight: bold; padding: 10px 5px 10px 10px; display: block; background: #fff url(../img/PUCE_0.gif) no-repeat 3px center;}
        .popup .pop_WRAPPER a:hover{color: red}
        .popup .pop_WRAPPER p{ height: 50px; padding: 5px 0;}
	/**/
	.arrondir{ 
			-moz-border-radius-bottomleft:5px;
			-moz-border-radius-bottomright:5px;
			-moz-border-radius-topleft:5px;
			-moz-border-radius-topright:5px; 
			-webkit-border-radius-bottomleft:5px;
			-webkit-border-radius-bottomright:5px;
			-webkit-border-radius-topleft:5px;
			-webkit-border-radius-topright:5px; 
		}


