@charset "utf-8";
/* CSS Document */

/*******  BLOCS DE POSITIONNEMENT *******/
#centre_accueil	{background: url(../IMG/filet.jpg) repeat-y;}

/*******  BLOCS DE CONTENU *******/
/* Page d'accueil		*/
#nav_accueil		{width:401px; float:left; padding-left:10px;}
#texte_accueil		{width:323px; float:left;}

#haut_cadre_accueil		{width:323px; height:12px; margin-left:10px; font-size: 1px; /* <- bug IE */ background: url(../IMG/EQU_cadre_haut.jpg) no-repeat;}
#contenu_cadre_accueil	{width:303px; margin-left:10px;  line-height:1.3em; padding:0 5px 0 15px; background: url(../IMG/EQU_cadre_filet.jpg) repeat-y;}
#bas_cadre_accueil		{width:323px; height:7px; margin-left:10px; font-size: 1px; /* <- bug IE */ background: url(../IMG/EQU_cadre_bas.jpg) no-repeat;}

/******* TYPOGRAPHIE : ORDRE notation raccourcie =  style police (graisse, italique) puis taille (et eventuellement interligne, et enfin famille*/
/* page Accueil */
#contenu_cadre_accueil h1	{font-size:1.8em;  padding:10px 0 5px 0; color:#096291;}
#contenu_cadre_accueil h2	{font-size:1.2em;  line-height:1.5em; padding:10px 0 15px 0; color:#096291;}
span.btn_titre_accueil		{padding-left:90px; font-size:17px; font-weight:bold; color:#096291; line-height:40px;}
span.btn_soustitre_accueil	{padding-left:90px; font-size:13px; font-weight:normal; color:#000;}

/* bandeau navigation à gauche */

li#btn_accueil_1 a {display:block; background: url(../IMG/nav/btn1_accueil.jpg) top left no-repeat;  width:401px; height:69px;}
li#btn_accueil_2 a {display:block; background: url(../IMG/nav/btn2_accueil.jpg) top left no-repeat;  width:401px; height:69px;} 
li#btn_accueil_3 a {display:block; background: url(../IMG/nav/btn3_accueil.jpg) top left no-repeat;  width:401px; height:69px;}  
li#btn_accueil_4 a {display:block; background: url(../IMG/nav/btn4_accueil.jpg) top left no-repeat;  width:401px; height:69px;} 
li#btn_accueil_5 a {display:block; background: url(../IMG/nav/btn5_accueil.jpg) top left no-repeat;  width:401px; height:69px;}   
li#btn_accueil_6 a {display:block; background: url(../IMG/nav/btn6_accueil.jpg) top left no-repeat;  width:401px; height:69px;} 

li#btn_accueil_1 a:hover { background-position: 0% -69px;}
li#btn_accueil_2 a:hover { background-position: 0% -69px;}
li#btn_accueil_3 a:hover { background-position: 0% -69px;}
li#btn_accueil_4 a:hover { background-position: 0% -69px;}
li#btn_accueil_5 a:hover { background-position: 0% -69px;}
li#btn_accueil_6 a:hover { background-position: 0% -69px;}
