/* Start of CMSMS style sheet 'Tatoo Art - 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 : #000 url(images/template/fond.jpg) top center repeat-x;
   color: #3c2b2b;
}

div#main {
  font-size : 90%;
  position:absolute;
  top:0px;
  left:50%;
  width:1013px;
  height:852px;
  margin-left : -506px;
  z-index : 1;
}

div#skin {
  font-size : 90%;
  position:absolute;
  top:26px;
  left:50%;
  width:856px;
  height:721px;
  margin-left : -424px;
  z-index : 2;
}

div#cadre_texte {
  font-size : 90%;
  position:absolute;
  padding:5px;
  top:280px;
  left:50%;
  width:250px;
  height:180px;
  margin-left : -340px;
  overflow:auto;
  z-index : 6;
}

div#bouton_entrer {
  font-size : 90%;
  position:absolute;
  top:520px;
  left:50%;
  width:280px;
  height:150px;
  margin-left : -230px;
  z-index : 7;
}

div#cadre {
  font-size : 90%;
  position:absolute;
  top:240px;
  left:50%;
  width:382px;
  height:462px;
  margin-left : 10px;
  z-index : 5;
}

div#image_header {
  font-size : 90%;
  position:absolute;
  top:300px;
  left:50%;
  width:213px;
  height:285px;
  margin-left : 100px;
  z-index : 4;
}

div#bandeau_clear_bas {
  font-size : 90%;
  position:absolute;
  top:710px;
  left:50%;
  width:800px;
  height:30px;
  margin-left : -300px;
  z-index : 4;
  text-align:center;
}

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;
}

div#container-fb {position:relative;height:852px;width:1013px;margin:0 auto;}
div#container-fb > div {position:absolute;top:40px;left:155px;z-index:3;}
div#container-fb > div span {background: url('images/template/logo-fb.png') no-repeat left center;display:block;height:30px;padding:5px 0px 5px 40px;line-height:15px;width:95px;}
div#container-fb > div a {color:#000;}

/* End of 'Tatoo Art - Accueil' */

