/*  
    3 juillet 2007
    echavanon@neptune.fr
    FPI - CSS
    Utilitaires
*/
.button{ cursor:pointer; }

.good, .error{
    display:block;
    font-weight:bold;
    border:1px solid #cccccc;
    margin:10px 140px;
    padding:5px;
    font-size:11px;
}

.message{
    font-style:italic;
    display:block;
    margin:10px 0;
    font-size:11px;
    border:1px solid #cccccc;
    background:#FFFBF7 url(buttons/aide_off.gif) no-repeat 5px center;
    padding:7px 5px 7px 35px;
}


.fr{
    background:url(buttons/fr.gif) no-repeat left center;
    padding-left:30px;
}
.en{
    background:url(buttons/en.gif) no-repeat left center;
    padding-left:30px;
}

.info{
	font-size:11px;
	font-style:italic;
	color:#4F4F4F;
}


.error, .error_popup{   color:#bf2f35;     }
.error{
    padding:5px 5px 5px 35px;
    background:url(buttons/warn.gif) no-repeat 5px center;
}

.good{    color:#009f16;     }

.help{    cursor:help;       }


.format_context{
   overflow:hidden;        /* Pour Fx  */
   display:inline-block;   /* Pour IE   */
}

.clear{
    clear:bloth;
}


div.form_helper{
	color:gray;
    font-style:italic;
    margin: 10px 2px 2px 2px
}

a.oblig, span.oblig, a.oblig:visited {
    color:#008DD6;
    font-weight:bold;
    padding-right:3px;
    text-decoration:none;
    cursor:help;
}

.noborder{
    border:none;
}


span.inactive{
    color:#DFDFDF;
}

/* =============================================================================
    icônes de naviguateurs
*/
.safari, .firefox, .iexplorer{
    padding:1px 0 2px 22px;
    margin:2px 0 0 5px;
}
.safari{
    background: url(buttons/browser_safari.gif) no-repeat left top;
}
.firefox{
    background: url(buttons/browser_firefox.gif) no-repeat left top;
}
.iexplorer{
    background: url(buttons/browser_iexplorer.gif) no-repeat left top;
}


.odd{  background:#F8FCFE;}
.even{ background:#E6F4FB;}


/* =============================================================================
    TWEAKS POUR IE6
  =========================================================================== */
.bgpng { behavior: url(styles/iepngfix.htc); }
.bgpng_admin { behavior: url(../styles/iepngfix.htc); }

