/*-------------------------------------------------------------------------------- 
/*          =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 arial, helvetica, sans-serif;
    text-align: left;
    background: url(../img/fond.png) repeat-y center top #f7f7f7;
}
 
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
    margin: 0;
    padding: 0;
}

h1 {
    font: 1.8em/1em arial, helvetica, sans-serif;
}
 
h2 {
    font: 1.6em/1em arial, helvetica, sans-serif;
}
 
h3 {
    font: 1.4em/1em arial, helvetica, sans-serif;
}

h4 {
    font: 1.2em/1em arial, helvetica, sans-serif;
}
 
h5 {
    font: 1.1em/1em arial, helvetica, sans-serif;
}
 
h6 {
    font: 1em/1em arial, helvetica, sans-serif;
}

p {
    font: 1em/1em arial, helvetica, sans-serif;
    padding: 0;
    margin: 0;
}
 
ul, ol {
    list-style: none;
    padding: 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;
    border-collapse: collapse;
}
 
th, td {
    padding: 0;
}
 
blockquote {
    padding: 0;
    margin: 0.8em 1.5em;
}

small {
    font: 0.8em/1em arial, helvetica, sans-serif;
}
 
kbd {
    padding: 1px 2px;
    border: 1px solid #000;
}
 
sup {
    position: relative;
    bottom: 0.3em;
    vertical-align: baseline;
}
 
sub {
    position: relative;
    bottom: -0.2em;
    vertical-align: baseline;
}
 
acronym, abbr {
    cursor: help;
    letter-spacing: 1px;
    border-bottom: 1px dashed;
}


/*-------------------------------------------------------------------------------- 
          =STRUCTURE
-------------------------------------------------------------------------------- */
 
#site  {
    width: 984px;
    margin: 0 auto;
    background: url(../img/fond.png) repeat-y center top #ffffff;
    padding: 0 1px;
}


/*          @Entête          
---------------------------------------- */

#header {
    width: 984px;
    height: 299px;
    background: #009ee0;
}

#header img {
    display: block;
}


/*          @Conteneur          
---------------------------------------- */
 
#container {
    clear: both;
    height: 450px;
}

#content {
    float: left;
    width: 420px;
    margin: 0 0 15px 35px;
    min-height: 400px;
}

.attente{
    text-align: center;
    font-size: 1.9em;
    line-height: 1.9em;
    color: #8D8D8D;
    padding-top: 25px;
}

.ancienSite{
    text-align: center;
    font-size: 1.5em;
    line-height: 1.9em;
    color: #8D8D8D;
    padding-top: 35px;
}

.btAncienSite{
    text-align: center;
    padding-top: 35px;
}


/*          @Pied de page          
---------------------------------------- */
 

#footer {
    background: url(../img/fond-footer.png) repeat-x 0 24px;
    bottom: 0;
    clear: both;
    min-height: 48px;
    width: 100%;
}

#footer #menuFooter {
    position: relative;
    width: 984px;
    min-height: 24px;
    margin: 0 auto;
}

#footer #menuFooter li {
    float: left;
    margin: 0 0 0 5px;
    padding: 0 5px 0 0;
    text-align: center;
}

#footer #menuFooter li.ment-leg {
    background: url(../img/bt-mentions/bg-li-mentions.png) no-repeat right 5px;
    width:119px;
}

#footer #menuFooter li.bleuroy {
    background: url(../img/bt-mentions/bg-li-mentions.png) no-repeat right 5px;
    width: 172px;
}


#footer #menuFooter li a {
    color: #30A7CB;
    display: block;
    height: 19px;
    padding-top: 5px;
    font-size: 1.1em;
}
#footer #menuFooter li a {
    color: #30A7CB;
    display: block;
    height: 19px;
    padding-top: 5px;
}

#footer #menuFooter li a:hover, #footer #menuFooter li a:focus {
    color: #FFFFFF;
    height: 19px;
    text-decoration: none;
}

#footer #menuFooter li.ment-leg a:hover, #footer #menuFooter li.ment-leg a:focus {
    background: url(../img/bt-mentions/bt-mentions-legales.png) no-repeat center top;
    width: 119px;
}

#footer #menuFooter li.bleuroy a:hover, #footer #menuFooter li.bleuroy a:focus {
    background: url(../img/bt-mentions/bt-bleuroy.png) no-repeat center top;
    width: 172px;
}

#footer #menuPlan {
    width: 100%;
    background: url(../img/fond-footer.png) repeat-x 0px 0px #18b5f0;
    display: block;
    padding: 10px 0 24px 0;
}

#footer #menuPlan .elements {
    width: 944px;
    margin: 0 auto;
    padding: 0 20px;
}

#footer #menuPlan .elements .rubrique {
    width: 160px;
    min-height: 160px;
    float: left;
    margin: 0 0 0 20px;
    border-right: 1px dotted #FFFFFF;
}

#footer #menuPlan .elements .rubrique h4 {
color:#FFFFFF;
margin-bottom: 13px;
text-align:left;
}

#footer #menuPlan .elements .rubrique li {
    padding: 0 0 5px 0;
}

#footer #menuPlan .elements .rubrique li a {
    color:#004061;
    line-height: 1.2em;
}

#footer #menuPlan .elements .rubrique li a:hover, #footer #menuPlan .elements .rubrique li a:focus {
text-decoration:underline;
}


/*-------------------------------------------------------------------------------- 
          =CLASSES
-------------------------------------------------------------------------------- */
 
.textLeft { text-align: left; }
.textRight { text-align: right; }
.textCenter { text-align: center; }
.textJustify { text-align: justify; }

.middle { vertical-align: middle; }
 
.bold { font-weight: bold; }
.italic { font-style: italic; }
 
.floatLeft { float: left; }
.floatRight { float: right; }
 
.imgLeft { float: left; margin: 0 4px 4px 0; }
.imgRight { float: right; margin: 0 0 4px 4px; }
  
.clear { clear: both; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

/*        @Navigation          
---------------------------------------- */

#menu {
    height: 42px;
    background: url(../img/fond-menu.png) repeat-x #ff7b0c;
    margin: 0 0 18px 0;
}

#menu .logo {
    float: left;
}

#menu .logo img {
    display: block;
}


/*-------------------------------------------------------------------------------- 
          =AJOUT
-------------------------------------------------------------------------------- */

