@import url(reset.css);

html { font-size: 100%; }

body {
 font: 0.85em/1.3em Arial, Geneva, Verdana, "Trebuchet MS", Helvetica, sans-serif;
 color: #5F392F;
 text-align: center;
 background-color: #FDF6EE;
}

#global {
 position: relative;
 width: 1014px;
 text-align: left;
 background: transparent url(/assets/templates/ANPSA/images/extensible.jpg) top center repeat-y;
 margin: 0 auto;
}

#fond {
 background: transparent url(/assets/templates/ANPSA/images/head.jpg) top center no-repeat;
}

a { text-decoration: none; color: #5F372F; border-bottom: 1px solid #5F392F}
a:hover { text-decoration: none; color: #7F645F; border-bottom: 1px dotted #7F645F}


/*****************/
/* Sticky Footer */
/*****************/

/* Penser à ajuster la hauteur du footer dans #main et dans #footer */

html, body, #global {height: 100%;}

body > #global {height: auto; min-height: 100%;}

.clearfix:after {content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */



/****** Le retour vers l'accueil ********/

a#top {
 position: absolute;
 top: 0px;
 left: 30px;
 width: 350px;
 height: 110px;
 border: 0
}


a#top span {
 position: absolute;
 left: -3000px;
 top: -3000px;
}

#langues {
 position: absolute;
 top: 123px;
 left: 70px;
 width: 940px;
 font-size: 0.8em;
}

#langues img {
 margin-bottom: -2px;
 box-shadow: 2px 2px 4px #9F7363;
 -moz-box-shadow: 2px 2px 4px #9F7363;
 -webkit-box-shadow:2px 2px 4px #9F7363;
}

#langues a {
 border: 0;
 float: right;
 margin-right: 60px
}

#menu {
 position: absolute;
 top: 200px;
 left: 35px;
 width: 180px;
}


/****** Styles du Menu ******/

#menu a {
 border-bottom : 0;
 color: #5F392F;
 display: block;
 width: 100%;
 height: 100%
}

#menu dl dt {
  text-transform: uppercase;
  /*font-variant: small-caps;*/
  /*font-size: 13px;*/
  font-size: 1.1em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  width: 190px;
  margin: 10px 0px 5px;
  padding-left: 20px;
  border-bottom: 0;
}

#menu dl dt.here {
  background: transparent url(/assets/templates/ANPSA/images/puce-section.gif) 0 0 no-repeat;
}

#menu dl dt a:hover {
  background-image: none;
  background-color: transparent;
  color: #734538;
}

#menu dl dd {
  width: 190px;
  line-height: 1.6em;
  margin: 0 auto 5px 15px;
  padding-left: 20px;
}

#menu dl dd a {
  color: #5F413B;
  line-height: 1.2em;
  text-decoration: none;
  text-transform: none;
  font-weight: normal;
}

#menu dl dd.here {
  background: transparent url(/assets/templates/ANPSA/images/puce-sous-section.gif) 4px 1px no-repeat;
}

#menu dl dd a:hover {
 color: #1F0500;
}

#menu dt.here {
  background: url(/assets/templates/ANPSA/images/puce.gif) 2px 3px no-repeat;
}

#menu dd.here {
  background: url(/assets/templates/ANPSA/images/sous-puce.gif) 10px 2px no-repeat;
}

/* Zone de contenu */

#main {
 display: inline;
 float: left;
 margin-top: 205px;
 margin-left: 280px;
 width: 680px;
 padding-bottom: 42px; /* sticky footer, même valeur que #footer */
}


#main h1 {
 font-size: 1.6em;
 line-height: 1.3em;
 color: #7F594F;
 margin: 0px auto 20px;
 text-transform: uppercase;
 text-shadow: 1px 1px 2px #BF9A8F;
}

#main h2 {
 font-size: 1.3em;
 font-weight: normal;
 margin: 25px 0 10px;
 color: #5F413B;
 line-height: 1.3em;
}

#main h3 {
 font-size: 1.1em;
 font-weight: bold;
 margin: 20px 0 10px;
 color: #5F413B;
 border-bottom: 1px solid #DFC8C3
}

#main h4 {
 font-size: 1em;
 font-weight: bold;
 margin: 10px 0 0 0;
 color: #9F7E77;
}

#main h5 {
 font-weight: bold;
}

#main h6 {
 margin-top: -10px;
 font-size: 0.7em;
}

#main p {
 margin: 10px 0;
 line-height: 1.3em;
 text-align: justify
}


#main .photo img {
 float: none;
 display: block;
 margin: 0 auto;
}

#main ol li {
 list-style-type: decimal
}

#main ul,#main ol {
 margin: 0.5em auto 1em 1.3em;
}

#main ol {
 margin-left: 2.6em;
}

#main ul li {
 line-height: 1.4em;
 list-style-type: square;
}

#main p.droite { text-align: right; font-size: 0.9em }

/* Billets */

#p20 #main h2 {
 margin: 40px auto 0px 0;

}

#p39 #main h2 {
 margin: 40px auto -10px 0;
 font-size: 1.8em;
}

/* Formulaire */

.formulaire label {
 float: left;
 width: 100px;
 text-align: right;
 padding-right: 10px;
 font-weight: bold
}

/* Footer */


#footer {
 width: 1014px;
 position: relative;
 margin: -42px auto 0; /* Sticky footer, valeur négative pour margin-top*/
 height: 42px; /* Sticky footer */
 clear: both; /* Sticky footer */
 background: transparent url(/assets/templates/ANPSA/images/footer.jpg) top center no-repeat;
}

#baseline {
 position: absolute;
 top: 5px;
 left: 45px;
}

#baseline li {
 display: inline;
 list-style-type: none;
 padding: 0 7px 0 2px;
 font-size: 13px;
}

#baseline li.last {
 border-right: 0;
}

#baseline li a {  border: 0 }
#baseline li.here a, #baseline li a:hover {  border: 0 }

#btt {
 position: absolute;
 top: 15px;
 left: 45px;
 font-size: 11px;
}
#btt a { border: 0 }
#btt a:hover { border: 0 }

#credit {
 position: absolute;
 width: 300px;
 top: 15px;
 right: 45px;
 font-size: 11px;
 text-align: right;
}

#credit a { border: 0 }







.spacer {
 clear: both;
}
