/* Start of CMSMS style sheet 'Tatoo Art - Site' */
/*****************
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: #760a02;
   font-weight : bold;
}

a:visited {
   text-decoration: underline;
   background-color: inherit;
  color: #760a02;                /* 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: #760a02;
   font-weight : bold;
}

/*****************
basic layout 
*****************/
body {
   background : #000 url(images/template/fond.jpg) top center repeat-x;
   color: #3c2b2b;
}

div#skin {
  font-size : 90%;
  position:absolute;
  top:0px;
  left:50%;
  width:995px;
  height:865px;
  margin-left : -497px;
  z-index : 2;
margin-top:-20px;
}

div#cadre_texte {
  position:absolute;
  padding:5px;
  top:280px;
  left:50%;
  width:245px;
  height:410px;
  margin-left : -167px;
  overflow:auto;
  z-index : 6;
}

div#cadre_texte_contact {
  position:absolute;
  padding:5px;
  top:280px;
  left:50%;
  width:520px;
  height:410px;
  margin-left : -167px;
  overflow:auto;
  z-index : 6;
}

div#colonne-gauche {
  font-size : 100%;
  position:absolute;
  padding:5px;
  top:260px;
  left:50%;
  width:190px;
  height:430px;
  margin-left : -410px;
  overflow:auto;
  z-index : 6;
}

div#cadre {
  font-size : 90%;
  position:absolute;
  top:300px;
  left:50%;
  width:265px;
  height:289px;
  margin-left : 107px;
  z-index : 5;
}

div#cadre_header {
  font-size : 90%;
  position:absolute;
  top:55px;
  left:50%;
  width:403px;
  height:177px;
  margin-left : 0px;
  z-index : 5;
}

div#image_header2 {
  font-size : 90%;
  position:absolute;
  top:70px;
  left:50%;
  width:367px;
  height:146px;
  margin-left : 15px;
  z-index : 4;
}

div#image_header {
  font-size : 90%;
  position:absolute;
  top:330px;
  left:50%;
  width:230px;
  height:190px;
  margin-left : 120px;
  z-index : 4;
}

div#bandeau_clear_bas {
  font-size : 110%;
  position:absolute;
  top:725px;
  left:50%;
  width:800px;
  height:30px;
  margin-left : -395px;
  z-index : 10;
  text-align:center;
  color:#3c2b2b;
}

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

/********************
CONTENT STYLING
*********************/

/* HEADINGS */
h1 {
   font-size: 2em; /* font size for h1 */
   line-height: 1.3em;
   margin-bottom: 0em;
   margin-left:0px;
   font-family: Arial;
   color : #711813;
   font-weight:bold;
}

h2 {
   color: #711813; 
   font-size: 1.3em; 
   text-align: left; 
   padding-left: 0.5em;
   padding-bottom: 1px;
   border-bottom: 1px solid #711813; 
   line-height: 1.5em;
   margin: 0 0 0.5em 0;
}

h3 {
   color: #711813; 
   font-size: 1.2em;
   line-height: 1.2em;
   margin: 0 0 0.5em 0;
}

h4 {
   color: #711813; 
   font-size: 1.1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h5 {
   color: #711813; 
   font-size: 1em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}

h6 {
   color: #711813; 
   font-size: 0.9em;
   line-height: 1.3em;
   margin: 0 0 0.25em 0;
}
/* END HEADINGS */

/* TEXT */
p {
   font-size: 1em;
   margin: 0 0 1.5em 0; /* some air around p elements */
   line-height: 1.4em;
   padding: 0;
}

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:#fff;}
/* End of 'Tatoo Art - Site' */

