/* css */

body {
    background-image:url('../styleSheets/img/logoFond.png') ;
    background-repeat: repeat-y;
    background-attachment:fixed;
    padding: 10px 20px;
    font-family: Verdana, Tahoma, sans-serif;
    font-size: .8em;
    line-height: 1.25;
    color : black;
}
body p {
    margin: 10px;
    padding : 10px;
}

#mainForm {
    width: 900px;
    margin: 0 auto;
    padding: 0;
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    box-shadow:0 0 10px rgba(0, 0, 0, 0.3);
    -webkit-border-bottom-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background-color: rgb(255,255,255);
    background-color: rgba(255,255,255,.3);
}

fieldset {
    padding:0 40px 35px 50px;
    margin:0;
    border: 0px solid transparent;
}

fieldset ul {
    margin:0;
    padding: 15px 0 0 0;
    list-style-type: none;
}

form{
    border: 0;
    width: 750px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0 0 0;
    margin:0 auto;
    position: relative;
}
.message{
    border: 0;
    width: 750px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0 0 0;
    margin:0 auto;
    position: relative;
}

li {
    float:left;
    margin:0 0 12px 0;
    padding:0;
    width:750px;
}

label {
    float: left;
    line-height: 167% ;
    width: 163px;
    cursor: pointer;
    position: relative;
}

input{
    float:left;
    height: 20px;
    width: 161px;
    border: 1px solid #8eb0d9;
    padding:0;
    background: #FFF;
}

input.btnCancel, input.btnSend {
    margin: 25px 0 0 0;
    float: left;
    width: 85px;
    height: 30px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
    padding:0 0 2px 0;
    text-indent:0px;
    background-color: #8eb0d9;
    border:1px solid #8eb0d9;
}
input.btnSend {
    float: right;
    margin-right:180px;
    border: 1px solid #175ba2;
    border-color: #175ba2;
    background:#175ba2;
}

fieldset legend {
    margin: 0 0 0 -180px;
    padding: 7px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #8eb0d9;
    background: -moz-linear-gradient(top, #8eb0d9, #6293cb);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8eb0d9), color-stop(1,#6293cb));
    background: -o-linear-gradient(top,#8eb0d9, #6293cb);
    /* background: linear-gradient(top,#8eb0d9, #6293cb); */
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow:1px 1px 2px #ccc;
}
.error {
    font: normal 10px arial;
    padding: 3px;
    margin: 3px;
    background-color: #ffc;
    border: 1px solid #c00;
}
.erreur {
    border: 0;
    width: 360px;
    background-color: #FFF;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 15px 0 0 0;
    margin:0 auto;
    position: relative;
}
#copyright {
    margin: 0 0 0 -60px;
    padding: 7px 20px;
    color: #FFF;
    font-weight: bold;
    font-size: 18px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #8eb0d9;
    background: -moz-linear-gradient(top, #8eb0d9, #6293cb);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #8eb0d9), color-stop(1,#6293cb));
    background: -o-linear-gradient(top,#8eb0d9, #6293cb);
    /* background: linear-gradient(top,#8eb0d9, #6293cb); */
    -moz-box-shadow: 1px 1px 2px #ccc;
    -webkit-box-shadow: 1px 1px 2px #ccc;
    box-shadow:1px 1px 2px #ccc;
}

table#patron {
    background-color : rgba(255, 245, 95, 0.43);
    border : 1px solid #000 ;
    width : 700px;
}
table#patron td{
    padding : 1px;
    border : solid #000 1px;
}
.titreTableau {font-weight : bold;
    color : #FF0000;
    text-align : center;
    background-color: rgba(41, 47, 48, 0.13)
}

/** Tableau : */

.montableau {

    width: 90%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0;
    text-shadow: 0 1px 0 #fff;
    color: #2a2a2a;
    background: #fafafa;
    background-image: -moz-linear-gradient(top, #fff, #eaeaea, #fff);
}
.montableau td {
    height:50px;
    line-height: 50px;
    padding: 0 20px;
    border-bottom: 1px solid #cdcdcd;
    box-shadow: 0 1px 0 white;
    -moz-box-shadow: 0 1px 0 white;
    -webkit-box-shadow: 0 1px 0 white;
    white-space: nowrap;
    text-align: center;
}
/* Body */
.montableau tbody td {
    text-align: center;
    font: normal 12px Verdana, Arial, Helvetica, sans-serif;
    width: 150px;
}

.montableau tbody td:first-child {
    width: auto;
    text-align: left;
}

.montableau td:nth-child(2), .montableau td:nth-child(3){
    background: #efefef;
    background: rgba(144,144,144,0.15);
    border-right: 1px solid white;
}
.montableau td:nth-child(4){
    background: #e7f3d4;
    background: rgba(184,243,85,0.3);
}

/* Header */
.montableau thead td {
    font: bold 0.8em 'trebuchet MS','Lucida Sans', Arial;
    -moz-border-radius-topright: 10px;
    -moz-border-radius-topleft: 10px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    border-top:1px solid #eaeaea;
}

.montableau thead td:first-child {
    border-top: none;
}

/* Footer */

.montableau tfoot td {
    font: bold 0.9em Georgia;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    border-bottom:1px solid #dadada;
}

.montableau tfoot td:first-child {
    border-bottom: none;
}
#information {
    margin-left: auto;
    margin-right: auto;
    width: 900px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #1c4a73;
}
#infomini {
    margin-left: auto;
    margin-right: auto;
    width: 500px;
    border: 2px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    background-color: #fbfbc1;
}
#pied {
    margin-left: 20px;
    margin-right: 1px;
    padding: 0 10px 10px 10px;
    background: #ffffff;
    border: 5px solid #1D6893;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align:center;
    font-size: 1em;
}
#pied h1 {
    color: #FFFFFF;
    background-color:#1D6893;
    font-size: 1em;
    text-transform:uppercase;
    text-align: center;
}
em {

    font-weight: bold;
    color: #1D6893;
}

b {
    font-style: italic;
    color: #0909f3;
}
strong {
    font-style: italic;
    color: #f32833;
}