@charset "UTF-8";


/*	--------------------------------------------------
	GÉNÉRALITÉS
	- - - - - - - - - - - - - - - - - - - - - - - - */

		a{
			color:#2D5FB4;
		}

		#colonne2 {
			border-left-color:#2D5FB4;
		}

/*	--------------------------------------------------
	DÉFINITION DES STYLES RELATIFS AU COLONES
	- - - - - - - - - - - - - - - - - - - - - - - - */

/*		colonne2
		- - - - - - - - - - - - - - - - - - - - - - */
		
/*			Contenu principal
			- - - - - - - - - - - - - - - - - - - - */

			#colonne2 h1{
				color:#2D5FB4;
			}
			#colonne2 h3{
				color:#2D5FB4;
			}
			
/*			Sous-menu
			- - - - - - - - - - - - - - - - - - - - */
			
			#sousMenuTable{
				color:#2D5FB4;
			}	#sousMenuTable a{
					background:url(../images/structure/pacte/flecheSousMenu.png) 0px 0.9em no-repeat;
				}
				#sousMenuTable a:hover{
					text-decoration:underline;
					background:url(../images/structure/pacte/flecheSousMenu_on.png) 0px 0.9em no-repeat;
				}
				#sousMenuTable th{
					background:url(../images/structure/pacte/flecheSousMenu_sel.png) 0px 0.9em no-repeat;
				}

/*			Encart
			- - - - - - - - - - - - - - - - - - - - */

			#colonne2 .encartTete{
				background:url(../images/structure/pacte/cadre_T_tr.png) top center no-repeat;
			}
			
			#colonne2 .encartContenu{
				background:url(../images/structure/pacte/cadre_M_tr.png) center repeat-y;
			}
			
			#colonne2 .encartPied{
				background:url(../images/structure/pacte/cadre_P_tr.png) top center no-repeat;
			}
			
/*			Encart bas pleine largeur
			- - - - - - - - - - - - - - - - - - - - */
			
			#colonne2 .encartGr{
				background:url(../images/structure/pacte/cadreGr.png) center no-repeat;
			}