/*********************************************************
   HTML Elements
 *********************************************************/

html,
body {
  height: 100%;
}

body {
  margin: 0;
  padding: 0;
  text-align: center;
  background-image: url('../images/red-curtain-back.png') ;
  background-repeat: repeat-x;
  background-color:#1F1710;
  font: 400 12px "trebuchet ms", trebuchet, verdana, arial, sans-serif;
  line-height: 170%;
  color: #555;
}
/* Headers */
h1, h2, h3, h4, h5, h6 {
  margin: 0 0 5px 0;
  padding: 0;
}

/* Chargement font **/

@font-face {
font-family: Chunkfive;
src: url("Chunkfive.otf") format("opentype");
}

@font-face {
font-family: Chunkfive;
font-weight: bold;
src: url("Chunkfive.otf") format("opentype");
}
.special {
font-family: Chunkfive, Verdana, Sans-Serif;
font-size:25px;
}


h1 {
  padding-bottom: 0.2em;
  font: 400 1.6em arial, sans-serif;
  color:#7D4C29;
  text-transform:uppercase;
  background-color:#EEE6D6;
  margin:10px 0px 10px 0px;
  padding:6px 0 6px 10px;
  font-weight: bold;
}
.h1banner{
text-indent: -5000px;
padding:0;
margin:0;
border:0;
}
.h1blue {
border-bottom:1px dotted #382A29;
}
.h1purple {
 border-bottom: 12px solid #d062a9;
}

h2 {
  font-size: 1.2em;
  color: #586B7A;
}

h3 {
  text-transform: uppercase;
  font-size: 0.9em;
  color: #5D6F73;
}

h4 {
  font-size: 0.85em;
}

h5 {
  font-size: 0.8em;
}


/* Needed to horizontally pad in a coloured container */
.horzPad h1,
.horzPad h2,
.horzPad h3,
.horzPad h4,
.horzPad h5,
.horzPad p {
  padding-left: 5px;
  padding-right: 5px;
}


/* Links */
a {
  text-decoration: none;
  color: #C12F00;
}

a:hover {
  color: #C12F00;
  text-decoration:underline;
}

a img {
  border: 0;
}

a img.border {  
  border: 1px solid #000;
}

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



/* Images */
img.floatRight {
  margin: 5px 0 10px 10px;
}

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



/* Lists */

ol li {
  font-weight: bold;
  color: #668FA3;
}

ol li span {
  font-weight: normal;
  color: #444;
}



/* Blockquote */
blockquote {
  margin: 0;
  padding: 0 20px;
  background: #eee;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}



/**************************************************************
   Form Elements
 **************************************************************/

form {
  padding: 0;
  margin: 0;
}

/* If you're finding the input elements get pushed down, increase the width */
label {
  width: 30%;
  vertical-align: top;
}

input,
textarea,
select {
  padding: 1px;
  font: 400 1em verdana, sans-serif;
  color: #999;
  background: #EEE;
  border: 1px solid #CCC;
}

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

input.noBorder,
input:focus.noBorder,
input:hover.noBorder {
  padding: 0;
  border: 0;
}

input.button {
  padding: 2px 5px;
  font: 400 0.9em verdana, serif;
  cursor: pointer;
  color: #fff;
  background: #ccc;
  border-width: 1px;
  border-style: solid;
  border-color: #888 #888 #888 #888;
}

input.radio {
  background: none;
  border: 0px;
}
/**********************
Pour les tableaux
**********************/
.trstyle1{
background-color:#f6e8db;
}
.trstyle1:hover{
background-color:#ffcc52;
color:#000;
}
.trstyle1 a{
color:#C12F00;
font-weight:bold;
}
.trstyle1 a:hover{
font-weight:bold;
color:#C12F00;
text-decoration:underline;
}
.trstyle2 a{
color:#C12F00;
font-weight:bold;
}
.trstyle2 a:hover{
font-weight:bold;
color:#C12F00;
text-decoration:underline;
}
.trstyle2{
background-color:#FFFFFF;
}
.trstyle2:hover{
background-color:#ffcc52;
color:#000;
}
.noborder{
border:0px;
}
.no-space{
padding:0;
margin:0;
}
p {
padding:0;
margin:0;
}
table{
border-collapse:collapse;
}
/**********************/
.titrebloc{
padding-bottom: 0.2em;
text-transform:uppercase;
font-size:13px;
color: #333333;
border-bottom:1px dotted #B59575;
}
.lienrouge{
color:#C12F00;
font-family:Arial;
font-size:11px;
font-weight:bold;
}
.lienrouge:hover{
color:#C12F00;
font-family:Arial;
font-size:11px;
font-weight:bold;
text-decoration:underline;
}
/*** billboard ***/
.billboardstyle{
color:#000;
font-family:arial,sans-serif;
font-size:16px;
font-weight:bold;
margin-right:4px;
}
.divbillboard{
width:20px;
height:20px;
background:#fff url('../images/billboard2.jpg') no-repeat;
clear:both;
}
