/**************************************************************
   AUTHOR:  Tayeb TTALBI
   DATE:    2008.01.16
   
   Couleurs de base:
   
   rouge:  #760021
   vert:   #3E6903
   orange: #F6AE3A
   bleu:   #0F2C68
   violet: #6A6175
 **************************************************************/

html {
  height: 100%;
}

body {
  height: 100%;

  margin: 0;
  padding: 0;

  font: 400 11.5px Tahoma, Helvetica, sans-serif;
  line-height: 17px;

  background: #898989 url(../images/bgBody.gif) no-repeat top;
  color: #666;
}

h1 {
  font: 400 16px  "Myriad Pro", Tahoma, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding:0;
  text-transform:uppercase
}
h2 {
  font: 400 16px  "Myriad Pro", Tahoma, Helvetica, sans-serif;
  color: #333;
  margin: 0;
  padding:0;
  text-transform:uppercase
}


h3 {
  font: 500 14px "Myriad Pro", Tahoma, Helvetica, sans-serif;
  color: #6C6442;
  padding:0;
  margin:0;
  clear: both
}

h4 {
  font: bold 14px "Myriad Pro", Tahoma, Helvetica, sans-serif;
  color:#6C6442;
  margin: 0;
  padding:0;

}

h5 {
  font: 700 1.1em Tahoma, Helvetica, sans-serif;
  color: #F17400;
}

h6 {
  font: 700 1em Tahoma, Helvetica, sans-serif;
  color: #FF4B33;
}


 h4, h5, h6, dl {
  margin: 0;
  padding: 10px 0;
}



a {
  color: #0F2C68;
}

/* Uncomment this if you would like a visited link style 
a:visited {
  text-decoration: line-through;
} */

a:hover {
  color: #000;
}

b {
  color: #000;
}

ol, ul {
  margin: 0px 0 10px 15px;
  padding: 0;
}

/*ol {
  color: #fff;
}

ol span {
  color: #EEE;
}*/

/*ul {
  list-style:square;
  list-style-image:url(../images/puce3.gif); 
  margin:10px 10px 10px 40px
}*/
li {
padding:5px 0
}

del {
  color: #AAA;
}

code {
  margin: 10px 15px;
  padding: 10px;
  display: block;
  overflow: auto;
  
  font: 400 1em courier, monospace;
  line-height: 120%;
  white-space: pre;
  
  background: #444;
}

acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}

dt {
  font-weight: bold;
  color: #FFB323;
}

dd {
  margin-left: 0;
  padding-left: 45px; 
}


/**************************************************************
   Form Elements
 **************************************************************/
fieldset {
background:url(../images/bg_liste_chansons.png) repeat-x bottom;
padding:0;
border:5px solid #ccc;
border-width: 0;
}

legend{
display:none;
}

/*fieldset hr {
height:0px;
border:1px solid #fff;
clear:both;
padding:0px;
margin:0;
line-height:0px;
font-size:0px;
}*/

span.hr {
height:2px;
display:block;
padding:0;
margin:0;
clear:both
}
label {
  display: block;
  float:left;
  width:130px;
  color:#666;
  padding:5px 0
}

input,
textarea,
select {
  
  font: 400 1em verdana, sans-serif;
  color: #444;
  background: #fff;
  border: 1px solid #32323C;
  color:#999;
  padding:0;
  margin:0;
  font-size:10.5px
}
textarea {
width:90%;
height:130px
}

input:focus,
input:hover,
textarea:focus,
textarea:hover,
select:focus,
select:hover {
  color: #000;
  background: #F8F6E3;
  border: 1px solid #E6CF7A;
}

input.button {
  padding: 2px 5px;

  font: 400 1.1em "trebuchet ms", serif;

  color: #555;
  background: #9FF3FF;
  border-width: 1px;
  border-style: solid;
  border-color: #FFF #00DFFF #00DFFF #FFF;
}





/**************************************************************
   Blockquote and included icons
 **************************************************************/

blockquote {
  margin: 10px 0;
  padding: 10px 50px 0px 0px;
  background:url(../images/blockote_end.jpg) no-repeat right bottom;
}
blockquote:first-letter {
  padding: 0;
  
  }
 
blockquote span {
background:url(../images/blockote_start.jpg) no-repeat left top;
font-style:italic;
display:block;
min-height:44px;
padding:50px 0 0 60px
}


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

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

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

a img {  
  border: 0
}

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 #8BE6FA;*/
}

