/* 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: 770px; /* 958 - 2 - 4 */
 /*margin: 0 2px 2px 4px;*/
}

#M_info_bulle p {
 margin-left: 5px;
}

#M_info_bulle .M_info_bulle_information {
 background: url(../img/M_info_bulle_picto_information.png) left center no-repeat;
 margin-bottom: 1px;
 padding: 4px 0 5px 30px;
 margin-top:0;
}

#M_info_bulle .M_info_bulle_erreur
{
 background: url(../img/M_info_bulle_picto_erreur.png) left center no-repeat;
 margin-bottom: 1px;
 padding: 1px 0 5px 30px;
 color: red;
 font-weight:bold;
}

#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;
}
