/* ------------------------------------ *
 CSS
 15 juin, 2009 15:12:31
 HAPedit 3.1.11.111
 * ------------------------------------ */

@import url("reset.css");
@import url("global.css");

/******************************************/
/* Initialisation des valeurs principales */

	body , .contentWrap{ 
					background: #FBFBFB url(../../_IMAGES/ContenuBackgroundIndex.jpg) scroll center top; 
					background-repeat: no-repeat; 
	}
	#NavigationPrincipal li a{ background: url(../../_IMAGES/PageTop.png);}
	#PageContenu { height: 610px; }
	

/************************/
/* Structure de la page */

	/* Notre Mission */
		#PageIndexMission {
					font: normal 13px verdana;
					line-height: 18px;
					position: relative;
					top: 105px; left: 150px;
					color: #FFFFFF;					
					width: 540px;
					text-align: justify;								
		}
		
		#PageIndexMission  h3 {
					font: bold 14px verdana;
					line-height: 22px;
		}
		
		#PageIndexMission p{ color: #FFFFFF; margin-bottom: 12px; }

	div.MissionBouton {
		position: absolute;
		top: 150px;
		z-index: 100;
	}
	
	
	.MissionBouton a{ 
				cursor: pointer;
				display: block;
				width: 153px; 
				height: 34px; 
				background-image: url(../../_IMAGES/sprite.png); 
				background-position: 0px 0px;
				position: relative;
				left: 390px;
				top: 0px;
	}	
	.MissionBouton a span {	display: none; }
	.MissionBouton a:hover { background-image: url(../../_IMAGES/sprite.png); background-position: 0px 34px; }
	
	/* Sous-Categories */
		.PageIndexSousCategories{
						color: #393939;
						font: normal 11px verdana;
						height: 120px;
						line-height: 17px;				
						margin: 225px auto auto 15px;
						position: absolute;	
						top: 305px;
						z-index: 500;
		}
		
		.PageIndexSousCategories h3{
						
						font: bold 11px verdana;
						line-height: 17px;
		}
		
		.PageIndexSousCategories a{
						color: #393939;
						text-decoration: none;
		}
		
		.PageIndexSousCategories a:hover{
						color: #006aad; 
		}
		
		.PageIndexSousCategories a:hover h3{
						text-decoration: underline;
		}
		
		#PageIndexProjets, #PageIndexActivites, #PageIndexPresse {
						display: block;
						float: left;
						width: 300px;	
		}
		
		#PageIndexPresse h3{ color: #c19935; }
		#PageIndexPresse a:hover{ text-decoration: underline; }
		
		/* Projets subventionnes */
			#PageIndexProjets {
						margin-right: 35px;
			}
		
		/* Activites du reseau */
			#PageIndexActivites {
						margin-right: 20px;
			}
		


/* Bouton en savoir plus */		
	div.Bouton_en_savoir_plus a{ 
						background-image: url(../../_IMAGES/sprite.png); 
						background-position: -155px 0px;
						cursor: pointer; 
						display: block;	
						height: 34px; 
						width: 153px; 						 
	}
	div.Bouton_en_savoir_plus a span {	display: none; }
	div.Bouton_en_savoir_plus a:hover { background-image: url(../../_IMAGES/sprite.png); background-position: -155px 34px; }

/* Bouton Video */		
	div.Bouton_video a{ 
						background-image: url(../../_IMAGES/sprite.png); 
						background-position: -310px 0px;
						cursor: pointer; 
						display: block;	
						height: 34px; 
						width: 153px; 						 
	}
	div.Bouton_video a span {	display: none; }
	div.Bouton_video a:hover { background-image: url(../../_IMAGES/sprite.png); background-position: -310px 34px; }