
/* STRUCTURE */

body
{
    font-family: 'Calibri' , Arial, Sans-Serif;
    font-size: 13px;
    color: #444444;
    margin: 0;
    padding: 0;
    background-image: url(/Content/images/bgbanner.jpg);
    background-repeat: repeat-x;
    background-position: top;
}

img
{
    border: none;
}

p
{
    margin: 0;
    padding: 0;
}

.fr
{
    float: right;
}

.fl
{
    float: left;
}

.clear
{
    clear: both;
}

#wrapper
{
    width: 980px;
    margin: 0 auto;
}

#header
{
    position: relative;
    background-color: #F7F7F7;
    background-image: url(/Content/images/banner.jpg);
    height: 138px;
    margin: 0 0 25px 0;
}

#header2
{
    position: relative;
    background-color: #F7F7F7;
    background-image: url(/Content/images/banner2.jpg);
    height: 138px;
    margin: 0 0 25px 0;
}

#content
{
    margin-bottom: 30px;
}

.contentwidth
{
    width: auto;
}

.paddingleft30
{
    padding-left: 30px;
}

.marginright10
{
    margin-right: 10px;
}


/* ENTETES */

.generaltitle
{
    color: #c20440;
    position: absolute;
    top: 55px;
    left: 0;
    font-size: 30px;
    font-family: 'Times New Roman' , Times, serif;
}

h1
{
    background-image: url(/Content/images/bgh1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #a2a2a2;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
}

h2 {
    background-color: #c30b4b;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 0 0 0 20px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    /*height: 25px;*/
    line-height: 25px;
}

.bginactif {
    background-color: #c30b4b;
    background-image: url(/Content/images/bginactif.png);
    background-repeat: no-repeat;
    background-position: top left;
}

.bgactif {
    background-color: #c30b4b;
    background-image: url(/Content/images/bgactif.png);
    background-repeat: no-repeat;
    background-position: top left;
}


h3
{
    background-image: url(/Content/images/bgh1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #bcbcbc;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

h4
{
    background-image: url(/Content/images/bgh1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #c30b4b;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    height: 25px;
    line-height: 25px;
}

h5
{
    background-image: url(/Content/images/bgh1.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-color: #c30b4b;
    color: #FFFFFF;
    margin: 0 0 15px 0;
    padding: 0 0 0 15px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: 25px;
    line-height: 25px;
}

/* NAVIGATION GENERALE */

#menu
{
    width: 980px;
    margin: 0 auto;
    margin-bottom: 15px;
}

#menu ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#menu li
{
    float: left;
    margin-right: 10px;
}

#menu li a
{
    display: block;
    width: 186px;
    vertical-align: middle;
    height: 70px;
    line-height: 70px;
    background-image: url(/Content/images/degrademenu.jpg);
    background-repeat: repeat-x;
    text-align: center;
    border: 1px solid #CCCCCC;
    color: #444444;
    text-decoration: none;
    font-size: 16px;
}

#menu li a:hover
{
    border-bottom: 5px solid #c30b4b;
    height: 65px;
    color: #c30b4b;
}

#menu .current
{
    border-bottom: 5px solid #c30b4b;
    height: 65px;
}

#menu .last
{
    float: right;
    margin: 0;
    padding: 0;
    /*width: 152px;*/
}

#menu .multi
{
    line-height: 1;
}

/* SOUS-MENUS OEUVRES */

#sousmenu_oeuvres
{
    width: 980px;
    margin: 0 auto;
    margin-bottom: 25px;
}

#sousmenu_oeuvres ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sousmenu_oeuvres li
{
    float: left;
    margin-right: 10px;
}

#sousmenu_oeuvres li a
{
    display: block;
    width: 153px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    /*background-image: url(/Content/images/degrademenu.jpg);*/
    background-color: #f7f7f7;
    background-repeat: repeat-x;
    text-align: center;
    border: 1px solid #CCCCCC;
    color: #444444;
    text-decoration: none;
    font-size: 16px;
    border-top: 5px solid #c30b4b;
}

#sousmenu_oeuvres li a:hover
{   
    background-image: url('');
    background-color: #c30b4b;
    color: #ffffff;
    font-size: 18px;
}

#sousmenu_oeuvres .current a
{
    background-color: #c30b4b;
    font-weight: bold;
    color: #ffffff;
}

#sousmenu_oeuvres .alignfloatright
{
    float: right;
    margin-right: 0;
    margin-left: 10px;
}

/* SOUS-MENUS CONTRATS */

#sousmenu_contrats
{
    width: 980px;
    margin: 0 auto;
    margin-bottom: 25px;
}

#sousmenu_contrats ul
{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#sousmenu_contrats li
{
    float: left;
    margin-right: 10px;
}

#sousmenu_contrats li a
{
    display: block;
    width: 153px;
    vertical-align: middle;
    height: 30px;
    line-height: 30px;
    background-image: url(/Content/images/degrademenu.jpg);
    background-repeat: repeat-x;
    text-align: center;
    border: 1px solid #CCCCCC;
    color: #444444;
    text-decoration: none;
    font-size: 16px;
}

#sousmenu_contrats li a:hover
{
    height: 30px;
    color: #c30b4b;
}

#sousmenu_contrats .current
{
    height: 30px;
    color: #c30b4b;
}

#sousmenu_contrats .last
{
    float: right;
    margin: 0;
    padding: 0;
    margin-left: 10px;
}


/* LIENS */

a
{
    color: #c30b4b;
    text-decoration: none;
}

a:hover
{
    color: #999999;
}


/* TABLES ET FORMS */

input[type="text"], input[type="password"], textarea
{
    background-color: #F7F7F7;
    border: 1px solid #CCCCCC;
    width: 98%; /*float: right;*/
    font-family: 'Calibri' , Arial, Sans-Serif;
    font-size: 13px;
}

input[type="submit"]
{
    font-family: 'Calibri' , Arial, Sans-Serif;
    font-size: 13px;
    border-width: 0px;
    height: 20x;
    line-height: 20px;
    background-color: #c30b4b;
    text-align: center;
    color: #FFFFFF;
    padding: 0 10px 0 10px;
    min-width: 75px;
}

select
{
    width: 100%;
}

textarea
{
    height: 152px;
}

input[type="text"], input[type="password"]
{
    height: 20px; /*margin-bottom: 4px;*/
}

table input[type="text"], input[type="password"], textarea
{
    height: 19px;
    background-color: #ffffff;
    border: 1px solid #CCCCCC;
    width: 98%; /*float: right;*/
    font-family: 'Calibri' , Arial, Sans-Serif;
    font-size: 13px;
}

th
{
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    text-align: left;
    font-variant: small-caps;
}

th.header
{
    background-image: url(/Content/images/small.png);
    background-repeat: no-repeat;
    background-position: center left;
    padding-left: 10px;
    cursor: pointer;
}

th.headerSortDown
{
    background-image: url(/Content/images/small_desc.png);
}

th.headerSortUp
{
    background-image: url(/Content/images/small_asc.png);
}

td
{
    height: 25px;
    line-height: 25px;
}

.top th, .top td
{
    vertical-align: top;
}

.table2
{
    margin-bottom: 15px;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.table2 td
{
    height: 25px;
    line-height: 25px;
    background-color: #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-left: 10px;
}

.table2 th
{
    height: 25px;
    line-height: 25px;
    background-color: #d8d8d8;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-left: 10px;
    color: #444444;
    text-align: left;
    font-weight: bold;
}

.table3
{
    margin-bottom: 15px;
    border-left: 1px solid #CCCCCC;
    border-top: 1px solid #CCCCCC;
}

.table3 td
{
    height: 25px;
    line-height: 25px;
    font-weight: bold;
    background-color: #F7F7F7;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-left: 3px;
    padding-right: 3px;
}

.table3 th
{
    background-color: #d8d8d8;
    color: #444444;
    text-align: left;
    font-weight: bold;
}

/*.table3 input
{
    height: 25px;
    overflow: hidden;
    float: none;
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
    color: #bbbbbb;
}*/

.table3 input[type="text"], input[type="password"], textarea
{
    width: 95%;
    height: 19px;
    background-color: #ffffff;
}

/*.table3 img
{
    padding-left: 2px;
}*/

td .tdtitle
{
    background-color: #d8d8d8;
    color: #444444;
    text-align: left;
    font-weight: bold;
}


/* BOUTONS */

.button
{
    height: 20x;
    line-height: 20px;
    background-color: #c30b4b;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

.button a
{
    color: #FFFFFF;
    display: block;
    padding: 0 10px 0 10px;
    min-width: 75px;
    font-weight: bold;
    cursor: pointer;
    cursor: hand;
}

.button a:hover
{
    color: #e4e4e4;
    cursor: pointer;
    cursor: hand;
}

.button_inverse {
    height: 20x;
    line-height: 20px;
    border: 2px solid #c30b4b;
    background-color: #ffffff;
    text-align: center;
    cursor: pointer;
    cursor: hand;
}

    .button_inverse a {
        color: #c30b4b;
        display: block;
        padding: 0 10px 0 10px;
        min-width: 75px;
        font-weight: bold;
        cursor: pointer;
        cursor: hand;
    }

        .button_inverse a:hover {
            color: #e4e4e4;
            cursor: pointer;
            cursor: hand;
            height: 20x;
            line-height: 20px;
            background-color: #c30b4b;
            text-align: center;
            cursor: pointer;
            cursor: hand;
        }

.add_exploitation
{
    height: 20x;
    line-height: 20px;
    padding: 0px 0px 0px 10px;
    background-position: 5px center;
    cursor: pointer;
    cursor: hand;
    background-image: url(/Content/images/addwhite.png);
    background-repeat: no-repeat;
}

.bt_actions
{
    width: 100px;
    float: right;
    margin: 0 0 0 5px;
    cursor: pointer;
    cursor: hand;
}

.bt_edit
{
    background-color: #999999;
    width: 100px;
    float: right;
    margin: 0 0 0 5px;
    cursor: pointer;
    cursor: hand;
}

.bt_contact
{
    position: absolute;
    right: 0px;
    bottom: 0;
    cursor: pointer;
    cursor: hand;
}

.bt_disconnect
{
    position: absolute;
    right: 0;
    top: 0;
    cursor: pointer;
    cursor: hand;
}

.bt_lang
{
    position: absolute;
    left: 0;
    top: 0;
    color: #FFFFFF;
    cursor: pointer;
    cursor: hand;
}

.bt_lang a
{
    display: inline;
}

.bt_lang a:hover
{
    background-color: #c30b4b;
    color: #CCCCCC;
}

.bt_lang a.current
{
    background-color: #c30b4b;
    color: #CCCCCC;
}

.field-validation-error
{
    color: #FF0000;
}

.validation-summary-errors
{
    color: #FF0000;
}

.watermark
{
    color: #999 !important;
}

#adminPanel {
    /*height: 50px;*/
    background-color: #c30b4b;
    color: #ffffff;
}

#adminPanel a {
    color: #ffffff;
}

#adminPanel a:hover {
    font-weight: bold;
    color: #ffffff;
}

.labelRequired {
    font-weight: bold!important;
    color: #c20440!important;
}

/******** ValidEmail page *********/
.pageTitle {
    font-weight: bold;
    white-space: nowrap;
    padding: 5px;    
}

.button_blue {
  border: 2px solid #0099cc;
  background-color: #0099cc;
  color: #ffffff;
  padding: 10px;
  cursor: hand;
}
  .button_blue:hover {
    border: 2px solid #0099cc;
    background-color: #ffffff;
    color: #0099cc; 
    padding: 10px;
    cursor: hand;
  }
.button_blue_inverse {
  border: 2px solid #0099cc;
  background-color: #ffffff;
  color: #0099cc;
  padding: 10px;
  cursor: hand;
}
.button_blue_inverse:hover {
  border: 2px solid #0099cc;
  background-color: #0099cc;
  color: #ffffff;
  padding: 10px;
  cursor: hand;
}