/* M_info_bulle */

/* @auteur	Alsacreations, VP  */
/* @cree	2008-06-30         */
/* @modif	2008-07-01         */
/* @gabarit	5                  */
/* @version	1                  */

#M_info_bulle {
	background: #FFFFCC url(../img/M_info_bulle_pointille.png) left bottom repeat-x;
	width: 952px;	/* 958 - 2 - 4 */
	margin: 0 2px 2px 4px;
}

#M_info_bulle p {
	margin: 0;
}

#M_info_bulle .M_info_bulle_information {
	background: url(../img/M_info_bulle_picto_information.png) left center no-repeat;
	float: left;
	width: 820px;
	margin-bottom: 1px;
	padding: 1px 0 3px 30px;
}

#M_info_bulle .M_info_bulle_information a {
	font-weight: bold;
}

#M_info_bulle .M_info_bulle_fermer {
	background: url(../img/M_info_bulle_picto_croix.png) right center no-repeat;
	font-size: 0.8em;
	text-transform: uppercase;
	text-align: right;
	float: right;
	width: 74px;
	padding: 10px 28px 8px 0;
}


