/* ~(°_°)--> SPECIFIQUE AU SOMMAIRE DES PAGES ECRAN <--(°_°)~ */

/* masquer le logo de la page sommaire qui est prévu pour l'impression */
#print-logo {
	display: none;
}

/* Conteneurs de chaque zone du sommaire de la page d'accueil : pour l'encadré sur le lien au survol */

#som-asso a {
	z-index: 2;
	position: absolute;
	top: 0;
	left: 0;
	height: 106px;
	width: 473px;
}

#som-lieu-histoire a {
	z-index: 3;
	position: absolute;
	top: 0;
	left: 473px;
	height: 106px;
	width: 473px;
}


#som-ateliers a {
	z-index: 4;
	position: absolute;
	top: 106px;
	left: 0;
	height: 106px;
	width: 473px;
}


#som-contacts a {
	z-index: 5;
	position: absolute;
	top: 106px;
	left: 473px;
	height: 106px;
	width: 473px;
}


#som-evenements a {
	z-index: 6;
	position: absolute;
	top: 214px;
	left: 0px;
	height: 106px;
	width: 473px;
}


#som-projets a {
	z-index: 7;
	position: absolute;
	top: 214px;
	left: 473px;
	height: 106px;
	width: 473px;
	/*border: solid fuschia 1px;*/
}

/* Les cadres jaunes */
#som-asso a:hover, #som-lieu-histoire a:hover, #som-ateliers a:hover, #som-contacts a:hover, #som-evenements a:hover, #som-projets a:hover {
	border: 2px solid #FFD700;
} 

#som-projets a:hover {
	z-index: 8;
}


/* Zone "Actu" */

/* Conteneur local de la zone : pour intégrer la boite variable et le pied */

#conteneur-actu {
	z-index: 9;
	position: absolute;
	top: 300px;
	left: 768px;
	height: 150px;
	width: 158px;
	/*text-align: left;*/
}

/* Le Conteneur de texte */
#boite-actu {
	z-index: 10;
	top: 0;
	left: 0;
	/*position: relative;*/
	/*height: 150px;*/
	width: 156px;
	background: url(../images/bordure-actu.jpg) repeat-y top right #CC0033;
	
}

/*Le titre et le  texte */

#boite-actu p {
	font-size: 0.85em;
}

#boite-actu h1 {
	font-size: 1em;
}

#boite-actu h1, #boite-actu p {
	padding: 0 10px 5px 10px;
	font-weight:  bold;
	text-align: left;
}

#boite-actu h1, #boite-actu p a {
	color: white;
	text-decoration: none;
}


#boite-actu p a:hover {
	color: white;
	text-decoration: underline;
}

 

/* Le ... */
#pied-actu {
	position: relative;
	width: 156px;
	height: 22px;
	background: url(../images/pied-actu.gif) no-repeat top left;
}



/* Zone présentation */

/* Le conteneur local de la zone */

#conteneur-pres {
	/*position: relative;*/
	/*top: 53px;*/
	position: absolute;
	top: 379px;
	left: 85px;
	width: 578px;
	height: 300px;
	background: url(../images/logo-presentation.gif) no-repeat top left;
	
}

#conteneur-pres p {
	margin: 0;
	padding: 0 0 10px 112px;
	color: Black;
	/*color: #A80000;*/
	font-size: 0.85em; 
	text-align: justify;
}







