﻿/* Elements de base */
#garde-net input, #garde-net select{ color: #017B2B; }
#garde-net hr{ border-color: #00AF3F;}
#garde-net table,#garde-net thead{ border-color: #00AF3F;}
#garde-net thead{ color: #017B2B;}

/* Titre du calculateur avec une image de fond, un titre et un sous-titre */

#garde-net .titre{ background-image: url('../images/garde-net/banniere.jpg');}
#garde-net .titre h2{color: #019938;}

/* Formulaire d'entrée des données */
#garde-net .entree{color: #017B2B;}
#garde-net .entree button{
	color: white; 
	border-style: groove;
	cursor      : pointer;
	background-color: #00AF3F;
	margin-left: 50%;
	width: 50%;
	padding-top: 4px; padding-bottom: 4px;
	margin-top: 0.75em;
}
#garde-net .entree button:active{border-style: ridge; padding-top: 5px; padding-bottom: 3px; padding-left:1px;}
#garde-net .entree button:disabled{background-color: silver;}
	
/* Formulaire de sortie des données */
#garde-net .sortie{
	padding-right: 0em;
}
#garde-net .sortie hr{
	margin-right: 0em;
}
#garde-net .sortie label {
	color: #5A5A5A;
}
#garde-net .sortie input {
	width: 5em;
	border: none;
	font-size: 15px;
	font-weight: normal;
	text-align: right;
}
#garde-net .sortie input:last-child {
	margin-right: 1em;
}

#garde-net .row-header input {
	font-weight: bold;
}
#garde-net .sortie:before {content:url("../images/garde-net/LigneVerte_resultat.png");}

#garde-net .resultat  {
	background-color: #00AF3F;
	height: 52px;
}

#garde-net .resultat input, #garde-net .resultat label {
	font-weight: bold;
	color: white;
	background-color: #00AF3F;
}

/* Détails pour les enfants */
#garde-net .enfants  label{
	font-style: italic;
	font-size: smaller;
	text-indent:4em;
	padding:0;
}
#garde-net .enfants  input{
	font-style: italic;
	font-size: smaller;
	padding:0;
}

/* Pop up d'information */

#garde-net .details>.content{ border-color: #00AF3F;}
#garde-net .sortie .details>.content{margin-left: 2em; bottom: 2em;}
#garde-net p.summary:before{	content: url('../images/garde-net/Point_Interrogation_vert_FondBl.png'); }
#garde-net label.summary:after{	content: url('../images/garde-net/Point_Interrogation_FondGris.png'); }