
/**** Debut de la redéfinition des balises HTML ****/

body {
	margin: 0px;
	margin-bottom: 60px;
	padding: 0px;
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	min-width: 40em;
}

/*** Une police générique  ****/
p,td,ul,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
}

p {
	margin: 0.5em;
}

form {
	margin: 0px;
	padding: 0px;
}

select {
	font-size: 11px;
}

input {
	font-size: 11px;
}

img[onclick] {
	cursor: pointer;
}

/**** Fin de la redéfinition des balises HTML ****/


.gras {
	font-weight: bold;
	letter-spacing: 1px;
}

/**** Debut des styles pour la page Accueil ****/

.accueil {
	padding-left: 30px;
}

.accueil h3 {
	padding-top: 10px;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 0.1em;
}

.accueil .detailSousMenu{
	list-style-type:square;
}

.accueil .detailSousMenu li{
	padding-bottom: 15px;
}

.accueil .detailSousMenu li a {
	font-size: 14px;
	text-decoration: underline;
	font-weight: bold;
}

.accueil .InfoMenu{
	padding-top: 5px;
	list-style-type:none;
}

.accueil .InfoMenu li{
	text-decoration:none;
	font-weight: normal;
	padding-bottom: 5px;
}
/**** Fin des styles pour la page Accueil ****/

/*** Debut du style spécifique pour la fiche d'un agent ***/
#ficheAgent {
	margin: 0 auto; /* align for good browsers */
	text-align: left; /* counter the body center */
	width: 970px;
}
/*** Debut du style spécifique pour la fiche d'un agent ***/

/**** Debut des styles de la zone d'Information ****/

#zoneInformation {
	--title-spacing: 0 0 0.25rem;
	--text-spacing: 0 0 0.25rem;
	background-position: 0 0,100% 0,0 100%,0 0,100% 100%;
	background-repeat: no-repeat,no-repeat,no-repeat;
	background-size: 100% 1px,1px 100%,100% 1px,2.5rem 100%;
	padding: 1rem 2.25rem 0.75rem 3.5rem;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: fit-content;
}

.erreur {
	background-image: linear-gradient(0deg,#ce0500,#ce0500),linear-gradient(0deg,#ce0500,#ce0500),linear-gradient(0deg,#ce0500,#ce0500),linear-gradient(0deg,#ce0500,#ce0500),linear-gradient(0deg,#ce0500,#ce0500);
	background-color: white;
}

.succes {
	background-image: linear-gradient(0deg,#18753c,#18753c),linear-gradient(0deg,#18753c,#18753c),linear-gradient(0deg,#18753c,#18753c),linear-gradient(0deg,#18753c,#18753c),linear-gradient(0deg,#18753c,#18753c);
	background-color: white;
}

/* Fin des styles de la zone d'Information */

/*** Debut des styles pour les listes avec tableau ***/
.liste, .pagination{
	margin-top: 15px;
	border: 1px solid #AAA;
}

.liste td {
	padding: 5px;
	border-top: 1px solid #DDD;
	align: center;
}

.liste th {
	padding: 5px;
	background-color: #2E2EA5;
	color: white;
	font-weight: bold;
	font-size: 11px;
	height: 30px;
	max-width: 250px;
}

.liste th label{
	color: white;
	font-weight: bold;
	font-size: 11px;
}

.pagination th {
	padding: 5px;
	background-color: #DDD;
}

.liste tr:nth-child(even) {
	background-color:#CFE2FF;
}

.liste-double tr:nth-child(n) td{
	background-color:#FFF
}

.liste-double tr:nth-child(4n+3) td, .liste-double tr:nth-child(4n) td{
	background-color:#EEE
}

.pagination {
	background-color: #DDD;
	padding: 5px;
}

/*** Fin des styles pour les listes avec tableau ***/

/*** Debut des styles pour le bandeau de recherche ***/
#bandeauRecherche {
	padding-left: 5px;
	margin-bottom: 10px;
	width: 100%;
}

#bandeauRecherche dl {
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	height:40px;
	/*border-left: 4px solid gray;*/
}

#bandeauRecherche dl dt {
	padding: 0px;
	margin:0px;
	/*width: 280px;*/
	z-index: 10;
}

#bandeauRecherche dl dd {
	padding: 0px;
	margin:0px;
}

#bandeauRecherche .intituleChamp {
	font-size: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	padding-left: 2px;
}

#bandeauRecherche .btnChercher {
	margin-top:11px;
	margin-left:12px;
}

#bandeauRecherche #idVoirEtab {
	position: absolute;
}

/*** Fin des styles pour le bandeau de recherche ***/

/*** Debut des styles pour le bandeau info ***/

#bandeauInfo h3 {
	line-height: 1em;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
}

#bandeauInfo {
	padding-left: 15px;
	padding-bottom: 3px;
	overflow: hidden;
	width: 97%;
	margin-left: 10px;
	margin-top: 15px;
	margin-bottom: 15px;
}

#zoneInfo {
	width: 74%;
	float: left;
	display: inline; /* évite le Doubled Float-Margin Bug d'IE6 */
	margin-bottom: 5px;
}

#zoneAction {
	text-align: right;
	margin-left: 76%;
}

#zoneInfo img {
	border: 0;
	vertical-align: middle;
	margin-right: 0px;
	display: inline-block;
}

#zoneInfoDetails {
	background-color: #EEE;
	border: 1px solid #CCC;
	padding: 8px 0px 6px 5px;
	margin-left: 0px;
	margin-bottom: 5px;
}

#zoneInfoDetails p {
	font-weight: normal;
	margin-top: 0px;
	margin-left: 0px;
	font-size: 11px;
}

.double {
	float: left;
	margin: 0px;
	padding: 0px;
}

#zoneInfoDetails ul {
	line-height: 1em;
	list-style-type: none;
	border-left: 2px solid black;
	margin: 0px 0px 0px 100px;
	padding-top: 0px;
	padding-left: 10px;
	zoom: 1;
}

#zoneInfoDetails ul.large{
	margin: 0px 0px 0px 85px;
}

#zoneInfoDetails ul li {
	margin-bottom: .8em;
}

#zoneInfoDetails ul li img {
	border: 0;
	vertical-align: middle;
	display: inline-block;
	margin-right: 0px;
}

#listeRemplacants{
	clear:left;
	list-style-type:none;
	border: 1px solid #CCC;
	width:98%;
	margin-left:6px;
	margin-top:0px;
	margin-bottom:5px;
	padding-left:0px;
	padding-bottom: 0.5rem;
}

#listeRemplacants li{
	width:100%;
	overflow: hidden;
	padding-top:1px;
	padding-bottom:1px;
	height:24px;
}

#listeRemplacants li p
{
	float: left;
	width:95%;
	margin-top:0px;
	margin-bottom:0px;
	padding-right:12px;
}

#listeRemplacants li p a img{
	border:0px;
	vertical-align:middle;
	display: inline-block;
	text-align: right;
}

#listeRemplacants li a img{
	border:10px;
	vertical-align:middle;
	display: inline ;
	position:absolute;
	right:5px;
}


/*** Fin des styles pour le bandeau info ***/

/*** Debut des styles commun à chaque page ***/
.clearfix:after {
	/*content: ".";*/
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix {display: inline-block;}  /* for IE/Mac */

.bouton75px {
	width: 75px;
}

.bouton_desactive {
	background-color: #777777;
	border: solid #999 1px;
	color: #ffffff;
}

#bouton_retour {
	margin-top: 0px;
	margin-right: 10px;
	float: right;
}

#intitule_Page {
	border-bottom: 2px solid #000091;
	color: #000091;
	clear: both;
	margin: 25px 10px 3px 10px;
	padding-bottom: 5px;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
}

.centrer {
	text-align: center;
}

.aGauche {
	text-align: left;
}

.aDroite {
	text-align: right;
}

.corpsPage {
	padding-left:15px;
	padding-right:15px;
}

.lien_Info_Bulle {   /*Utilisé pour afficher une info bulle sur du texte */
	font-weight: normal;
	color: black;
	text-decoration: none;
	cursor: help;
}

.hidden {
	display: none;
}

.visible {
	display: inline;
}

.visibleBloc {
	display: block;
}

ul.liste-etab {
	list-style-type: none;
	margin:0;
	padding-left:2em;
}
ul.liste-etab li{
	/*margin: 0.25em auto;*/
}
ul.liste-etab li em{
	font-style:italic;
}


a#lienZoneInfo {
	text-decoration:none;
}

a.tri {
	text-decoration:none;
}

.wait, .wait * { cursor: wait !important; }

.accueil-profil {
	text-align:center;
}

.accueil-profil-liste {
	list-style-type: none;
	font-weight: 800;
	font-size: 1.4em;
	margin-top:2em;

}

/*** Fin des styles commun à chaque page ***/

/*** Page d'accueil de l'application ***/

.accueil-intitule-page {
	clear: both;
	font-size: 14px;
	margin: 0 10px 25px;
	padding-bottom: 5px;
	border-bottom: 2px solid #a5a9aa;
	color: #a5a9aa;
}
.accueil-profil-liste {
	list-style-type: none;
	border: 1px solid #a5a9aa;
	margin: 0 auto;
	margin-top: 3em;
	padding: 1em;
	text-align: left;
	width: 910px;
}

.accueil-profil-liste li {
	/*margin-left:10em;*/
	clear:both;
}

.accueil-profil-liste label {
	float: left;
	text-align: right;
	width: 50%;
	padding-right:1em;
	color: #a5a9aa;
	font-weight: bold;
	letter-spacing: 1px;
}

#boutons_accueil {
	text-align: center;
	margin-top: 1rem;
	display: flex;
	justify-content: center;

}

.boutonAccueil {
	display: flex;
	background-color: #000091;
	border-radius: 5px;
	color: #ffffff;
	text-align: center;
	border: none;
	padding: 15px;
	transition: all 0.5s;
	cursor: pointer;
	margin: 5px;
	align-items: center;
}

.boutonAccueil:hover {
	background-color: #7F7FC8;
}

.boutonAccueil p {
	font-size: 16px;
}


.message_remplacement.ok_button{
	width: 30%;
	font-weight: 600;
}

.boutonPrincipal{
	background-color: #000091;
	color: #ffffff;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0;
	height: 30px;
	font-size: 14px;
	margin-left: 10px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

.boutonPrincipal:hover{
	box-shadow: #484D7A 0px 2px 6px;
}

.boutonPrincipal:active{
	box-shadow: #484D7A 0px 2px 10px;
	background-color: #0000AD;
}

.boutonSecondaire {
	color: #7f7fc8;
	line-height: 20px;
	font-weight: bold;
	letter-spacing: 0;
	height: 30px;
	font-size: 14px;
	margin-top: 10px;
	margin-left: 10px;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	padding-left: 10px;
	padding-right: 10px;
}

.boutonSecondaire:hover{
	border: solid 1px #484D7A;
}

.boutonSecondaire:active{
	background-color: #BFC1D1;
	border: solid 1px #484D7A;
}

.boutonAvecImage{
	display: flex;
	align-items: center;
}

.boutonAvecImage p{
	display: flex;
	font-weight: bold;
	font-size: 14px;
}

.boutonAvecImage img{
	height: 18px;
	width: 18px;
}

dl{
	margin-top: 0;
	margin-bottom: 0;
}

.marginBottom35{
	margin-bottom: 35px;
}

select, input{
	border: none;
	border-radius: 4px 4px 0 0;
	background-color: rgba(0,0,0,.04);
	border-bottom: solid 1px #A4A6BD;
	min-height: 20px;
}

select:hover , input:hover{
	border-bottom: solid 2px #484D7A;
}

#formulaireRecherche{
	display: flex;
	justify-content: space-between;
	flex-direction: column;
}

#boutons_recherche_reinitialiser{
	float: left;
	display: flex;
}

.bordureDroite{
	border-right: 1px solid #d5d5d5;
}

#titreTableRemplacement{
	margin-left: 20px;
	margin-top: 30px;
}

.boutons_actions {
	display: grid;
	grid-template-columns: 40px 40px 40px;
	align-items: center;
	justify-items: center;
	width: fit-content;
}

.boutonSaisieArrivee{
	display: flex;
	align-items: center;
}

.champEnteteTableau {
	background-color: revert;
}

.checkbox {
	vertical-align: middle;
	margin-right: 5px;
}

.titreTableau{
	margin-left: 20px;
	margin-bottom: 20px;
}

