body {
	background-color: #EFEFEF;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 13px;
}

a {
	text-decoration: none;
}

.texte_type {
	font-style : italic;
	color: #2179B4;
	float: right;
	font-size: 250%;
}

.texte_important_rouge {
	font-weight : bold;
	color: #FF0000;
}

.resultat {
	color: #FF0000;
	background-color: #E7E7E7;
	font-size: 60px;
}

.erreur {
	color: #FFFFFF;
	background-color: #DE5F41;
	font-size: 18px;
}

.success {
	color: #016B01;
	background-color: #00CE00;
	font-size: 18px;
}

.resultat, .erreur, .success {
	font-weight: bold;
	border-radius: 7px;
	padding: 10px;
}

.principale {
	min-height: 200px;
	margin: 30px auto 0;
}

#logo {
	padding: 0 1em 3em 1em;
	height: 30px;
	margin: 0 auto;
}

#logo, .principale {
	max-width: 1000px;
}

#logo_1 {
	margin-top: 10px;
	width: 630px;
	float: left;
}

.phrase_resultat {
	color: #58A61E;
	font-weight: bold;
}

.input_date {
	width: 70px;
}

.copyright {
	width: 100%;
	text-align: center;
	margin: 30px 0;
	display: inline-block;
}

/* Infobule sur tableau td */
#dhtmltooltip{
	position: absolute;
	min-width: 300px;
	max-width: 800px;
	border: 2px solid #CCCCCC;
	padding: 7px;
	background-color: #E3EDF2;
	visibility: hidden;
	z-index: 1000;
	border-radius: 15px;
}

.success {
	font-weight: bold;
	color: #016B01;
}

.titre_page {
	font-size: 25px;
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 15px auto;
}

.sous_titre {
	font-size: 15px;
	text-decoration: underline;
}

.bouton_ajout_petit {
	width: 250px;
	text-align: center;
	height: 60px;
	margin: 10px auto 60px;
}

.bouton_ajout_petit	a {
	font-weight : bold;
	font-size: 12px;
	line-height: 10px;
	color: #005278;
	text-decoration: none;
	display: block; /* Pour que tout le bloc soit cliquable */
	padding : 10px;
	border-radius: 10px;
	box-shadow: #000 0px 2px 5px;
	background-color: #F1F1F1;
}

.bouton_ajout_petit a:hover {
	background-color: #DCDCDC;
}

/* Pour l'alignement du texte verticalement en rapport a l'image */
.bouton_ajout_petit img {
	vertical-align: middle;
	border: none;
	width: 60px;
}

.selected {
	font-weight: bold;
	color: red;
}

.infobulle {
	position: absolute;   
	visibility : hidden;
	border: 1px solid Black;
	padding: 10px;
	font-family: Verdana, Arial;
	margin: 10px 0 0 -80px;
	background-color: #FFFFCC;
	border-radius: 5px;
}

.compteur_tache {
	position: absolute;
}

/* Page simulation salaire */
#cache_lien_affiche_details {
	font-size: 50%;
}

.tableau_salaire {
	width: 90%;
	text-align: center;
	border-collapse: collapse;
}

.tableau_salaire td {
	border-width: 1px; 
	border-style: solid; 
	border-color: #000000;
	padding: 10px;
	width: 33.33%;
}

.tableau_salaire_ligne_1 {
	font-size: 150%;
	text-decoration: underline;
}

.tableau_salaire_ligne_3 {
	font-style: italic;
}

.tableau_salaire_ligne_4 {
	font-weight: bold;
}
/* ********** */

.suppression {
	color: #FF0000;
}

.modification {
	color: #62A562;
}

.ajout_agent {
	color: #0C00FF;
}

.ajout_regularite {
	color: #EF706B;
}

.suppression .iconify,
.modification .iconify,
.ajout_agent .iconify,
.ajout_regularite .iconify {
	font-size: 150%;
}

/*************************************
Bouton de scroll vers le haut de page
*************************************/
	.scroll-btn {
		height: 30px;
		width: 30px;
		border: 2px solid #000;
		border-radius: 50%;
		background-color: #000;
		position: fixed;
		bottom: 45px;
		right: 15px;
		opacity: 0.5;
		z-index: 9999;
		cursor: pointer;
		display: none;
	}

	.scroll-btn .scroll-btn-arrow {
		height: 8px;
		width: 8px;
		border: 3px solid;
		border-right: none;
		border-top: none;
		margin: 12px 9px;
		-webkit-transform: rotate(135deg);
		-moz-transform: rotate(135deg);
		-ms-transform: rotate(135deg);
		-o-transform: rotate(135deg);
		transform: rotate(135deg);
		color: white;
	}

	.notouch .scroll-btn:hover { opacity: 0.8 }

	@media only screen and (max-width: 700px), only screen and (max-device-width: 700px) {
		.scroll-btn {
			bottom: 8px;
			right: 8px;
		}
	}
/*************************************
**************************************
*************************************/