/* CSS Document (c) By Xul.fr Freeware*/
html, body {
  padding:0;
  margin:0;
  height:100%;
  background-color:#333;
  background-image: url(../img/649328.jpg) ;
  background-size: 100% 300%;
}
.header {
   position:fixed;
   height:65px;
   top:0;
   left:0;
   right:0;
}
.contentH1 {
   padding:65px 0 50px 0;
  /* background: white;*/
}
.contentH2 {
  margin-left:22.92%;
  margin-right:22.92%;
  background: white;
}
.contentH3 {
/* Valeurs globales */
   margin: initial
}

#content{
    margin-left:24px;
    margin-right:24px;
}

/*Bandeau*/
#tabs ul
{
    font: normal 14px arial, sans, sans-serif;
    -list-style-type: none;
    border-bottom: 1px solid gray;
    margin: 0;
    padding-left:0px;
    padding-right:0px;
    padding-bottom: 75px;
	background-color: #333;
}

/*positionnement dse ongel sur le bandeau*/
#tabs ul li
{
    display: inline;
    float: right;
    height: 24px;
    min-width:80px;
    text-align:center;
    padding:0;
  	margin-right:0px;

}

/**/
#tabs ul li.selected
{
    border-bottom: 1px solid #fff;
    background-color: #fff;
}

/*Alignement sur le bandeau*/
#tabs ul li a
{
    float: right;
    color: #fff;
    text-decoration: none;
    padding: 4px;
    text-align:center;
    background-color:#333;
    min-width:80px;
}

#tabs ul li a.selected
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
    border-bottom: 1px solid #fff;
}

#tabs ul li a:hover
{
    color: #000;
    font-weight:bold;
    background-color: #fff;
}

#container
{
    background: white;
    border:1px solid gray;
    border-top: none;
    height:350px;
    width:100%;
    padding:0;
    margin:0;
    left:0;
    top:0;
}

iframe
{
    border:none;
    margin:0;
    padding:0;
}
