/*-------------------------------------------------------------------------------- 
/*          =BALISES
/*          =STRUCTURE
/*               @Entête
/*               @Conteneur
/*               @Pied de page
/*          =CLASSES
/*          =MODULES
/*              @Navigation
/*              @Formulaires    
/*          =AJOUT
-------------------------------------------------------------------------------- */

/*-------------------------------------------------------------------------------- 
          =BALISES
-------------------------------------------------------------------------------- */
 
html, body {
  font-size: 100%;
    text-align: center;
    padding: 0;
    border: 0;
    margin: 0;
}
 
body {
  font: 0.625em/1em verdana, helvetica, sans-serif;
    text-align: left;
}

h1, h2, h3 {
  font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font: 1.6em/1em verdana, helvetica, sans-serif;
    color: #9c0707;
    margin: 20px 0 30px 0;
}
 
h2 {
    font: 1.6em/1em verdana, helvetica, sans-serif;
}
 
h3 {
    font: 1.4em/1em verdana, helvetica, sans-serif;
}

p {
    font: 1em/1em verdana, helvetica, sans-serif;
    padding: 0 0 0 0;
    margin: 0;
}
 
ul, ol {
    list-style: none;
    padding: 0 0 0 0;
    margin: 0;
}

a {
    text-decoration: none;
}
 
a:hover, a:focus {
    text-decoration: underline;
}
 
img {
    border: 0;
}
 
hr {
    height: 0;
    color: #fff;
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    margin: 0;
}
 
form {
    padding: 0;
    margin: 0;
}
 
textarea {
    line-height: 1.25;
}
 
label {
    cursor: pointer;
}
 
table {
    padding: 0;
    border: 0;
    margin: 0 0 0 0;
    border-collapse: collapse;
}
 
th, td {
    padding: 0;
}

/*-------------------------------------------------------------------------------- 
          =STRUCTURE
-------------------------------------------------------------------------------- */
 
#site  {
    width: 884px;
    height: 580px;
    margin: 50px auto;
    background: url(../img/fond-vert.jpg) no-repeat;
    position: relative;
}


/*          @Conteneur          
---------------------------------------- */
 
#content {
    padding: 140px 50px 0 300px;
}

#content p .sup {
    position: relative;
    top: -1px;
}

#content p {
    font-size: 1.1em;
    color: #000;
    text-align: justify;
    margin: 0 0 20px 0;
}

#content p.etoile {
    font-size: 1.0em;
    color: #999;
    font-style: italic;
}
 
/*          @Pied de page          
---------------------------------------- */
 
#footer {
    position: absolute;
    bottom: 15px;
    left: 200px;
    color: #000000;
}

#footer a {
    color: #545255;
    font-size: 1.0em;
/*    font-weight: bold;*/
}

#footer a:hover {
    color: #9c0707;
    text-decoration: none;
}


/*-------------------------------------------------------------------------------- 
          =CLASSES
-------------------------------------------------------------------------------- */
 
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }
 
.bold { font-weight: bold; }
.italic { font-style: italic; }
 
.floatLeft { float: left; }
.floatRight { float: right; }
 
.imgLeft { float: left; margin: 0 5em 1em 0; }
.imgRight { float: right; margin: 0 0 1em 5em; }

.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.erreur { color: #9c0707; }

/*          @Formulaires          
---------------------------------------- */

#content form {
}

#content form p {
    margin: 0 0 5px 0;
}

#content form p input {
    font-size: 1.1em;
    vertical-align: middle;
}

#content form p label {
    color: #e65617;
    display: block;
    width: 90px;
    text-align: right;
    float: left;
    padding: 4px 10px 0 0px;
}

#content form p label.nofloat {
    display: inline;
    width: auto;
    text-align: left;
    float: none;
    padding: 0px;
    color: #000;
}
#content form p label.noPaddingTop {
    padding-top: 0;
}

#content p.carteFidelite label, #content p.email label {
    width: 200px;
    color: #9e061c;
}

#content p.carteFidelite, #content p.email {
}

#content p.email {
    margin: 0 0 25px 0;
}

#content p.titre {
    font-size: 1.2em;
    margin: 0 0 10px 0;
    font-weight: bold;
    text-decoration: underline;
    color: #e65617;
}

#content form p.colMoit {
    width: 265px;
    float: left;
}

#content form p.nofloat {
    float: none;
}

#content form p.submit {
    clear: both;
    padding: 25px 0 20px 0;
}

#content form p.submit input {
    float: right;
    margin: -10px 0 0 10px;
}
 
div#all, #site{position:absolute;width:920px; height:580px; top:50%;margin-top:-280px;left:50%;margin-left:-460px;}
div#flashContent object{outline:none;} 
