body
{
  background-color: #cfd0d2;
  margin: 5px; /* pour eviter les marges */
  text-align: center; /* pour corriger le bug de centrage IE */
  font-family: Verdana, Arial, sans-serif;
 }
#global
{
  position:absolute;
  left: 50%;
  top: 50%;
  margin-left: auto;
  margin-right: auto;
  width: 980px;
  height: 550px;
  margin-top: -275px; /* moitié de la hauteur */
  margin-left: -490px; /* moitié de la largeur */
  border: 1px solid #000;
  text-align: left; /* on retabli l'alignement normal du texte */
  background-image: url("../images/fond03.jpg");
  background-repeat: no-repeat;
}

#container
{
  position: relative;
  width: 980px;
  height: 550px;
}

#header
{
  height: 80px;
  margin: 0;
}

#logo 
{
  width: 155px;
  margin: 10px 0 0 40px;
  float: left;
}

/*menu*/
#nav {
  padding: 43px 0 0 0;
  margin: 0 20px 0 193px;
  height: 18px;
  list-style: none;
  font-size: 0.7em;
  border-bottom: 1px solid #fff;
  color: #fff;
}

#nav li {
  display: inline;
  padding: 0 0 0 10px;
}

#nav li a {
  text-decoration: none;
  color: #fff;
}

#nav li a:hover {
  font-weight: bold;
  letter-spacing: -1px;
}

/*--------------*/

#infos {
  background-color: #fff;
  border: 1px solid #cc3333;
  float: left;
  width: 220px;
  height: 220px;
  margin: 0 0 0 20px;
  padding: 15px;
  overflow: auto;
  font-size: 0.8em;
}

#contenu {
  margin: 250px 0 0 300px;
  width: 500px;
}

#contenu a {
  text-decoration: none;
  color: #fff;
  font-size: 1.7em;
}


#footer {
  height: 90px;
  margin: 15px 0 0 0;
  background-color: #fff;
  color: #5C5B60;
  border-bottom: 1px solid #666;
}

#footer img 
{
 float: left;
 padding: 5px 20px;
}

.brithotel
{
  font-weight: bold;
  font-size: 16px;
  float: left;
    margin: 30px 0 0 0;
   color: #5C5B60;
   text-decoration: none;
}

h3 {
  color: #cc3333;
  font-variant: small-caps;
}

.right
{
  font-size: 10px;
  text-align: left;
  position: relative;
  top: 35px;
  left: 20px;
  font-weight: bold;
}

#mentions
{
  position : absolute; 
  top : 555px;
  left: 0px;
  width: 980px;
  text-align: center;
  color: #454545;
  font-size: 10px;
}

#mentions a
{
  color: #454545;
}

#mentions a:hover
{
  text-decoration: none;
}

#private
{
  position : absolute; 
  top : 555px;
  right: 0px;
  font-size: 10px;
  border: 1px solid #611309;
  background-color: #ffffff;
  height: 13px;
  width: 70px;
  text-align: center;
}

#private a
{
  /*color: #454545;*/
  color: #611309;
  text-decoration: none;
}

#private a:hover
{
  font-weight: bold;
}

img {border: none;}

.date
{ 
  color: #cc3333;
  font-weight: bold;
 }

.titre_actus
{ 
  color: #000;
  font-weight: bold;
  text-decoration: underline;
 }
