/* Classe pour le texte */
.texte {font-family: Verdana; font-size: 12px; color: #556074;margin:0 auto; text-align:center}

/* Pour le fieldset */
.fieldset {margin:0 auto 0 auto; text-align:center; width:35%; }

/* Pour les champs du formulaire */
.input {font-family: Verdana; font-size: 10px; color: #4E4E4E;font-weight:bold}
.input_message {font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px; color: #4E4E4E; 
border: 1px solid #C0C0C0; background-color: #FFCB97; padding-top:2px; padding-bottom:2px; 
padding-left: 5px; font-weight:normal; overflow:auto; background-image:url('../../images_emira_hotel/emirafili.gif'); background-repeat:no-repeat}
.inputbuttonE {font-family: Verdana; font-size: 10px; color: #039EFC;font-weight:bold; background-color:#FFFFFF; 
background-image:url('../../images_emira_hotel/send.gif'); background-repeat:no-repeat;width:74px; height:25px; border:0px}
.inputbuttonF {font-family: Verdana; font-size: 10px; color: #FFFFFF;font-weight:bold; background-color:#FFFFFF; 
background-image:url('../../images_emira_hotel/close.gif'); background-repeat:no-repeat;width:74px; height:25px}

/* Champs requis */
.requis {color:#ff0000; font-weight:bold;}
.border {1px solid #039EFC;}

/* Affichage des informations en petit et en rouge*/
.rouge_petit {color:#ff0000; font-size:10px }

/* Div d'affichage pour le wait*/
.wait {display:none;}

/* Couleur pour le message d'erreur */
.erreur {color:#ff0000; font-weight:bold;}

/* Couleur pour signaler la réussite de l'envoi */
.bon {color:#039EFC; font-weight:bold}
.casse {color:#00CC00; font-size:9px;font-weight:bold }
.respect {font-size:10px;font-weight:bold }
.title_top {
        background-image: url('../../images_emira_hotel/titel.jpg');
        background-color: #01A1C3;
        font-size: 10pt;
        font-family: Verdana;
        text-align: center;
        color: #F1F1F1;
        font-weight: bold; margin-top:4; margin-bottom:4; letter-spacing:3pt
 }