@import url(commun/reset.css);
@import url(menu_superieur.css);
@import url(menu_gauche.css);

/**
 *  Feuille de style gerant la structure du site
 *  
 *  @project	
 *  @site			
 *  @cssdoc		0.2.22
 *
 */
 
 /**
 * Zone Site
 * @section Conteneur
 */
body{
	background: #d1eaf8 url('../images/bg_body.jpg') repeat-x left top;
}
#site{
  position :relative;
  margin :0 auto;
  width :950px;
  background: #fff url('../images/fond.jpg') repeat-y left 100px;
  overflow: hidden;
  border: 1px solid #000;
}
#conteneur{
	background: url('../images/visuel_haut.png') no-repeat left top;
	overflow: hidden;
}

  /**
   * Zone d'en tete
   * @subsection en tete
   */

  #entete{
    color :#ffffff;
    height :155px;
	padding-left: 273px;
	position: relative;
  }
  .home #entete h1{
	text-indent: -9999px;
  }
  #entete #logo{
	margin-top: 7px;
  }
  #entete #slogan blockquote{
	text-indent: -9999px;
  }
  #entete #slogan{
	width: 518px;
	height: 77px;
	background: url('../images/slogan.jpg') no-repeat left top;
	position: absolute;
	top: 66px;
	left: 394px;
  }
  #entete #logoNf{
	position: absolute;
	right: 32px;
	top: 21px;
  }

  /**
   * Zone de contenue 
   * @subsection Contenue
   */

  #contenu {
   
  }

    /**
     * Mise en forme de la structure de contenue gauche 
     * @subsubsection gauche
     */

      .gauche {
        float:left;
		width: 209px;
		padding-top: 65px;
      }
	  #formRecherche{
		margin-left: 19px;
	  }
	  #formRecherche input[type="text"]{
		font-size: 1.2em;
		font-weight: bold;
		font-family: Verdana;
		color: #a9a39e;
		text-align: center;
		width: 135px;
		float: left;
		height: 13px;
		border: 1px solid #25518a;
	  }
	  .logoClaims{
		padding: 22px 0 0 5px;
	  }
	  .logoClaims img{
		margin-bottom: 15px;
	  }
	  #rejoignezNous{
		background: url('../images/bg_rejoin.jpg') no-repeat left top;
		width: 184px;
		height: 49px;
		margin: 10px 0 0 4px;
		padding-bottom: 10px;
	  }
	  #rejoignezNous a{
		color: #fff;
		font-weight: bold;
		text-transform: uppercase;
		font-style: italic;
		text-decoration: none;
		padding: 6px 0 0 17px;
		display: block;
	  }
	    #rejoignezNous a span{
			font-size: 1.2em;
			display: block;
			font-style: normal;
		}
		#zoneIntervention{
			padding-left: 10px;
		}
		#zoneIntervention h2{
			font-size: 1.2em;
			font-weight: bold;
			color: #333333;
			text-transform: uppercase;
			background: url('../images/puce_orange.jpg') no-repeat left top;
			padding: 11px 0 11px 12px;
		}
		#zoneIntervention #carteIntervention{
			display: block;
			margin: 5px 0 0 42px;
		}

    /**
     * Mise en forme de la structure de contenue centrale
     * @subsubsection centre
     */

      .centre {
        float:left;
		width: 740px;
      }
	  .interne .centre{
		padding: 0;
	  }
 
    /**
     * Mise en forme de la structure de contenue droite 
     * @subsubsection Droite
     */
  
      .droite {
        background :#00ff00;
        width :15%;
        float:left;
        margin-left: 50px;
      }

  /**
   * Mise en forme de la structure de contenue du pied de page 
   * @subsection Pied de page
   */
   
  #foot{
    clear:left;
	color: #25518a;
	padding-bottom: 20px;
  }
  #foot ul{
	text-align :center;
	font-weight: bold;
  }
  #foot ul.adsAdiam{
    line-height :15px;
    list-style-type :none;
	font-size: 1.6em;
	margin-top: 25px;
  }
  #foot ul.adsAdiam li{
	padding: 8px 0;
  }
  #foot a{
	color: #25518a;
	text-decoration: none;
  }
   #foot a:hover{
	text-decoration: underline;
   }
   #foot .size20{
	font-size: 1.25em;
   }
   #foot ul.piedPage{
	font-size: 1.1em;
	margin-top: 10px;
   }
   #foot ul.piedPage li{
	display: inline;
	padding: 0 3px;
	color: #666;
   }
   #foot ul.piedPage li a{
	color: #666;
   }
