/* Start of CMSMS style sheet 'ESF Les Rousses  - 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 {
   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;
   background-color: inherit; 
   color: #E41D1C;
   font-weight : bold;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
   color: #E41D1C;                /* 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: #E41D1C;
   font-weight : bold;
}

/*****************
basic layout 
*****************/
body {
   background : #fff url(images/template/fond.png) repeat-x top center;
   color: #000000;
}

div#content {
  position:absolute;
  top:50%;
  left:50%;
  overflow: hidden;
  width:875px;
  height:644px;
  border: 13px solid #fff;
  background: #fff url(images/template/fond-accueil.jpg) no-repeat;
  margin-left : -437px;
  margin-top : -322px;
  z-index : 1;
}

div#bouton_langues{
  position:absolute;
  top:50%;
  left:50%;
  width:125px;
  height:50px;
  margin-left : 345px;
  margin-top : 300px;
  z-index:10;
}

div#bouton_enfants{
  position:absolute;
  top:50%;
  left:50%;
  width:270px;
  height:230px;
  margin-left : -250px;
  margin-top : 60px;
  z-index:150;
}

div#bouton_adultes{
  position:absolute;
  top:50%;
  left:50%;
  width:270px;
  height:230px;
  margin-left : 20px;
  margin-top : 60px;
  z-index:150;
}

div#logo_intro{
  position:absolute;
  top:50%;
  left:50%;
  width:350px;
  height:110px;
  margin-left : -420px;
  margin-top : -300px;
  z-index:20;
}

div#plan_intro{
  position:absolute;
  top:50%;
  left:50%;
  width:280px;
  height:165px;
  margin-left : 150px;
  margin-top : -300px;
  z-index:20;
}

div#bandeau_intro{
  position:absolute;
  top:50%;
  left:50%;
  width:880px;
  height:154px;
  margin-left : -440px;
  margin-top : 170px;
/*  background: #fff url(images/template/bandeau-blanc.png) no-repeat;*/
  z-index:5;
}

div#footer {
  position:absolute;
  top:50%;
  left:50%;
  width:880px;
  height:30px;
  margin-left : -438px;
  margin-top : 350px;
   clear: both;       /* keep footer below content and menu */
   color: #333;
  z-index:5;
}

div#footer p {
   font-size: 0.9em;
   padding: 0em 0px 0px 0px;       /* some air for footer */
   text-align: left;  /* centered text */
   margin: 0;
}

div#footer p a {
   color: #333; /* needed becouse footer link would be same color as background otherwise */
}
/* End of 'ESF Les Rousses  - Accueil' */

