[(#REM)

	Ce squelette definit les styles propre à la compta
	
]
/* Elements principaux
------------------------------------------ */ 
html {background-color:##f0e68c;}
body { text-align: center; }
.page { position: relative; width: 960px; max-width:98%;  margin: 0 auto 0;  text-align: left;  }

/* Elements pour tableau
------------------------------------------ */    
.tableau  		table  	{  font-family:arial; font-size:12px; border-width:1px;  border-style:solid; border-color:red;  border-collapse:collaps;}
.tableau  		th   		{  border-width:1px; font-size:14px; border-style:solid;  border-color:black; text-align: left; height: 15px; padding: 2px;}
.tableau  		tr   		{  border-width:1px; font-size:12px; border-style:solid; border-color:black; text-align: left; height: 15px; padding: 2px;}
.tableau  		td   		{  border-width:1px; font-size:12px; border-style:solid; border-color:black; text-align: left; height: 15px; padding: 2px;}
.euro									{ text-align: right; }

/* bouton Submit
------------------------------------------ */
.submit {box-shadow: 0 1px 4px -2px #333 inset;}

/* supprime le fond d'un lien
------------------------------------------ */    

.num_link			{ color: #000000; }
.num_link:link 		{  color: #000000;}
.num_link:visited 	{  color: #000000;}
.num_link:focus 	{	border-bottom: 1px solid; background: #316bf2; }
.num_link:hover 	{ 	text-decoration:none; background: #316bf2; }
.num_link:active 	{ 	background: #265301; color: #000000; }
	  
/* 	Elements boite confirmation
------------------------------------------ */	
 #confirm {
	position: -webkit-sticky;
	position: sticky;
	display: none;
	background-color: #eeeeee;
	border: 1px solid #aaa;
	position: fixed;
	width: auto;
	left: 50%;
	margin-left: -100px;
	padding: 6px 8px 8px;
	box-sizing: border-box;
	text-align: center;
 }
 #confirm button {
	background-color: #edf3fe;
	display: inline-block;
	border-radius: 2px;
	border: 1px solid #aaa;
	padding: 1px;
	text-align: center;
	width: 80px;
	cursor: pointer;
 }
 #confirm .message {
	text-align: left;
 } 
 
 /* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

/* 		Formulaire spip
------------------------------------------ */     
.formulaire_spip {
	background-color: white;
	border-radius:5px;
	padding: 0 10px 0;
	border: 1px solid #3874b0;
	color: #333;
	background-color: #f8f8f8;
	position: relative;
}
.formulaire_spip h3.titrem {
	background-color: #3874b0;
  color: white;
  margin-left: -10px;
  margin-right: -10px;
  font-size: 1em;
  line-height: 125%;
  padding-top: 7px;
  padding-bottom: 7px;
  padding-left: 10px;
}

.formulaire_spip .editer {
  padding: 0.2em 10px;
}

input.submit {
	margin-bottom: 10px;
}

hr {
  margin: 0.5em 0;
  border: solid;
  border-width: 1px 0 0;
}