@charset "utf-8";
/* CSS Document */
														/* SQUELETTE DU SITE */
body{
 width: 976px;
   margin: auto; /* Pour centrer notre page */
   margin-top: 0px; /* Pour coller avec le haut de la fenêtre du navigateur. Essayez d'enlever pour voir ! */
   margin-bottom: 0px;    /* Pour ne pas coller avec le bas du navigateur */
   background-color: #FFFFFF; /* Couleur font */
   color: #000000; /* Couleur texte */
   /* background-image: url("images/fond.png");  Une petite image de fond pour éviter d'avoir un vieux fond blanc :p */
   text-align:justify;
 }

/* EN TETE */	 
#hdr{
 width: 976px;
 height: 206px;
 margin:0;
 background-image:url("images/header.jpg");
 background-repeat:no-repeat;
 color: #333333;
 }
 
 /* AFFICHAGE --> TOTAL */   
#lh-col{
width:976px;
background-image:url("images/1.jpg");
background-repeat:repeat;
margin:0;
padding:0;
 }
 
 /* AFFICHAGE --> CADRE GAUCHE */
  #gauche {
 width:796px;
 height:auto;
background-repeat:repeat;
margin:0;
padding-left:10px;
 }
 
 /* AFFICHAGE --> MENU */

 #menu {
 		float:right;
        width: 0px;
		height:0px;
		text-align:center;
		margin:0;
		padding: 10px 0px 10px 0px;
		/* background-color: #FFFFFF;  Couleur font */
  }

   #menu h2 {
        /* background: url("images/fleche.png"); #90CDCE */
        color: #FFFFFF;
		background-color:#ffc543;
        font-weight: bold;
        font-size: 0.95em;
        text-align: center;
        margin: 0 0 0 0px;
		padding: 0;
        border: 1px solid #ffc543;
		width: 0px;
		}

  #menu li {
        border-bottom: 1px solid #ffc543;
        margin: 0;
        padding: 0;
        text-align: center;
        list-style-type: none;
		width: 0px;
  }

  #menu ul {
        margin:0;
        padding: 0;
        border: 1px solid #ffc543;
        border-bottom: none;
		width: 0px;
  }

  #menu a {
        display: block;
        font-weight: bold;
        text-decoration: none;
        color: #978A5E;
        font-size: 0.95em;
        padding: 0;
        margin: 0;
		width: 0px;
  }

  #menu a:hover {
        color: #FFFF00 ; /* #fff */
        background: #FF3300;
		width: 0px;
		margin:0;
		padding:0;
  }
  
  /* PIED DE PAGE */
 #pied_de_page
{
   width: 976px;
   height: 26px;
   text-align:center;
   padding-top:2px;
   background-image:url("images/sousheader_bas.jpg");
   background-repeat:no-repeat;
}
 
 														/* FIN SQUELETTE DU SITE */
  /* TABLEAU */
  
  .tabtable
  {
  width:580px;
  margin:auto;
  border: 1px solid #ffc543;
  text-align:justify;
  }
  
  .tabtd1
  {
  background-color:#ffc543;
  text-align:center;
  color:#FFFFFF;
  font-weight:bold;
  }
  
  .tabtd2
  {
  background-color:#EBECE4;
  color:#000000;
  font-weight:bold;
  }
 
 .tabtd3
  {
  background-color:#CCCCCC;
  color:#000000;
  font-weight:bold;
  }
 /* TEXTE */
 
 .text {
 text-align:justify;
 padding-left:15px;
 font-weight:bold;
 font-size:18px;
 color:#006699;
 /* 96D3D8 */
  }
 
 .texttitre {
 text-align:center;
 font-weight:bold;
 font-size:30px;
 color:#ffc543;
  }
  
  .media {
  text-align:center;
  }

#vue_360{
	height: 240px;
	width: 400px;
}