/*******************************************************************************
CSS du site du Siège de l'UGECAM Aquitaine
********************************************************************************/
.menuG_Bloc {
	width: 224px;
	background-color: #FEC76C;
	font-family: Georgia,"New York",serif;
	color: #663300;
	font-weight: bold;  
	text-align: right;
}
.menuG_Bloc2 a:hover {
	width: 224px;
	color:#FFFFFF;
	background-color: #0066B3;
	text-decoration: none;
}
#titreDePage {
	position: absolute;
	top: 152px;
	width: 100%;
	height: 45px;
	background-color: #76B900;
}
#logo {
	position: absolute;
	bottom: 81px;
	width: 224px;
	height: 202px;
	background-color: #FFFFFF;
	z-index: 1;
}
td.rss{
	text-align: right;
	vertical-align: middle;
}
a.info{
position: relative;
text-decoration: none;
color: #000000;
border-bottom: 1px dotted black;
}
a.info:hover{
z-index:25;
background: none;
cursor : help;
}
a.info span{
display: none
}
a.info:hover span{
display: block;
position: absolute;
top: 1em;
left: 4em;
background-color: #FFFFE1;
text-align: center;
color: #000000;
border: 1px solid black;
padding: 2px;
} 
/*------------------------------*/
/*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: 220px;
			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: #0066B3;
		}
		#AccueilTxT a:hover {
			background-repeat: no-repeat;
			background-position: bottom;
			font-weight: bold;
			background-image: url(./img/bout_accueilUP.jpg)
		}
		/* Bouton Contact */
		div.icone h4#Contact {
			left: 290px;
			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: #0066B3;
		}
		#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: 360px;
			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: #0066B3;
		}
		#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: 430px;
			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: #0066B3;
		}
		#Plan a:hover {
			background-repeat: no-repeat;
			background-position: bottom;
			font-weight: bold;
			background-image: url(./img/bout_planUP.jpg)
		}

/* Marche public (zone public site) */
legend {
	font-weight:bold;
	color:#990000;
}
.fieldset.couleur{
	border-color:#990000;
	border-style: solid;
	border: 1px;
	padding: 5px;
}
label{
	float: left;	/*** Très important, ne pas suprimer ! ***/
	width: 30%;	/*** Les intitulés prennent 1/3 de la largeur totale du formulaire... ***/
	text-align: right;	/*** ... et ils sont alignés à droite... ***/
	margin: 0;
	line-height: 1.8;
}
#corpForm {	/*** Mise en fome du corp du formulaire (bordure, couleur du fond...) ***/
	margin: 0;
	padding: 1em;
}
#corpForm .legende {	/*** Mise en forme des aides contextuelles ***/
	font-style: italic;
	color: #666;
	background: transparent;
	margin: 0;
}
#corpForm .focus {	/*** Mise en avant des champs en cours d'utilisation ***/
	background: beige;
	color: black;
}
#corpForm .normal {	/*** Retour à l'état normal après l'utilisation ***/
	background: white;
	color: black;
}
select.liste{
	width:260px;
}
