/*---------------------------------------------------------
/*      =TAGS
/*      =STRUCTURE
/*        @Header
/*        @Container
/*        @Footer
/*      =MODULES
/*        @Forms
-------------------------------------------------------- */


/*---------------------------------------------------------
        =TAGS
-------------------------------------------------------- */

html, body {
    border: 0;
    font-size: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
}

body {
    font: 0.625em/1em arial, helvetica, sans-serif;
    text-align: left;
    background: url(../images/fond.png) repeat-x #f0f0f0;
}

abbr, article, aside, audio, bb, canvas,
datagrid, datalist, details, dialog, eventsource,
figure, footer, header, hgroup, mark, menu,
meter, nav, output, progress, section, time, video {
    display: block;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    font-weight: normal;
    line-height: 1em;
    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;
    margin: 0;
    padding: 0;
}

ul {
    list-style-position: inside;
    list-style-type: disc;
    margin: 0;
    padding: 0;
} 

ol {
    list-style: decimal;
    list-style-position: inside;
    margin: 0;
    padding: 0;
}

li {
    font-size: 1.2em;
    margin: 0;
    padding: 0;
}

a {
    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.2em;
    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
-------------------------------------------------------- */

#site  {
    margin: 0 auto;
    width: 970px;
    height: 600px;
    position: relative;
}

#content {
    position: absolute;
    top: 150px;
    left: 0px;
    width: 970px;
}

#content a {
    text-decoration: underline;
    color: #397BB1;
}

#content a:hover {
    text-decoration: none;
}

#content h1,
#content h2 {
    color: #387db3;
    font-weight: bold;
    line-height: 1.2em;
}

#content h1 {
    margin: 0 0 30px 0;
    font-size: 2.2em;
}

#content h2 {
    margin: 0 0 20px 0;
}

#content p {
    color: #397bb1;
    line-height: 1.2em;
    font-size: 1.2em;
    padding: 0 0 20px 0;
}

#content p.chapeau {
    font-size: 1.4em;
}

#content p.obligatoire {
    font-size: 1.1em;
    color: #b62a86;
}

#content p.erreurForm {
    color: #ff0000;
}

#site .formulaire {
    left: 150px;
    width: 640px;
}

#site .formulaire .colGauche {
    width: 210px;
    float: left;
    padding: 20px 0 0 0;
}

#site .formulaire .colDroite {
    width: 340px;
    float: right;
}

#site .formulaire form p {
    padding: 0 0 12px 0;
    font-size: 1.1em;
}

#site .formulaire form p.robot {
    background: #fff;
}

#site .formulaire form p.text label,
#site .formulaire form p span.label {
    width: 105px;
    float: left;
    display: block;
    padding: 4px 5px 0 0;
    font-size: 1.2em;
    text-align: right;
}

#site .formulaire form p.radio label {
    font-size: 1.4em;
}

#site .formulaire form p.text input {
    width: 195px;
    font-size: 1.0em;
    color: #397BB1;
}

#site .formulaire form p.text input.petitText {
    width: 56px;
}

#site .formulaire form p.text input.grandText {
    width: 130px;
}

#site .formulaire form p.checkboxPlus input {
    float: left;
}

#site .formulaire form p.checkboxPlus label {
    float: left;
    padding: 0 0 0 3px;
}

#site .formulaire form p.submit {
    position: absolute;
    top : 240px;
    left: 50px;
}


#site .scrollContent {
    overflow: auto;
    height: 400px;
    padding: 10px 10px 10px 60px;
    width: 900px;
}

#site .scrollContent p {
    line-height: 1.4em;
}

#content address {
    font-size: 1.2em;
    color: #3e7bb1;
    font-weight: bold;
    margin: 0 0 20px 0;
}

#content p.logoCoupon a {
    margin: 0 15px 0 0;
    display: block;
    float: left;
}

#content p.logoCoupon a img {
	box-shadow: 0px 2px 5px 0 #666;    
	-moz-box-shadow: 0px 2px 5px 0 #666;
	-webkit-box-shadow: 0px 2px 5px 0 #666;
    border: 2px solid transparent;
    display: block;
}

#content p.logoCoupon a:hover img {
    border: 2px solid #3e7bb1;
}

#content .clear {
    clear: both;
}

#site .logoAlign {
    width: 910px;
    padding: 0 0 0 60px;
}

#site .logoAlign .colGauche {
    width: 320px;
    float: left;
}

#content .imgGain {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
}





/*      @Footer
------------------------------------ */

#footer {
    padding: 22px 0 0 0;
    background: url(../images/fond-footer.png) repeat-x;
    height: 30px;
    text-align: center;
}

#footer a {
    color: #61696b;
    padding: 0 3px;
}

#footer a:hover {
}


/*---------------------------------------------------------
        =MODULES
-------------------------------------------------------- */

/*      @Forms
------------------------------------ */

