@import url(commun/typo.css);

/**
 *  Feuille de style gerant le contenu du site
 *  
 *  @project	
 *  @site			
 *  @cssdoc		0.2.22
 *
 */
 
 /**
 * Zone Site
 * @section Conteneur
 */

#conteneur{
  
}
#conteneur.home {
  font-size:1.4em;
}
  /**
   * Zone d'en tete
   * @subsection en tete
   */

  .interne #entete{
   font-size:1.4em;
  }

  /**
   * Zone de contenue 
   * @subsection Contenue
   */

  #contenu {
 
  }
  #menuInterne {
    font-size:1.4em;
  }
  p.introduction {
    color:#13679a;
    background:url(../images/puceIntroduction.jpg) no-repeat left 2px;
    padding-left:20px;
    margin-bottom :25px;
  }
  .interne p.introduction {
    color:#5f6702;
    margin-bottom:10px;
  }
    /**
     * Mise en forme de la contenu de contenue centrale
     * @subsubsection centre
     */

      .sectorielle {
        
      }
      .sectorielle ol li {
        background-repeat:no-repeat;
        background-position :left;
        /*padding-left:38px;*/
      }
      .sectorielle ol li a{
        color:#000;
        text-decoration :none;
      }
      .sectorielle ol li a:hover{
        text-decoration :underline;
      }
      .sectorielle ol {
        /*background:url(../images/bandeIcone.jpg) no-repeat top left;*/
        overflow :hidden;
      }
	  .iconeSecto{
		padding-left:40px;
		overflow: hidden;
	  }
 
    /**
     * Mise en forme de la contenu de contenue droite 
     * @subsubsection Droite
     */
  
      .geographique {
        
      }
      
    /**
     * Mise en forme des contenu fiche
     * @subsubsection Contenu fiche
     */
     
      #titreFiche, #titrePage {
        font-size:2em;
        margin-bottom : 20px;
      }
      #titreFiche h1, #titrePage h1 {
        font-size:1em;
        display:inline;
      }
      .secteur div#introFiche,
      .secteur .titreTableau {
        color:#13679a;
        background-repeat:no-repeat;
        padding-right:35px;
      }
	  .secteur #titreFiche h1{
        color:#13679a;
        background-repeat:no-repeat;
      }
	  .secteur h2{
		color:#13679a;
		font-weight: bold;
		font-size: 1em;
		background: url(../images/puceIntroduction.jpg) no-repeat 0 0;
		padding-left: 13px;
		margin-bottom: 15px;
	  }
	  .centre #titrePage{
		color:#13679a;
		padding: 0;
		margin: 0;
	  }
	  .centre #titrePage h1{
        color: #ABB711;
        background-repeat:no-repeat;
		padding: 0 10px 5px 0;
      }
	  .centre p.accroche{
		color:#13679a;
		font-size: 1.25em;
		border-left: 10px solid #ABB711;
		padding-left: 12px;
		margin: 40px 0 40px 224px;
	  }
	  .centre p{
		margin: 15px 0 15px 1px;
	  }
	  #contenuFiche a,
	  .centre a{
		color: #FF6600;
		text-decoration: none;
	  }
	  #contenuFiche a:hover,
	  .centre a:hover{
		text-decoration: underline;
	  }
        h1#habillementCuir {
          background-image :url(../images/bandeIcone.jpg);
          background-position:right 3px;
        }
      .geo #titreFiche h1,
      .geo div#introFiche,
      .geo .titreTableau {
        color:#69700c;
      }
	  .geo h2{
		color:#69700c;
		font-size: 1em;
		background: url(../images/puceIntroduction.jpg) no-repeat 0 0;
		padding-left: 13px;
		margin-bottom: 15px;
		font-weight: bold;
	  }
      .secteur div#introFiche,
      .titreTableau {
        font-weight :bold;
      }
	  .bleuFiche{
		color: #13679A !important;
	  }
	  .vertFiche{
		color: #ABB711;
	  }
      /*.secteur #contenuFiche p {
        margin-bottom:15px;
      }*/
      .secteur #legendeTableau {
        color:#13679a;
      }
      .geo #legendeTableau {
        color:#69700c;
      }
	  .tableauPartenaire{
		width: 100%;
	  }
	  .tableauPartenaire tr td{
		padding: 20px 0;
		vertical-align: top;
	  }
	  .tableauPartenaire img{
		padding-right: 40px;
	  }
	.tableauStat p{
		margin-bottom: 10px;
	}
	
	.tableauStat table{
		border: 1px dashed #000000;
		width: 100%;
		margin: 0 0 10px 1px;
	}
	.tableauStat table tr td{
		padding-left: 10px;
		background-color: #EAEAEA;
	}
  /**
   * Mise en forme de la contenu de contenue du pied de page 
   * @subsection Pied de page
   */
   
  #foot {
    
  }