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


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

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

body {
    background: #f7f6f4 url(../images_prehome/bg/bgBody.png) left top repeat-x;
    font: 0.625em/1em verdana, helvetica, sans-serif;
    text-align: left;
}

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.6em 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 0 1.2em 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 0 1.2em 0;
}

a {
    text-decoration: underline;
}

a:hover, a:focus {
    text-decoration: none;
}

img {
    border: 0;
}

hr {
    background: #fff;
    border: none;
    border-bottom: 1px solid #000;
    color: #fff;
    height: 0;
    margin: 0;
}

form {
    display: inline;
    margin: 0;
    padding: 0;
}

textarea {
    line-height: 1.2em;
}

label {
    cursor: pointer;
}

table {
    border: 0;
    border-collapse: collapse;
    margin: 0 0 1.2em 0;
    padding: 0;
}

th, td {
    font-size: 1.2em;
    margin: 0;
    padding: 1.2em 1em;
}

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  {
    background: url(../images_prehome/bg/bgSite.png) center top no-repeat;
    width: 100%;
}


/*      @Header
------------------------------------ */

#header{
    margin: 0 auto;
    width: 960px;
}

#header .baseLine{
    color:#0096bf;
    float: left;
    font: 17px Arial;
    padding: 12px 0 0 0;
}

#branding {
    padding: 0 0 1.2em 0;
}


/*      @Nav
------------------------------------ */

#nav{
    float: right;
    padding: 4px 0 0 0;
}

#nav li {
    display: inline-block;
    font: bold 16px Arial;
    padding: 0 20px 0 0;
}

#nav li span {
    font: 14px Arial;
}

#nav .marseille {
    color:#00d5f7;
    display: inline-block;
}

#nav .lyon {
    color:#a9b901;
    display: inline-block;
}

#nav .lille {
    color:#8579bc;
    display: inline-block;
}

#nav .toulouse {
    color:#e653b1;
    display: inline-block;
}


/*      @Container
------------------------------------ */

#container {
    margin: 0 auto;
    min-height: 500px;
    width: 960px;
}

#content {
    position: relative;
}

#content .article{
    color: #0096BF;
    font: bold 1.4em/1em Arial;
    line-height: 1.3em;
    position: absolute;
    text-align: center;
    top: 252px;
    width: 960px
}

#content .article .btVille img {
    padding: 0 8px 0 0;
}

#content .article .supl{
    color: #00b8e7;
    font: 1.0em/1em Arial;
}

#content .article .supl a{
    color: #00b8e7;
}

#content .article .supl a:hover{
    text-decoration: underline;
}

aside {

}


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

#footer {
    margin: 0 auto;
    padding: 1.2em 0 0 0;
    width: 960px;
}


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

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

.required {

}

.error {

}

label, .label {

}

textarea,
input[type="text"] {

}

button,
input[type="submit"], 
input[type="button"] {

}