
/* Hiding from IE5 Mac \*/
@import url(layout.css);
@import url(nav.css);
@import url(typo.css);
/* End hide */

/* Styles CSS pour le média "Screen" */

hr {
    border: none;
    margin-top: 0.5em;
    height: 1px;
    background-color: #E1E1E1;
}

/* ul.warn (Erreurs) */

ul.warn {
    margin: 0 0 1em 0;
    padding: 1em 1em 0.5em 1em;
    border: 1px #BE6463 solid;
    clear: both;
    background-color: #F3B0AE;
}

ul.warn li {
    margin: 0 0 0.5em 1em;
    clear: both;
}

/* Messages flash */

p.flash
{
    margin: 1em 0 0 0;
    padding: 1em 1em 1em 30px;
    height: 1em;
    border: 1px #6F97B8 solid;
    clear: both;
    background: #B6D3EE url(../images/icons/information.png) 10px 50% no-repeat;
}

p.flash.error
{
    border: 1px #C2573E solid;
    background: #ffcccc url(../images/icons/exclamation.png) 10px 50% no-repeat;
}

p.flash.warn
{
    border: 1px #E1A046 solid;
    background: #FADBB2 url(../images/icons/error.png) 10px 50% no-repeat;
}

p.flash.ok
{
    border: 1px #7DB472 solid;
    background: #BFEAB7 url(../images/icons/tick.png) 10px 50% no-repeat;
}

/* Styles communs */

span.note,
p.note
{
    padding: 0.2em 0;
    line-height: 1.5em;
    font-size: 85%;
    color: #999;
}

span.erreur404
{
    color: #E1E1E1;
    font-size: 10em;
    line-height: 1em;
}

/* Icônes */

span.icon
{
    line-height: 20px;
    padding: 0.2em 0 0.2em 20px;
}

    span.icon.ok {
        background: url(../images/icons/tick.png) 0 50% no-repeat;
    }

    span.icon.error {
        color: #f00;
        background: url(../images/icons/cross.png) 0 50% no-repeat;
    }

    span.icon.effacer {
        background: url(../images/icons/bin_closed.png) 0 50% no-repeat;
    }

    span.icon.gerer {
        background: url(../images/icons/wrench.png) 0 50% no-repeat;
    }
    
    span.icon.ajouter {
		background: url(../images/icons/add.png) 0 50% no-repeat;
	}
	
	span.icon.modifier {
		background: url(../images/icons/pencil.png) 0 50% no-repeat;
	}
	
	span.icon.imprimer {
        background: url(../images/icons/printer.png) 0 50% no-repeat;
    }
    
    span.icon.info {
        background: url(../images/icons/information.png) 0 50% no-repeat;
    }
    
    span.icon.rss {
        background: url(../images/icons/rss.png) 0 50% no-repeat;
    }


/* Formulaires */

form fieldset
{
    margin: 0 0 1em 0;
    padding: 1em 1em 0.5em 1em;
    border: 1px #E1E1E1 solid;
    clear: both;
    background-color: #F5F5F5;
}

    form fieldset dl
    {
        margin: 0 0 0.5em 0;
        height: 1.4em;
        clear: both;
    }

        form fieldset dl dt
        {
            width: 11.5em;
            padding: 0 0.6em 0 0.2em;
            text-align: right;
            float: left;
            clear: left;
        }

        form fieldset dl dt label
        {
            padding-top: 0.2em;
            padding-bottom: 0.2em;
            float: right;
        }

        form fieldset dl dd
        {
            float: left;
            clear: right;
            margin: 0 0.5em 0.5em 0;
        }

    form fieldset dl.checkbox
    {
        height: 1em;
    }

        form fieldset dl.checkbox dt
        {
            padding: 0.1em 0.2em 0.2em 0.2em;
            width: auto;
            text-align: left;
            clear: right;
        }

        form fieldset dl.checkbox dd
        {
            margin-left: 12.3em;
            clear: left;
        }

    form fieldset dl.option
    {}

        form fieldset dl.option dt
        {
            width: auto;
            clear: right;
        }

    form fieldset.submit
    {
        padding: 0.7em 1em;
    }

        form fieldset.submit .button,
        form fieldset.submit .button:link,
        form fieldset.submit .button:visited
        {
            display: block;
            padding: 4px 9px;
            border: 1px #1652D4 solid;
            font-weight: normal;
            font-size: 90%;
            text-decoration: none;
            color: #FFF !important; /* TODO: trouver pourquoi la precedence n'est pas respectee */
            background: #1C61F3 url('../images/bg28.png') 0 50% repeat-x;
            float: right;
        }

        form fieldset.submit .button:hover
        {
            border: 1px #2E71EC solid;
            color: #FFF !important; /* TODO: trouver pourquoi la precedence n'est pas respectee */
            background: #1C61F3 url('../images/bg28_hl.png') 0 50% repeat-x;
            cursor: pointer;
        }

        form fieldset.submit .button:active
        {
            border: 1px #2E71EC solid;
            color: #FFF !important; /* TODO: trouver pourquoi la precedence n'est pas respectee */
            background: #1C61F3 url('../images/bg28_hl_inverted.png') 0 50% repeat-x;
            cursor: pointer;
        }

        form fieldset.submit .button.retour
        {
            float: left;
        }

/* Sections (div.section) */

div.section
{
    margin: 0 0 1em 0;
    padding: 1em 1em 0.5em 1em;
    border: 1px #E1E1E1 solid;
    clear: both;
    background-color: #F5F5F5;
}

    /* .faq : Affichage de question/réponses */
    div.section dl.faq
    {
        margin: 0 0 0.5em 0;
    }

        div.section dl.faq dt
        {
            border-bottom: 1px #E1E1E1 solid;
        }

        div.section dl.faq dd
        {
            padding: 0.2em 0 0.2em 20px;
            background: url(../images/icons/double_right_quote.png) 0 50% no-repeat;
            margin: 0.5em 0 0.5em 1em;
        }

    /* .data : Affichage de données sur une colonne (Sortie de formulaire p.ex.) */
    div.section dl.data
    {
        margin: 0 0 0.5em 0;
        height: 1.4em;
        clear: both;
    }

        div.section dl.data dt
        {
            width: 9em;
            padding: 0 0.4em 0 0;
            text-align: right;
            float: left;
            clear: left;
        }

        div.section dl.data dd
        {
            float: left;
            clear: right;
            margin: 0 0.5em 0.5em 0;
        }

    div.section p
    {
        margin: 0 0 0.5em 0;
    }

/* Tables */

div.section table
{
    margin-bottom: 0.5em;
}

table th,
table td
{
    padding: 2px 4px;
    border: 1px #E1E1E1 solid;
}

table th
{
    background-color: #F5F5F5;
}

table td
{
    background-color: #FFF;
}

/* Textarea Formatting */

a:link.format,
a:visited.format {
    float: left;
    margin: 0 2px 2px 0;
    padding: 2px;
    width: 1em;
    line-height: 1em;
    text-align: center;
    border: 1px #999 solid;
    text-decoration: none;
}

a:hover.format,
a:active.format {
    border: 1px #2E71EC solid;
    color: #FFF;
    background: #1C61F3 url('../images/bg28_hl.png') 0 50% repeat-x;
}

a.format.titre {
    font-weight: bold;
}

a.format.bold {
    font-weight: bold;
}

a.format.underline {
    text-decoration: underline;
}

a.format.italic {
    font-style: italic;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
/*                       Styles spécifiques ci dessous                       */
/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

#navprinc {
	height: 400px;
	width: 190px;
}

ul.ulmenu li.admin {
    display: block;
    line-height: 20px;
    border-bottom: 1px solid #70100D; 
    background-color: #B31B16;
}

ul.ulmenu li.admin span.menu15 {
    color: #fff;
}

ul.ulmenu li.admin ul.ulsubmenu {
    border-top: 1px solid #70100D;
    background-color: #B31B16;
    background-image: url('../images/fond_navig_admin.png');
}

pre {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.admin_action a:link,
.admin_action a:visited {
    color: #d00;
}

div#extra_overview,
div#extra_menu {
    margin: 1em 0;
}

#menus_semaine .special {
    color: #d00;
}

#menu_jour #menu {
    font-family: "Times New Roman", Times, serif;
    font-size: 120%;
    text-align: center;
}

#menu_jour #menu_date {
    font-size: 80%;
}

#menu_jour pre {
    margin-top: 2em;
    font-style: italic;
    font-family: "Times New Roman", Times, serif;
}

#menu_jour #menu_prix,
#menu_jour #menu_extra {
    font-style: italic;
}

#menu_jour h2 {
    font-style: normal;
    font-weight: bold;
    font-family: "Trebuchet MS", "Times New Roman", Times, serif;
    margin: 2em 0 0.2em 0;
}

#menu_jour #menu_footer {
    margin-top: 2em;
    font-family: "Trebuchet MS", "Times New Roman", Times, serif;
}

#menu_jour #menu_footer p {
    font-size: 80%;
}

#menus_du_jour .colonne_menu {
    float: left;
    width: 225px;
    margin: 1em 10px 0 10px;
    text-align: center;
}

#menus_du_jour td {
    border: none;
}

#menus_du_jour td.plat_nom {
    text-align: left;
}

#menus_du_jour tr {
    border-top: 1px #ddd solid;
}
