﻿@import url(superfish.css);

/* css reset
--------------*/

body {
    color: #BBB;
    margin: 0px;
    padding: 0px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td {
}

.PageTitle, .Title {
    color: #F90;
    font-size: 20px;
    font-weight: bold;
    padding-left: 10px;
}

/* standard elements
----------------------*/

body {
    background: #fffeff url(../images/bgbody.jpg) 0 0 repeat-x;
    font-family: Arial,Helvetica,sans-serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    margin: 0 0 0;
    font-weight: lighter;
}

p, blockquote, pre, q, dl, ol, ul {
}

h1 {
    font-size: 2.5em;
    margin: .5em 0 0;
}

h2 {
    font-size: 1.5em;
}

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

p {
    text-align: justify;
}

ol ol, ul ul {
    margin: 0 0 .2em;
}

/* form elements
------------------*/

form fieldset {
    margin: 1em 0;
    padding: 1em;
    border: 1px solid #444;
}

form label {
    display: block;
    float: left;
    width: 12em;
    margin-bottom: .5em;
}

form input[type=text], form input[type=password], form textarea {
    display: block;
    margin: 0 0 .5em;
    color: #333;
    background-color: #DDD;
    border: 1px solid #333;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 1em;
}

form textarea {
    width: 300px;
}

form optgroup {
    color: #F90;
    font-style: normal;
    font-size: 1.1em;
    background-color: #333;
}

form option {
    color: #333;
    background-color: #DDD;
    padding: .1em .3em;
}

form input[type=checkbox], form input[type=radio] {
    display: block;
    clear: both;
    float: left;
    margin: .1em .5em 0 0;
    height: 1em;
    width: 1em;
    color: #333;
}

form input[type=checkbox] {
    background-color: #DDD;
    border: 1px solid #333;
}

    form input[type=text]:focus, form input[type=password]:focus, form input[type=checkbox]:focus, form input[type=radio]:focus form textarea:focus {
        background-color: #DB9;
        border: 1px solid #F90;
    }

form input[type=button], form input[type=submit], input[type=reset], form button {
    padding: .15em;
    font-size: .9em;
}

form table input[type=text], form table input[type=password], form table textarea {
    float: none;
    margin: 0;
}

form table label {
    width: auto;
}

/* page article tableau
----------------*/

.Tableau {
    text-align: center;
}

    .Tableau TD {
        border: 1px solid white;
        padding: 2px 0 3px 0;
    }

.LigneTab {
    font-weight: bold;
}

/* page layout
----------------*/

#Container {
    max-width: 980px;
    height: 100%;
    margin: 0 auto;
}

#Header {
    width: 100%;
}

#Content {
    width: 100%;
}

#Footer {
    margin: 10px 0 10px 0;
    font-size: 12px;
    padding-top: 8px;
    color: #EEF;
    background: #222 url(../images/bgfooter.jpg) 0 0 no-repeat;
    border: 1px solid #333;
    border-top-width: 0;
    height: 100px;
}

    #Footer A {
        padding: 0 10px 0 10px;
    }

        #Footer A:link, #Footer A:visited {
            color: white;
        }

        #Footer a:visited {
            color: gray;
        }

#Title {
}

/* header
-----------*/

#Header h1 {
    margin: 0;
    padding-top: 45px;
    color: #EEF;
    background: #222 url(../images/bgheader.jpg) 0 0 no-repeat;
    border: 1px solid #777;
    border-top-width: 0;
    text-align: center;
    height: 83px;
}

.LeftPart {
    padding-left: 5px;
}

.RightPart {
    text-align: right;
    min-width: 280px;
}

/* menu
---------*/
#MenuContainer {
    padding: 0 0 0 0;
    margin-top: 5px;
    height: 25px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,505050+99 */
    background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #505050 99%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #ffffff 0%,#505050 99%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #ffffff 0%,#505050 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#505050',GradientType=0 ); /* IE6-9 */
}

.LeftPart .Menu {
}

    .LeftPart .Menu .Item, .LeftPart .Menu .Altern, #LoginLink {
        padding: 5px 10px 5px 10px;
    }

        .LeftPart .Menu a, #LoginLink a {
            color: #333;
            font-weight: bold;
            text-decoration: none;
        }

            .LeftPart .Menu a:hover, #LoginLink a:hover {
                color: #ddd;
                background-color: #333;
            }

#LoginMenuContainer {
    color: #999;
    width: 150px;
    padding: 5px 0 5px 0;
    border: 1px solid red;
}

/* Search
------------*/
.RightPart .Search {
    margin: 0px 4px 0px 0px;
    padding: 0px;
    height: 24px;
}

    .RightPart .Search INPUT[type="text"] {
        font-weight: bold;
        border: none;
        border-right: solid 2px #424038;
        height: 16px;
        margin: 2px 0px 0px 0px;
        padding-left: 4px;
        width: 100px;
    }

    .RightPart .Search INPUT[type="submit"] {
        font-weight: bold;
        color: #424038;
        border: none;
        height: 18px;
        margin: 2px 0px 0px 0px;
        padding: 0px 2px 0px 2px;
    }

/* Tab Logo
------------*/
#Main {
    width: 100%;
    border: 1px solid #333;
    margin-top: 5px;
    background-color: #B58845;
}

/* Logo
------------*/

#LogoPart {
    float: left;
    width: 150px;
    vertical-align: top;
}

/* content
------------*/

.Content {
    width: 100%;
    padding: 10px 5px 10px 5px;
    background-color: #242424;
    background: #222 url(../images/bgcontent.jpg) 0 0 repeat-y;
    letter-spacing: .03em;
    line-height: 130%;
    vertical-align: top;
}

    .Content table {
        border-collapse: collapse;
    }

    .Content th {
        background-color: #333;
        min-width: 3em;
        padding: .2em .5em;
        border: 1px solid #222;
    }

    .Content td {
    }

    .Content a, #AjaxLogin a {
        text-decoration: none;
    }

        .Content a:hover, #content a:active, #content a:focus, #AjaxLogin a:hover, #AjaxLogin a:active, #AjaxLogin a:focus {
            text-decoration: underline;
        }

        .Content a:visited {
            color: #A40;
        }

        .Content a.external {
            background: url(../images/link_external.png) 0 50% no-repeat;
            margin-left: 5px;
            padding-left: 13px;
        }

        .Content a.image {
            background: url(../images/link_image.png) 0 50% no-repeat;
            margin-left: 5px;
            padding-left: 13px;
        }

        .Content a.document {
            background: url(../images/link_document.png) 0 50% no-repeat;
            margin-left: 5px;
            padding-left: 13px;
        }

/* article
-------------*/

.ArticleViewer {
    float: left;
}

.ArticleSlideshow {
    text-align: right;
    vertical-align: top;
    margin-right: 5px;
    margin-bottom: 5px;
    margin-left: 5px;
    float: right;
}

    .ArticleSlideshow IMG {
        border: 3px solid white;
    }

/* messages
-------------*/

div.information, div.error, div.success, ul.validation-summary-errors {
    margin: 1em 0;
    padding: 1em;
}

div.information {
    color: #C60;
    background-color: #FF9;
    border: 1px solid #F90;
}

div.error, ul.validation-summary-errors {
    color: #F00;
    background-color: #C99;
    border: 1px solid #900;
}

div.success {
    color: #060;
    background-color: #9C9;
    border: 1px solid #060;
}

.input-validation-error {
    border: 1px solid #ff0000;
    background-color: #ffeeee;
}

/* Admin
-------------*/

.frame .title {
    font-size: 1.5em;
    font-family: Trebuchet MS,Arial,Helvetica,sans-serif;
    color: #ff9900;
    text-align: center;
    margin-bottom: 10px;
}

.Frame.BO {
    width: 100%;
}

.frame .TopLeft {
    width: 12px;
    height: 12px;
}

.frame .Top {
    height: 12px;
}

.frame .TopRight {
    width: 12px;
    height: 12px;
}

.frame .Left {
    width: 20px;
}

.frame .Main {
}

.frame .Right {
    width: 20px;
}

.frame .BottomLeft {
    width: 12px;
    height: 10px;
}

.frame .Bottom {
    height: 12px;
}

.frame .BottomRight {
    width: 12px;
    height: 10px;
}

.frame .ActionBar {
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

.frame fieldset {
    border: solid 1px #aaaaaa;
    padding: 5px;
}

    .frame fieldset label {
        float: left;
        min-width: 200px;
        height: 20px;
        padding: 2px;
        margin: 2px;
        clear: left;
    }

.Frame.BO fieldset table {
    width: 100%;
}

.Frame.BO fieldset TD.Label {
}

.Frame.BO .create {
    margin-bottom: 10px;
}

.Frame.BO TR.header TD {
    border: 1px solid gray;
    padding: 1px;
    text-align: center;
    background-color: #3a3026;
}

.Frame.BO TR.item TD {
    background-color: #262626;
    text-align: center;
}

.Frame.BO TR.alternate TD {
    text-align: center;
    background-color: #563c25;
}

.Frame.BO .active {
    color: Green;
}

.Frame.BO .inactive {
    color: Red;
}

.Frame.BO A:visited, .Frame.BO A:link {
    text-decoration: none;
}

.Frame.BO A:hover {
    text-decoration: underline;
}

.hz-menu a, .hz-menu a:visited {
    color: #000000;
    font-size: 14px;
}

.hz-menu li {
    z-index: 100;
}

    .hz-menu li:hover, .hz-menu li.sfHover, .hz-menu a:focus, .hz-menu a:hover, .hz-menu a:active {
        background-color: #F1E0C5;
    }

    .hz-menu li li:hover, .hz-menu li li.sfHover {
        background-color: #F0F0F0;
    }


.ListDisposition .Horizontal .Item, .ListDisposition .Horizontal .Altern {
    background-color: transparent;
    border: none;
}

    .ListDisposition .Vertical .Item:hover, .ListDisposition .Vertical .Altern:hover, .ListDisposition .Horizontal .Item:hover, .ListDisposition .Horizontal .Altern:hover {
        background-color: transparent;
    }

.ListDisposition .Horizontal .Title {
    color: #C9A777;
}

.Disposition {
    width: 70%;
    margin: 0 80px;
}

    .Disposition .Body {
        width: 810px;
        padding: 0px 5px;
        margin: 0px auto;
    }

    .Disposition .Description {
        padding: 15px 10px;
    }

    .Disposition .PhotoRightTop .Photo .SmallPhoto, .Disposition .PhotoLeftTop .Photo .SmallPhoto {
        margin-top: 12px;
    }

    .Disposition .Photo .SmallPhoto IMG {
        border: none;
        max-width: 228px;
        padding: 0;
        margin: 4px auto;
        display: block;
        float: right;
    }

    .Disposition .Photo .SmallPhoto embed {
        width: 290px;
        height: 228px;
        padding: 12px 12px 12px 8px;
        margin-right: -20px;
    }

    .Disposition .Photo .BigPhoto {
        max-width: 573px;
        max-height: 441px;
        padding: 27px 0px 0px 17px;
    }

        .Disposition .Photo .BigPhoto IMG {
            border: none;
            max-width: 550px;
            max-height: 412px;
        }

    .Disposition .ThumbRight .Photo {
        width: 290px;
    }

    .Disposition .ThumbRight .Description, .Disposition .ThumbLeft .Description {
        width: 510px;
        padding: 4px;
        margin: 0px;
    }

    .Disposition .PhotoBottom .Photo, .Disposition .PhotoTop .Photo {
        margin: 10px auto;
        width: 812px;
        clear: both;
    }


    .Disposition .ThumbBottom .SmallPhoto img, .Disposition .ThumbTop .SmallPhoto img {
        margin: 10px;
        max-height: 160px;
    }

.Form .Main {
    background-color: #D0D0D0;
    color: #000000;
}

.Form {
    margin-left: auto;
    margin-right: auto;
}

.ActionBar {
    clear: both;
}

.CreatedBy A {
    color: #FD890A !important;
    padding: 0px !important;
}

.ListDisposition .Horizontal .Altern .Title {
    height: 40px;
    overflow: hidden;
    text-align: right;
    width: auto;
}

.ListDisposition .Horizontal .Altern .Description {
    text-align: right;
}


.hz-menu li > span {
    padding: 12px;
    display: block;
    color: #000000;
    font-size: 14px;
}

    .hz-menu li > span:hover {
        background-color: #F1E0C5;
    }
