﻿		a.bas 
		{ 
			color: #FFFFFF;
			font-family: Arial;
			font-size: 7 pt;
			text-decoration: none 
		}
		a.bas:hover
		{
			color: #FFD400;
			font-family: Arial;
			font-size: 7 pt;	
			text-decoration: none; 		
		}	
				
		
		#texte
		{
		font-size: 8pt;
		color: #FFFFFF;
		font-family: verdana;
		font-weight: normal;
		}
		
		#texte2
		{
		font-size: 8pt; /*7*/
		color: #cccccc;
		font-family: Verdana;
		font-weight: normal;
		}
		
		#contenu
		{
		font-size: 9pt; /*8*/
		color: #333333;
		font-family: Arial;
		font-weight: normal;
		}
		
		a.titretext
		{
		font-size: 7pt; /*8*/
		color: #00489;
		font-family: Arial, Helvetica, sans-serif;
		font-weight: strong;
		}	
		
		#bouton
		{
		font-size: 10pt;
		color: #FFFFFF;
		font-family: Arial;
		font-weight: bold;
		}
		
		#bouton2
		{
		font-size: 10pt;
		color: #000000;
		font-family: Arial;
		font-weight: bold;
		}
	
		a.lien 
		{ 
			color: #cccccc;
			font-family: Arial;
			font-size: 7pt;
			text-decoration: none 
		}
		
		a.lien:hover
		{
			color: #FFFFFF;
			font-family: Arial;
			font-size: 7pt;	
			text-decoration: none; 		
		}
		a.menu 
		{ 
			color: #000000;
			font-family: verdana;
			font-size: 10pt;
			text-decoration: none 
		}
		
		a.menu:hover
		{
			color: #FFD400;
			font-family: verdana;
			font-size: 10pt;
			text-decoration: underline; 		
		}
		
		a.menu2 
		{ 
			color: #FFFFFF;
			font-family: verdana;
			font-size: 10pt;
			text-decoration: none 
		}
		
		a.menu2:hover
		{
			color: #000000;
			font-family: verdana;
			font-size: 10pt;
			text-decoration: none; 		
		}
		



		a.menu4 
		{ 
			color: #004895;
			font-family: verdana;
			font-size: 10pt;
			text-decoration: none 
		}
		
		a.menu4:hover
		{
			color: #FFD400;
			font-family: verdana;
			font-size: 10pt;
			text-decoration: underline; 		
		}




		a.sousmenu 
		{ 
			color: #CC0000;
			font-family: verdana;
			font-size: 8pt;
			text-decoration: none; 
			font-weight: lighter;
		}
		
		a.sousmenu:hover
		{
			color: #FF9900;
			font-family: verdana;
			font-size: 8pt;
			text-decoration: none;
			font-weight: lighter; 
		}
		
		a.sousmenu_adminTabFichier
		{ 
			color: #CC0000;
			font-family: verdana;
			font-size: 7pt;
			text-decoration: none; 
			font-weight: lighter;
		}
		
		a.sousmenu_adminTabFichier:hover
		{
			color: #FF9900;
			font-family: verdana;
			font-size: 7pt;
			text-decoration: none;
			font-weight: lighter; 
		}		
		
				
		#taille_page {	/* Taille du corps de la page */
			height: 328px;
		}
		
.Style1 {color: #000000}


.td_case_grise { /* Mise en forme des cellules à fond gris des tableaux affichant les utilisateurs et les fichiers */
    padding: 1px;
	border-style: solid; 
	border-width:1px;
	border-color: #CCCCCC;
}

.td_case_rouge { /* Mise en forme des cellules à fond rouge des tableaux affichant les utilisateurs et les fichiers */
    padding: 1px;
	border-style: solid; 
	border-width:1px;
    border-top-color:red;
    border-bottom-color:#CCCCCC;
	border-right-color:red;
	border-left-color:red;
}