                                       /* v mise en page v */

body {
 background-image: url("../pic/fondPage.png");
 border: 0px none;
 color: #000;
 font: 13px/1.4em "Helvetica", Arial, sans-serif;
 margin: 0px;
 padding: 0px;
}                                       

a {
 color: #000000;
 text-decoration: none;
}

a:hover {
 background-color: #ffff00;
 color: #000000;
}

h1 {
 font-size: 1.5em;
 font-weight: normal;
 line-height: 0.2em;
 text-align: center;
 text-transform: uppercase;
}

h2 {
 font-size: 1.2em;
 margin-bottom: 2px;
 margin-top: 0px;
}

address {
 font-style: normal;
}

img {
 border: 0px;
}

img.icone {
 height: 1em;
}

div.page {
 background-color: #f6f6ee;
 border-radius: 9px /12px;
 box-shadow: 2px 6px 5px #8e8c8c;
 min-height: 800px;
 margin: auto;
 margin-top: 12px;
 max-width: 1500px;
 width: 99%;
}

aside, article {
 display: inline-block;
 vertical-align: top;
}

div.microdata {
 display: none;
}

p.texteAide {
 color: #C47B7E;
 font-size: 1em;
 line-height: .9em;
}

p.slogan {
 color: #A42329;
 font-size: 3em;
 font-weight: 600;
 line-height: 3em;
 text-align: center;
}

footer div {
 bottom: 0px;
 color: #424240;
 font-size: .8em;
 margin: auto;
 position: absolute;
 text-align: center;
 width: 75%;
}
                                       /* ^ mise en page ^ */
                                       
                                       /* v navigation v */
                                       
div#entetePage {
 -moz-transition: none;
 -o-transition: none;
 -webkit-background-clip: border-box;
 -webkit-background-origin: padding-box;
 -webkit-background-size: auto auto;
 background-clip: border-box;
 background-origin: padding-box;
 background-position: 50% 50%;
 background-size: auto auto;
 background: -moz-linear-gradient(190deg, rgba(255,255,255,1) 0, rgba(185,230,240,1) 100%);
 background: -webkit-linear-gradient(-100deg, rgba(255,255,255,1) 0, rgba(185,230,240,1) 100%);
 background: linear-gradient(190deg, rgba(255,255,255,1) 0, rgba(185,230,240,1) 100%);
 border-bottom: 3px solid #444444;
 cursor: default;
 display: block;
 margin-bottom: 1em;
 overflow: hidden;
}

img#logo { 
 clip: inherit;
 display: block;
 margin-left: 10px;
 margin-top: 10px;
 max-width: 84%;
}

div#entetePage p.description {
 float: left;
 font-size: 10px;
 margin-top: -2px;
}

div#entetePageAGauche {
 float: left;
 width: 39%;
}

div#entetePageADroite {
  margin-right: 1em;
  float: right;
  width: 50%;
}

p#activite {
 display: block;
 line-height: .6em;
 text-align: center;
 text-transform: uppercase;
}

p.entete {
 line-height: .4em;
}
                                       /* ^ navigation ^ */

                                       /* v navigation (mobile) v */
                                       
@media all and (max-width: 480px) {                   
h1 {
 font-size: 1em; 
}

div#entetePageAGauche {
 float: none;
 width: 100%;
}

div#entetePageADroite {
  margin-right: 0;
  float: none;
}

p#activite {
 line-height: 1em;
}

p.entete {
 line-height: 1.5em;
}

div#entetePage img#logo
{ 
 display: inline-block;
 float: none;
 margin-top: 10px;
 max-width: 75%;
}
 
div#entetePage p.description {
 float: none;
 font-size: .7em;
 text-align: center;
}

 div.navigation
 {
  margin-left: 0%;
  width: 100%;
 }
}                                       
                                       /* ^ navigation (mobile) ^ */
