/**************************************************************
  
 inspiré de
                                                            
                                                            
    DESIGN + Pat Heard { http://fullahead.org }            
      DATE + 2006.03.19                                     
 COPYRIGHT + Free use if this notice is left in place      

copyright Isabelle Barret

 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;
  text-align: center;

  font: 400 0.8em times, serif;
  font-weight: normal;
  line-height: 170%;

  background: #000 url(../images/bg/header.jpg) repeat-x top left;
  color: #EB8118;
}

h1 {   
  clear: both;
  font: 200 2.5em "times", serif;
  font-weight: normal;
  color: #EB8118;
  
}

h2 {
	font: 100 1.3em "times", serif;
	font-weight: normal;
	color: #EB8118;
	letter-spacing: 0.05em;	
}
h21 {
	font: 100 1.3em "times", serif;
	font-weight: normal;
	color: #880000;
	letter-spacing: 0.05em;	
}

h2 a {
  color: #EB8118;
}

h2 a:hover {
  color: #FFF;
}

h3 {
  font: 100 0.9em "times", serif;
  color: #F17400;
  font-weight: normal;
}
h3 a:hover {
  color: #FFF;
}

h4 {
  font: 700 1.2em "times", serif;
  color: #F17400;
}

h5 {
  font: 700 1.1em "times", serif;
  color: #F17400;
}

h6 {
  font: 700 1em "times", serif;
  color: #F17400;
}


h1, h2, h3, h4, h5, h6, p, dl {
	margin: 0;
	padding: 5px 5px;
}



/**************************************************************
   Images
 **************************************************************/

img.floatRight {
  margin: 5px 0px 10px 15px;  
}

img.floatLeft {
  margin: 5px 15px 10px 0px;
}

a img {  
  border: 2px solid #EB8118;
}


a:hover img {  
  /* Fixes IE bug - IE doesn't correctly apply the style on a:hover so need to mask it */
  border: 2px solid #FFF !important;
  border: 2px solid #B0103D;
}

