@import url(messages.css);
@import url(displaytag.css);
.visible{
display:block;
}
.hidden{
display:none;
}

form, table {
    margin: 0;
    padding: 0;
}

/* for cool looking "sunken" input boxes, from www.theserverside.com */
form input, form textarea{
    padding-left: 4px;
    color: #666;
		 border:1px solid #dfb563;
}
 form select {
border:none;
}
.noborder{
border:none;
}
input.button {
    color: #000;
    padding-left: 1px;
}

input.button {
    /* fix button size in IE */
    line-height: 17px;
}

/* 0 means zero regardless of measurement */
body {
    color: #000000;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
a:visited, body#login div#menu a:visited, .layout-recette a:visited, .list a:visited, .pagelinks a:visited {
    color: #555555;
}

a:hover, .cmMenuOver, .cmItemOver, .layout-recette a:hover, .list a:hover, .pagelinks a:hover {
    background-color: transparent;
    color: #055465; 
    text-decoration: underline;
}

a img { border: 0 }