* {
   font: 12px Verdana, Arial, TimesNewRomans, Lucida, Helvetica, sans-serif;
}

body {
   background-color: #e8e6e7;
   background-repeat: repeat-x;
}

h1 {
    font-family: Arial;
    color: #000;
    font-size: 20px;
    font-weight: bold;
}

h2 {
    font-family: Arial;
    color: #000;
    font-size: 14px;
    padding-left: 14px;
}

h3 {
    font-family: Arial;
    color: #000;
    font-size: 14px;
    font-weight: bold;
}

h4 {
    color: #000;
    font-size: 13px;
}

img {
    border: 2px solid #ddddda;
}

.noname_corps{
  margin-left: auto;
  margin-right: auto;
  width: 1000px;
  height: 800px;
  text-align: left;
  color: #000;
}

.noname_bandeau{
  width: 100%;
  height: 165px;
  background: url('../images/Haut-bandeau.jpg') no-repeat;
  background-position: 40px;

}

.noname_logo{
  position: relative;
  width: 100%;
  height: 125px;
  color: inherit;
  margin-top: 10px;
}

.noname_titre{
  position:relative;
  width: 450px;
  min-height: 80px;
  overflow: hidden;
  float: right;
  margin-left:10px;
  margin-top: 35px;
}

.noname_titre h1 {
    font-size: 2.3em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
    color: #871628;
    text-decoration: none;
    text-align: center;
}
.noname_titre h2 {
    font-size: 2.3em;
    font-family: Arial, Verdana, Helvetica, sans-serif;
    text-align: center;
    color: #000;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-align: right;
}
.noname_titre h3 {
    font-size: 2.3em;
    font-family: Arial, Helvetica, Verdana, sans-serif;
    text-align: center;
    color: #871628;
    font-weight: bold;
    margin: 0px;
    padding: 0px;
    text-decoration: none;
    text-align: right;
}
.noname_corpsmenu {
  position: relative;
  width: 100%;
  height: 30px;
}

#nav {
        position: relative;
        float: right;
        list-style: none ;
        margin: 0 ;
        padding: 0 ;
        overflow: hidden ;	/* Création du contexte de formatage */
}
#nav li {
        float: left ;
        list-style: none ;
        margin-right: 6px ;
        font-size: 12px;
        color: #000 ;
        }
#nav li a {
        font-family: Arial;
        font-size: 12px;
        font-weight: bold;
        display: block ;
        color: #000 ;
        text-decoration: none ;
        }
#nav li a:hover, #nav li a:focus, #nav li a:active {
        color: #871628;
}

#nav li.noname_menu_select a {
    color: #871628;
}

.noname_colgauche{
  position: relative;
  width: 470px;
  height: 350px;
  float: left;
  color: inherit;
  padding-top: 20px;
  padding-left: 20px;

}

.noname_coldroite{
  position: relative;
  width: 490px;
  height: 350px;
  float: left;
  padding-top: 20px;  
}

.noname_middle_bottom{
  width: 1000px;
  height: 33px;
  color: inherit;
  overflow: hidden;
  background: url('../images/bg_middle_bottom.png');
}
.noname_middle_top{
  width: 1000px;
  height: 10px;
  color: inherit;
  overflow: hidden;
  background: url('../images/bg_middle_top.png');
}
.noname_bas_page {
    font-family: Arial;
    width: 100%;
    text-align: right;
    font-size: 14px;
    padding-top: 10px;
    color: gray;
    height: 266px;
    background: url('../images/Bas-bandeau.jpg') no-repeat;
    background-position: 205px;
}
