/* 
feuille de style 

---FINANCES ET GESTION---

or : #BF9D50
bleu #002B73
gris case saisie : #EAEAEA
gris bg sous menu : #FAFAFA
ecriture : Trebuchet MS

*/

/*
 definir en premier lieu POLICE, Couleur du texte, couleur font de la page, taille de la police en em.
*/


	BODY
	{
	  	margin:0px;
	  	background-color:#FFFFFF;
	  	font-family:Trebuchet MS;
	  	color:#002B73;
	  	font-size:0.7em;
	  	background-image: url('_images/bg.gif');
	  	text-align:justify;
	}

	
/* CLASSES SPECIFIQUES ATOO*/	
	
	font.defaut
	{
		color:#002B73;
	}
	
	font.erreur
	{
		color:#002B73;
	}
	
	font.defaut_tab
	{
		color:#002B73;	
    }
  
  
	font.ss_titre{
		color:#BF9D50;
	}
	  
	
	a.defaut
	{
		color:#BF9D50;		
		text-decoration:none;
		font-weight:bold;
	}

	a.defaut:hover
	{
		color:#002B73;		
		text-decoration:none;
		font-weight:bold;
	}
	
/* fin  => CLASSES SPECIFIQUES ATOO*/

/*BALISES PAR DEFAUT */	
	
	img
	{
		border:0;
	}
	 	
	
	a{
		color:#BF9D50;
		font-family:Trebuchet MS;	
		text-decoration:none;
		cursor:pointer;
	}
	
	a:hover{
		color:#002B73;		
	}
	
/*CLASSES PROPRES AU SITE   */
	
	/* titre des rubriques  EN CAPITAL */ 
	font.rub
	{
		font-size:1.4em;
		color:#002B73;
		text-transform:uppercase;
		font-family:Times;
		font-weight:bold;
	}
	
	
	font.pag
	{
		font-size:1.4em;
		color:#BF9D50;	
		text-transform:uppercase;
		font-family:Times;
		font-weight:bold;
	}
	
	/* titres des pages : utilises pour la page Information et Documentation en listing  */
	font.titre
	{
		font-size:1.2em;
		color:#BF9D50;	
		font-weight:bold;	
	}
	
	/* titre des pages utilisees pour l'affichage des pages infos et docs (details) */
	font.titre2
	{
		font-size:1.3em;
		color:#BF9D50;	
		font-weight:bold;	
		text-transform:capitalize;
	}

	a.listing{
		color:#002B73;		
		text-decoration:none;
	}

	a.listing:hover{
		color:#BF9D50;		
		text-decoration:none;
	}
	
	
	input.idcheck{
		background-color:#E5E5E5;
		border:0px;
		color:#002B73;
		font-family:Trebuchet MS;
		font-size:11px;
		text-align:left;
	}
	
	
/* FORMULAIRE */
		
	td.formulaire
	{
		width:100%;
		padding-left:100px;
		padding-right:100px;
		padding-top:10px;
		padding-bottom:10px;
		background-color:#FFFFFF;
	}
		
	td.formulaire_libelle{
		text-align:left;	
		width:120px;
		
		color:#002B73;
		font-size:1em;
		height:25px;
		vertical-align:middle;
	}
	
	td.formulaire_libelle2
	{
		text-align:left;
		
		color:#002B73;
		font-size:1em;	
		width:5px;
	}
	
	td.formulaire_libelle3
	{
		text-align:left;	
		width:250px;
		color:#002B73;
		font-size:1em;
		height:25px;
		vertical-align:middle;	
	}
	
	td.formulaire_libelle4
	{
		text-align:left;	
		width:375px;
		color:#002B73;
		font-size:1em;
		height:25px;
		vertical-align:middle;	
	}
	
	td.formulaire_liste
	{
		text-align:left;	
		width:125px;
		color:#002B73;
		font-size:1em;
		height:25px;
		vertical-align:middle;
	}
	
	
	input.formulaire_radio
	{
		background-color:#FFFFFF;
		border:0px;
		color:#002B73;
		font-family:Trebuchet MS;	
		font-size:1em;
		width:20px;
	}
	
	select.formulaire
	{
		background-color: #EAEAEA;
		border:0px;
		color:#002B73;
		font-family:Trebuchet MS;	
		width:220px;
		font-size:1em;
	}

	
	input.formulaire
	{
		background-color: #EAEAEA;
		border:0px; /* borders ne sont pas geres */
		color:#002B73;
		font-family:Trebuchet MS;
		letter-spacing:1px;
		width:220px;
		font-size:1em;
	}
	
	
	textarea.formulaire
	{
		background-color:#EAEAEA;
		border:0px;
		color:#002B73;
		font-family:Trebuchet MS;	
		font-size:1em;
		width:345px;
	}
	
	input.formulaire_date
	{
		background-color: #EAEAEA;
		border:0px;
		color:#002B73;
		font-family:Trebuchet MS;	
		width:20px;
		font-size:1em;
	}
	
	input.formulaire_heure
	{
		background-color: #EAEAEA;
		border:0px;
		color:#002B73;
		font-family:Trebuchet MS;	
		width:20px;
		font-size:1em;
	}
	
	td.legende_form
	{
		text-align:left;	
		font-family:Trebuchet MS;	
		color:#002B73;
		font-size:1em;
		height:25px;
		vertical-align:middle;
	}
	
	td.btn_form
	{
		text-align:center;	
		font-family:Trebuchet MS;	
		color:#f5b821;
		font-size:1em;
		height:25px;
		vertical-align:middle;
	}
	
	a.formulaire
	{
		font-family:Trebuchet MS;	
		color:#BF9D50;
		text-decoration:none;
		font-weight:bold;
	}
	
	a.formulaire:hover
	{
		font-family:Trebuchet MS;	
		color:#002B73;
		text-decoration:none;
		font-weight:bold;
	}
	

	

	
	
	


