/* Start of CMSMS style sheet 'Hôtel Golf Saint Junien - Accueil' */
/*****************
browsers interpret margin and padding a little differently, 
we'll remove all default padding and margins and
set them later on
******************/
* {
margin:0;
padding:0;
}

/*
Set initial font styles
*/
body {
   /*text-align: left;*/
   font-family: Arial, Helvetica, sans-serif;
   font-size: 75.01%;
   line-height: 1.35em;
}

/*
set font size for all divs,
this overrides some body rules
*/
div {
   font-size: 1em;
}

/*
if img is inside "a" it would have 
borders, we don't want that
*/
img {
   border: 0;
}

/*
default link styles
*/
/* set all links to have underline and bluish color */
a,
a:link 
a:active {
   text-decoration: none;
/* css validation will give a warning if color is set without background color. this will explicitly tell this element to inherit bg colour from parent element */
   background-color: inherit; 
   color: #ffec00;
   font-weight : bold;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #ffec00;                /* a different color can be used for visited links */
   font-weight : bold;
}

/* remove underline on hover and change color */
a:hover {
   text-decoration: underline;
   color: #ffec00;
   font-weight : bold;
}

/*****************
basic layout 
*****************/
body {
   background : #e1dfd9 url(images/template/fond_accueil.jpg) top center no-repeat;
   color: #000000;
}

div#barre_centrale_gche {
  float : left;
  width : 500px;
  height : 30px;
  background : url(images/template/marron-transparent.png);
}

div#barre_centrale {
  float : left;
  width : 800px;
  height : 30px;
}

div#barre_100 {
  position:absolute;
  left : 50%;
  width : 1800px;
  height : 30px;
  margin-left : -900px;
  margin-top : 350px;
  z-index : 1;
}

div#bloc_select_lang {
  position:absolute;
  left:50%;
  width:166px;
  height:19px;
  margin-left : -330px;
  margin-top : 300px;
  z-index : 4;
}

div#bloc_lang {
  position:absolute;
  left:50%;
  width:100px;
  height:18px;
  margin-left : -155px;
  margin-top : 300px;
  z-index : 4;
}

div#bloc_haut_texte {
  font-size : 90%;
  padding : 5px;
  overflow : auto;
  position:absolute;
  left:50%;
  width:190px;
  height:244px;
  margin-left : 170px;
  margin-top : 70px;
  z-index : 4;
}

div#bloc_resto_texte {
  font-size : 95%;
  line-height : 1.1em;
  color : #fff;
  padding : 5px;
  overflow : auto;
  position:absolute;
  left:50%;
  width:348px;
  height:119px;
  margin-left : -380px;
  margin-top : 465px;
  z-index : 4;
}

div#bloc_golf_texte {
  font-size : 95%;
  line-height : 1.1em;
  color : #fff;
  padding : 5px;
  overflow : auto;
  position:absolute;
  left:50%;
  width:368px;
  height:120px;
  margin-left : 10px;
  margin-top : 565px;
  z-index : 4;
}

div#logo_hotel_golf {
  position:absolute;
  left:50%;
  width:328px;
  height:136px;
  margin-left : -400px;
  margin-top : 150px;
  z-index : 3;
}

div#logo_golf {
  position:absolute;
  left:50%;
  width:312px;
  height:194px;
  margin-left : 40px;
  margin-top : 370px;
  z-index : 3;
}

div#logo_restaurant {
  position:absolute;
  left:50%;
  width:431px;
  height:112px;
  margin-left : -416px;
  margin-top : 358px;
  z-index : 3;
}

div#bloc_haut {
  position:absolute;
  left:50%;
  width:220px;
  height:264px;
  margin-left : 160px;
  margin-top : 65px;
  z-index : 3;
}

div#image_restaurant {
  position:absolute;
  left:50%;
  width:383px;
  height:110px;
  margin-left : -391px;
  margin-top : 595px;
  z-index : 3;
}

div#content {
  position:absolute;
  left:50%;
  overflow: hidden;
  width:800px;
  height:100%;
  margin-left : -400px;
  z-index : 2;
}

div#bandeau_haut {
  width:800px;
  height:44px;
}

div#bandeau_clear_haut {
  width:800px;
  height:6px;
}

div#header {
  width:800px;
  height:300px;
}

div#bandeau_milieu {
  width:800px;
  height:30px;
}

div#bandeau_contenu {
  width:800px;
  height:324px;
}

div#bandeau_clear_bas {
  width:800px;
  height:33px;
  color : #FFF;
  font-size : 93%;
  padding-top: 10px;
}

div#bandeau_clear_bas A {
  font-weight:bold;
  color : #FFF;
  font-size : 93%;
}

div#bandeau_bas {
  width:800px;
  height:100%;
  background : url(images/template/blanc-transparent-bas.png);
  border-top : 8px solid #fff;
}

div#bloc_restaurant {
  width:400px;
  height:324px;
  float : left;
}

div#bloc_golf {
  width:400px;
  height:324px;
  float : left;
}

div#footer {
   clear: both;       /* keep footer below content and menu */
   color: #000;
  position:relative;
  left : 0px;
  top : -50px;
}

div#footer p {
   font-size: 95%;
   padding: 0.8em 0.2em 2em 0.2em;       /* some air for footer */
   text-align: center;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #000; /* needed becouse footer link would be same color as background otherwise */
   text-decoration : none;
}


/* End of 'Hôtel Golf Saint Junien - Accueil' */

