body
{
  width:1000px;
  margin:auto;
  margin-top:10px;
  background-color:rgb(255,160,55);
}


/*DESIGN EN-TETE*/
#en_tete
{
  text-align:center;
  color:rgb(0,64,128);
  font-family:"Script MT Bold","Brush Script MT","Times New Roman",serif;
  font-weight:bold;
  margin-bottom:60px;
}

#en_tete td
{
  padding:0px;
}

#logo-maison
{
  border:solid black 1px;
  margin-right:1px;
}

h1
{
  font-size:3em;
}

#en_tete h2
{
  font-size:2em;
}



/*DESIGN MENU*/
#menu
{
  width:350px;
  font-weight:bold;
  float:left;
  margin-right:60px;
  margin-top:80px;
}

#liste
{
  margin-bottom:120px;
}

#liste a
{
  color:black;
  text-decoration:none;
}
#liste ul
{
  list-style-type:square;
}
li
{
  border-bottom:2px solid;
  padding-bottom:10px;
  padding-top:10px;
}
.chambres
{
  border-top:2px solid;
}

#liste a:hover
{
    background-color:rgb(255,135,5);
}

h3
{
  font-family:Georgia,"Times New Roman",serif;
  font-size:1em;
  font-weight:bold;
  text-align:center;
}

.coordonnees
{
  font-weight:bold;
  text-align:center;
}

.coordonnees a:visited
{
  color:blue;
}



/*DESIGN CORPS*/

#corps
{
  width:;
  margin-left:400px;
}

.belinaire
{
  text-align:center;
}

.belinaire img
{
  border:double black 5px;
}


#corps h2
{  
  text-align:center;
  margin-top:40px;
  color:rgb(60,75,180);
  font-family:"Script MT Bold","Brush Script MT","Times New Roman",serif;
  font-size:1.6em;
  font-weight:bold;
}




/*DESIGN PIED_DE_PAGE*/

#pied_de_page
{
  font-size:0.9em;
  font-family:"Times New Roman", serif;
  font-weight:bold;
  text-align:center;
  margin-top:80px;
}

#pied_de_page a:visited
{
  color:blue;
}


/*DESIGN LIENS_COMMERCIAUX*/

#liens_commerciaux
{
  margin-top: 50px;
  text-align:center;
  font-size:0.9em;
}

#liens_commerciaux td
{
  border: solid rgb(180,95,0) 2px;
  background-color:rgb(255,135,5);
  margin-left:10px;
  padding:5px;
  height:50px;
}

#liens_commerciaux a
{
  text-decoration:none;
  color:red;
}

#liens_commerciaux a:visited
{ 
  color:red;
}
