/*********************************************/
/*********************************************/
body {
  font-family: arial, sans-serif;
  font-size: small;
  background-color: #F8F2E3;
}
a { text-decoration: none; color: #A72C32;}
a:link { color: #A72C32; }   /* lien non encore visité */
a:hover {  color: #D2AC2B; } /* lien survolé par le curseur de la souris */
h1 {
  color: #A72C32;
  font-size: large;
}
h2 {
  color: #A72C32;
  font-size: medium;
}
p {
  margin-top: 1em;
  margin-bottom: 1em;
  text-align : justify
}

#header{
  width: 800px;
  margin:0px auto 0 auto;
}
#content {
  background: url(images/FondAwihka.jpg) no-repeat center;
  height:480px;
  width: 800px;
  margin:0px auto 0 auto;
}
#supportingText {
  float: right;
  width: 560px;
  padding: 0 10px;
  height:340px;
  overflow: auto;	
}
#menu1 { padding: 25px 0 0 0px;}
#menu1 li {
  list-style-type: none;
  padding: 0.2em 0 0.2em 2em;
  font-weight: bold; 
  color: #F8F2E3;
}
#menu1 a {color: #D2AC2B;}
#menu1 a:hover {padding-left: 0.3em; }

#banContact { margin: 60px 0 0 0px;}
#banContact p { color: #F8F2E3;padding: 0.2em 0 0.2em 4em;}
#banContact li {
  list-style-type: none;
  padding: 0.2em 0 0.2em 2em;
  font-weight: bold; 
  color: #F8F2E3;
}
#banContact a {color: #D2AC2B;}
#banContact a:hover {padding-left: 0.3em; }
#footer {
  text-align: center;
}
#footer a{color:#D2AC2B;}
#footer a:hover {color: #A72C32; }
#form_contact {
    width: 80% ;
}
#form_contact label {
    width: 27% ;
    float: left ;
}
#form_contact input, textarea {
    width: 71% ;
}
#form_contact p {
    margin: 0.2em ;
}
#navigation-site {
  margin: 0 0 0 380px;
  font-size: medium;
  font-weight: bold; 
}
#navigation-site li {
  list-style-type: none;
  background: transparent url(images/menuright_puce.png) no-repeat;
  background-position: 0% 50%;
  padding-left: 15px;
  white-space:nowrap;
}



