* { margin: 0; padding: 0; }
html, body { height: 100%; }
a img { border: 0; }
a  { outline: none;}
body, p, div, span, td{
  font: normal 12px Arial, Helvetica, Sans-Serif;
  color: #2a261a;
}
body.site{
  background: #fff url(../../images/background.jpg) repeat-x;
}
body#index { background: #fff url(../../images/backgroundSiteAccueil.gif) repeat; }
body#pageInterieur { background:  #fff url(../../images/backgroundSite.gif) repeat }

div#bandeInterieure
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 371px;
  background: url(../../images/backgroundInterieur.jpg) repeat-x; 
}

div#bandeInterieureAccueil
{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 387px;
  background: url(../../images/backgroundAccueil.jpg) repeat-x; 
}

h1{ 
  font-size: 16px; 
  width: 400px; 
  margin-bottom: 20px;
  font-weight: bold;
}
h2{ 
  font-size: 14px; 
  font-weight: bold;
  margin-bottom: 5px;
}

.Size1 { font-size: 10px;  }
.Size2 { font-size: 12px;  }
.Size3 { font-size: 16px;  }
.demiBR { font-size: 5px;  }

.classGauche{
 float: left;
 margin-right: 15px;
 margin-bottom: 15px;
}

img.classGauche{
 border: 3px solid #f5efe1;
}

.classDroite{
 float: right;
 margin-left: 15px;
 margin-bottom: 15px;
 position:relative;
 z-index:1;
}

.classDroiteVideo{
 float: right;
 margin-left: 15px;
 margin-bottom: 15px;
}

img.classDroite{
 border: 3px solid #f5efe1;
}

.classBordure{
 border: 3px solid #f5efe1;
}

a{
  text-decoration: underline;
  color: #670000;
}

a:hover{
  text-decoration: none;
}

ul{
  margin: 3px 10px 3px 10px;
  list-style: none;
}

ul li{
  background: url(../../images/bullet.gif) left no-repeat;
  background-position:0 8px;
  padding-top:3px;
  padding-left: 12px;
}

p { margin: 0 0 15px 0; }

td{
  vertical-align:top;
}

table.classTableau, table.bordureVerte{
  border: 1px solid #cbcbc8;  
  background-color: #b5bf5c;
  margin:0;  
}

table.bordureVerte td{
  background: #fff;
}

table.classTableau td{
  margin: 0; 
  padding: 3px 10px; 
  background: #fff;
  border: 0;
  font-size: 11px;
}  

table.classTableau td.titre, td.titre, table.bordureVerte td.titre{
  background-color: #b5bf5c;
  color: #fff;
  border: 1px solid #fff;
  padding: 4px 10px;
}
