/* --- STYLES DE BASE --- */

/* Page */
html {
    font-size: 100%; /* &Eacute;vite un bug d'IE 6-7. (1) */
}
body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: Arial, Helvetica, FreeSans, sans-serif; 
    font-size: .8em; /* &Agrave; adapter pour la police choisie. (3) */
    line-height: 1.4; /* &Agrave; adapter au design. (4) */
    color: black;
    background:#808379 url(assets/images/fd.png) repeat-x;
}

/* Titres */
h1 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    font-size: 1.75em;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
}
h2 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    font-size: 1.5em;
    line-height: 1.2;
    font-weight: normal;
    font-style: normal;
}
h3 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    font-size: 1.25em;
    line-height: 1.2;
    font-weight: normal; /* Valeur par d&eacute;faut. (6) */
    font-style: normal;
}
h4 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    font-size: 1em
    line-height: 1.2;
    font-weight: bold; /* Valeur par d&eacute;faut. (6) */
    font-style: normal;
}
h5, h6 {
    margin: 1em 0 .5em 0; /* Rapproche le titre du texte. (5) */
    line-height: 1.2;
    font-weight: bold; /* Valeur par d&eacute;faut. (6) */
    font-style: normal;
}
.jaune {
color:#ffcc00;

}


/* Listes */
ul, ol {
    margin: .75em 0 .75em 32px;
    padding: 0;
}

/* Paragraphes */
p {
    margin: .75em 0; /* Marges plus faibles que par d&eacute;faut. (7) */
}
address {
    margin: .75em 0;
    font-style: normal;
}

/* Liens */
a {
    text-decoration: underline;
}
a:link {
    color: grey;
}
a:visited {
    color: grey;
}
a:hover, a:focus, a:active {
    color: #00a1b0
}
a img {
    border: none;
}

#footer a {
    text-decoration: none;
}
#footer a:link {
    color: #FFFFFF;
}
#footer a:visited {
    color: #FFFFFF
}
#footer a:hover, a:focus, a:active {
    color: #000000;
    text-decoration: underline;
}
#footer a img {
    border: none;
}



/* Divers &eacute;l&eacute;ments de type en-ligne (8) */
em {
    font-style: italic;
}
strong {
    font-weight: bold;
}

/* Formulaires */
form, fieldset {
    margin: 0;
    padding: 0;
    border: none;
}
input, button, select {
    vertical-align: middle; /* Solution pb. d'alignement. (9) */
}

/* Positionnement */
#wrapper {
    width:900px;
    max-width:900px;
    margin: 0 auto;
    text-align: left;
    position: relative;
background-color: #FFF;
    overflow: visible;
  }


.bloc {
max-width:900px;
width:900px;


}

#footer {
background-color: #00a1b0;
text-align: center;
color: #FFFFFF;

  }
 
#underfooter {
background-color: #0d4667;
height:10%;
  }

#contentHome {
width:270px;
margin:0 auto;
text-align:justify;
}

#texte {
float:left;
width:250px;
text-align:justify;
}

#texteprestation {
float:left;
width:350px;
text-align:justify;
}

#illustration {
float:left;
clear:right;
}