@import url(commun/typo.css);

/**
 *	Feuille de style gerant la contenu du site
 *	
 *	
 */
 
/**
 * Zone Site
 * @section Conteneur
 */

#conteneur{
  
}
#contenue{

}

	/**
	 * Zone d'en tete
	 * @subsection en tete
	 */
	
	#entete{
		
	}
	#entete>h1,
	a#logo {
	  position :absolute;
    text-indent:-9999px;
    background:url(../images/logo.jpg) left top no-repeat;
    width:260px;
    height:78px;
    top:58px;
    left:35px;
  }
	
	/**
	 * Zone de contenue 
	 * @subsection Contenue
	 */
	
	.interne #contenue {
    background :url(../images/zebres_interne.gif) right bottom no-repeat;
    padding-bottom : 130px;
	}
	.client #contenue {
    background :none;
    padding:0;
  }
	
		/**
		 * Mise en forme de la structure de contenue gauche 
		 * @subsubsection gauche
		 */	
			
			.client #gauche h1 {
        font-family :DIN, arial;
        font-size:2em;
        text-transform :uppercase;
        color:#C44BA8;
        margin-bottom:0.2em;
      }
			.client #gauche li {
        color:#666666;
			  font-size:1.2em;
			  line-height :15px;
			  margin-left:1em;
			  margin-bottom:0.3em;
      }
	
		/**
		 * Mise en forme de la structure de contenue centrale
		 * @subsubsection centre
		 */
	    .home .centre h2 {
        background:url(../images/titre_home.jpg) right top no-repeat;
        text-indent:-9999px;
        width:415px;
        height:53px;
        margin:0 0 10px 0;
        float:right;
      }
			.home .centre p {
			  width:19.5em;
			  color:#666666;
			  font-size:1.1em;
			  float:right;
			  line-height :15px;
			  margin-right:10px;	
			}
			.client .metier>ul a{
        font-size:1.4em;
        color: #F2950E;
        font-family :Tahoma;
      }
      .client .metier>ul li{
        line-height:1.7em;        
      }
      .client .metier>ul li.ui-tabs-selected a,
      .client .metier>ul li.ui-state-active a{
        color:#000;
      }
      .interne .centre h1+p {
        margin-top:1.2em;
      }
      .interne .centre p+p.bold {
        margin-top:1.2em;
      }
      .interne .centre h1 {
        font-family :DIN, arial;
        font-size:2.313em;
        text-transform :uppercase;
        color:#C44BA8;
      }
      .interne .centre h2 {
        font-size:1.2em;
        color:#931476;
        line-height:40px;
        font-family :arial;
        background :url(../images/puce_triangle.gif) left no-repeat;
        padding-left:15px;
        margin-left:-15px;
        font-weight :bold;
      }
      .interne .centre q,
      .interne .centre q+span {
        font-size:1.65em;
        color:#666;
        line-height :1.1em;
      }
      .interne .centre q+span {
        padding-left:1em;
      }
      .interne .centre q>span {
        margin-left:120px;
      }
      .interne .centre h1+p+p {
        margin-top:3em;
      }
      .interne .centre p.bold {
        font-size:1.2em;
        font-weight :bold;
        font-family :arial;
        color:#666;
        line-height :20px;
      }
      .interne .centre p,
			.interne .centre ul{
        color:#666666;
			  font-size:1.2em;
			  line-height :15px;
      }
      .interne .centre ul {
        margin-left:2em;
      }
      .contact .centre address{
        margin:30px 0;
      }
      .contact .centre address span{
        display:block;
        font-style :normal;
        font-size :1.2em;
        color:#666;
        line-height :1.8em;
      }
      .contact .centre address a{
        text-decoration:none;
        color:#666;
      }
      .contact .centre address a:hover{
        text-decoration:underline;
      }
	.accrocheActu{
		font-weight: bold;
	}
	.accrocheActu p,
	.texteActu p{
		margin-bottom: 10px;
	}
	.lienActu,
	.voirArchive{
		font-size: 1.2em;
		text-decoration: none;
		color: #F2950E;
		line-height: 25px;
	}
	.voirArchive{
		position: absolute;
		top: 5px;
		margin-left: 435px;
	}
	.accrocheActu a,
	.texteActu a,
	.desActus a{
		color: #F2950E;
		text-decoration: none;
	}
	.lienActu:hover,
	.voirArchive:hover,
	.accrocheActu a:hover,
	.texteActu a:hover,
	.desActus a:hover{
		text-decoration: underline;
	}
	.blockImageActu{
		float: left;
		padding: 0 15px 10px 0;
	}
	.blockImageActu img{
		border: 1px solid #570644;
	}
	
		/**
		 * Mise en forme de la structure de contenue droite 
		 * @subsubsection Droite
		 */
	
			.droite {
				
			}
			
	/**
	 * Mise en forme de la structure de contenue du pied de page 
	 * @subsection Pied de page
	 */
	 
	#foot {
		
	}
