/*---------------------------------------------------------
/*      =TAGS
/*      =STRUCTURE
/*        @Header
/*        @Nav
/*        @Container
/*        @Aside
/*        @Footer
/*      =MODULES
/*        @Carousel
/*        @Onglets
/*        @Forms
-------------------------------------------------------- */


/*---------------------------------------------------------
        =TAGS
-------------------------------------------------------- */
html
{
	overflow:hidden;
}
html, body {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    height: 100%;
}

body {
    font: 0.625em/1em arial, helvetica, sans-serif;
    text-align: left;
    background: #fafafa;
    overflow:auto;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
    line-height: 1.0em;
    margin: 0;
    padding: 0;
}

h1, .h1 {
    font-size: 1.8em;
}

h2, .h2 {
    font-size: 1.6em;
}

h3, .h3 {
    font-size: 1.4em;
}

h4, .h4 {
    font-size: 1.2em;
}

h5, .h5 {
    font-size: 1.2em;
}

h6, .h6 {
    font-size: 1.2em;
}

p {
    font-size: 1.2em;
    line-height: 1.2em;
    margin: 0 0 1em;
    padding: 0;
}

dt, dd, dl {
    margin: 0;
    padding: 0;
}

ul {
    list-style-position: outside;
    list-style-type: disc;
    margin: 0;
    padding: 0;
} 

ol {
    list-style: decimal;
    list-style-position: outside;
    margin: 0;
    padding: 0;
}

li {
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

a {
    color: #000;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: underline;
}

img {
    border: 0;
}

hr {
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    color: #fff;
    height: 0;
    margin: 0;
}

form {
    margin: 0;
    padding: 0;
}

textarea {
    line-height: 1.2em;
}

label {
    cursor: pointer;
}

table {
    border: 0;
    border-collapse: collapse;
    margin: 0;
    padding: 0;
}

th, td {
    font-size: 1.0em;
    margin: 0;
    padding: 0;
}

blockquote {
    margin: 0.6em 1.8em;
    padding: 0;
}

small {
    font-size: 0.8em;
}

kbd {
    border: 1px solid #000;
    padding: 1px 2px;
}

sup {
    bottom: 0.3em;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.2em;
    position: relative;
    vertical-align: baseline;
}

acronym, abbr {
    border-bottom: 1px dashed;
    cursor: help;
    letter-spacing: 1px;
}

/*---------------------------------------------------------
        =STRUCTURE
-------------------------------------------------------- */

#id_div_app {
    min-height: 100%;
    position: relative;
}

#id_div_site  {
    margin: 0 auto;
    padding: 5px 0;
    width: 964px;
}

/*      @Header
------------------------------------ */

#header h1 {
    position: absolute;
    top: -1000px;
    left: -4000px;
}

#banner {
    height: 67px;
    overflow: hidden;
    margin-bottom: 6px;
}

/*      @Container
------------------------------------ */

#container {

}

.index #content {
    float: none;
    width: 100%;
    height: 552px;
    background: url(../images/bg-index.jpg) no-repeat top left;
    -moz-box-shadow: 2px 2px 2px #c5c5c5;
    -webkit-box-shadow: 2px 2px 2px #c5c5c5;
    box-shadow: 2px 2px 2px #c5c5c5;
    margin: 0;
    padding: 0;
    position: relative;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.index #content h2 {
    text-align: center;
    padding: 20px 0 25px;
    margin: 0;
    height: auto;
}
.index form {
    width: 230px;
    margin: 0 auto;
    padding: 15px 15px 10px;
}
.index form p {
    clear: both;
}

.index form p label {
    float: none;
    display: inline;
    width: auto;
}

.index form p.text input {
    width: 230px;
    float: none;
    display: inline;
    margin-top: 0.2em;
}

.index form p.text {
    margin: 0 0 1em;
}

.index form p.button {
    padding: 1em 0 0;
    margin: 0;
}

#logoData {
    position: absolute;
    left: 874px;
    top: 500px;
}

#header {
    position: relative;
}

#content {
    position: relative;
    float: left;
    width: 564px;
    min-height: 464px;
    padding: 10px 15px 5px;
    overflow: hidden;
}

#contentInner {
    padding: 15px 5px 0px 15px;
}

#content h2 {
    margin-bottom: 0.5em;
}
#content h3 {
    margin-bottom: 0.5em;
    font-weight: bold;
}


#submit,
#submitAll {
    float: right;
}
/*      @Footer
------------------------------------ */

#footer {
}


/*---------------------------------------------------------
        =MODULES
-------------------------------------------------------- */

.clear {
    clear: both;
}

.borderContener {
    -moz-box-shadow: 2px 2px 2px #c5c5c5;
    -webkit-box-shadow: 2px 2px 2px #c5c5c5;
    box-shadow: 2px 2px 2px #c5c5c5;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    border: 5px solid #f5f5f5;
    background: #fff;
    margin-bottom: 5px;
}

/*      @Lightbox
------------------------------------ */


#overlayLightbox {
    background: #000;
    display: none;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    opacity: 0.7;
    height: 100%;
    left: 0px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 200;
}

.lightBox h3 {
    margin-bottom: 1em;
}

.lightBox form p.file input {
    width: 250px;
}

.lightBox {
    -moz-box-shadow: 2px 2px 5px #222;
    -webkit-box-shadow: 2px 2px 5px #222;
    background: #fff;
    box-shadow: 2px 2px 5px #222;
    display: none;
    min-height: 240px;
    height: 240px;
    height: auto !important;
    left: 50%;
    margin: -120px 0 0 -300px;
    padding: 5px;
    position: fixed;
    top: 50%;
    width: 590px;
    z-index: 210;
}

#overlayLightbox.lightBoxOpen,
.lightBoxOpen {
    display: block;
}

.lightBox .fermer {
    height: 16px;
    padding: 10px 10px 20px 10px;
}

.lightBox .fermer img {
    display: block;
    float: right;
}

.lightBox .contentLightbox {
    padding: 0 54px;
}


/*      @Forms
------------------------------------ */

form input,
form select,
form textarea {
    font-family: arial, helvetica, sans-serif;
}

form h3 {
    font-size: 1.2em;
    line-height: 1.2em;
}

form p {
    font-size: 1.0em;
    line-height: 1.0em;
    padding: 0 0 5px 0;
    margin: 0;
}

form p span.label,
form p label {
    display: block;
    font-size: 1.2em;
    line-height: 1.2em;
    width: 110px;
    float: left;
    padding: 2px 10px 0 0;
    text-align: left;
}
form ul {
    list-style: none;
    margin-bottom: 1em;
}
form li label {
    font-size: 1.2em;
    line-height: 1.2em;
    padding: 2px 0 0 0;
}


form p textarea,
form p select,
form p.text input {
    font-size: 1.2em;
    margin: 0;
    padding: 1px 2px;
    width: 404px;
}

form p {
    height: 25px;
}

form p.text input {
    border: 1px solid #45667e;
    height: 14px;
}

form p.radio input {
    float: left;
}

form p.radio label {
    margin: 0;
    padding: 2px 4px;
    width: auto;
}

form p input.petitText {
    width: 60px;
}

form p.submit {
    text-align: center;
    padding: 20px 0;
}

form p.submit input {
    border: 0;
    color: #000;
    font-weight: bold;
    padding: 0px 8px;
    margin: 0;
    font-size: 1.3em;
    line-height: 1.1em;
    text-transform: uppercase;
    height: 25px;
}

form p.obligatoire {
    color: #000;
    font-size: 1.2em;
    line-height: 1.2em;
    font-style: italic;
}

form p.erreur {
    color: #f00;
    font-size: 1.2em;
    line-height: 1.2em;
    font-weight: bold;
    padding: 0 0 15px 0;
}

form .cols2 {
    clear: both;
    width: 530px;
}

form .cols2 p {
    float: left;
}
form .cols2 p.text input {
    width: 90px;
}

/** Error */
/*
div.error {
    color: #c22016;
    margin-bottom: 1em;
    clear: both;
}

label.error {
    position: absolute;
}
*/

form p textarea.error, form p select.error, form p.text input.error {
    border-color: #c22016;
}

#comfirmationForm {
    width: 320px;
    margin: 0 auto;
}

#addButton {
    float: right;
    padding: 2px;
}

#comfirmationForm input {
    width: 255px;
}

#manualEntryForm label {
    width: auto;
}

#manualEntryForm p.text input {
    width: 116px;
    float: left;
    margin-right: 20px;
}

#manualEntryForm h4 {
    color: #45667e;
    font-size: 1.3em;
    margin-bottom: 0.5em;
}