/*******************************************************************************
CSS du site du CRPS de Gassies
********************************************************************************/
.menuG_Bloc {
	width: 224px;
	background-color: #E17729;
	font-family: Georgia,"New York",serif;
	color: #663300;
	font-weight: bold;  
	text-align: right;
}
.menuG_Bloc2 a:hover {
	width: 224px;
	color:#FFFFFF;
	background-color: #296886;
	text-decoration: none;
}
.adminTab_1 a:hover{
	color: #FFFFFF;
	font-weight: bold;
	background-color: #E17729;
}
#titreDePage {
	position: absolute;
	top: 152px;
	width: 100%;
	height: 45px;
	background-color: #489AC0;
}
/*------------------------------*/
/*Boutons Tétière               */
/*------------------------------*/
		div.icone h4 {
		/*les h4 contenus dans un div de la classe icone*/
			position: absolute;
			width: 70px;
			height: 47px;
			top: 99px;
			background-repeat: no-repeat;
			background-position: bottom;
			text-align: center;
			z-index: 5;
		}
		/* Bouton Accueil */
		div.icone h4#Accueil {
		/* les h4 de id accueil qui se trouvent dans un div de la classe icone*/
			left: 180px;
			background-image: url(./img/bout_accueil.jpg);
		}
		#AccueilTxT a {
			display: block;
			width: 70px;
			height: 47px;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			color: #9778A5;
		}
		#AccueilTxT a:hover {
			background-repeat: no-repeat;
			background-position: bottom;
			font-weight: bold;
			background-image: url(./img/bout_accueilUP.jpg)
		}
		/* Bouton Admission */
		div.icone h4#Admission {
			left: 250px;
			background-image: url(./img/bout_admis.jpg);
		}
		#AdmissionTxT a {
			display: block;
			width: 70px;
			height: 47px;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			color: #9778A5;
		}
		#Admission a:hover {
			background-repeat: no-repeat;
			background-position: bottom;
			font-weight: bold;
			background-image: url(./img/bout_admisUP.jpg)
		}
		/* Bouton Contact */
		div.icone h4#Contact {
			left: 320px;
			background-image: url(./img/bout_contact.jpg);
		}
		#ContactTxT a {
			display: block;
			width: 70px;
			height: 47px;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			color: #9778A5;
		}
		#Contact a:hover {
			background-repeat: no-repeat;
			background-position: bottom;
			font-weight: bold;
			background-image: url(./img/bout_contactUP.jpg)
		}
		/* Bouton Lien */
		div.icone h4#Lien {
			left:390px;
			background-image: url(./img/bout_lien.jpg);
		}
		#LienTxT a {
			display: block;
			width: 70px;
			height: 47px;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			color: #9778A5;
		}
		#Lien a:hover {
			background-repeat: no-repeat;
			background-position: bottom;
			font-weight: bold;
			background-image: url(./img/bout_lienUP.jpg)
		}
		/* Bouton Plan */
		div.icone h4#Plan {
			left: 460px;
			background-image: url(./img/bout_plan.jpg);
		}
		#PlanTxT a {
			display: block;
			width: 70px;
			height: 47px;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			color: #9778A5;
		}
		#Plan a:hover {
			background-repeat: no-repeat;
			background-position: bottom;
			font-weight: bold;
			background-image: url(./img/bout_planUP.jpg)
		}
		/* Bouton Gestionnaire */
		div.icone h4#Gestionnaire {
			left: 530px;
			background-image: url(./img/bout_siege.jpg);
		}
		#GestionnaireTxT a {
			display: block;
			width: 70px;
			height: 47px;
			font-size: 10px;
			font-weight: normal;
			text-decoration: none;
			color: #9778A5;
		}
		#Gestionnaire a:hover {
			background-repeat: no-repeat;
			background-position: bottom;
			font-weight: bold;
			background-image: url(./img/bout_siegeUP.jpg)
		}
