/*______________________________________________________________________________*/
/*                                                                              */
/*                         STYLES PUBLIPLUME V7                                 */
/*       Par rapport à la V6, simplification, conformité XHTML transitionnel    */
/*                 intégration des contraintes d'accessibilité                  */
/*                             Février 2003                                     */
/*______________________________________________________________________________*/


/*______________________________________________________________________________*/
/*                                                                              */
/*                         Redéfinition des balises HTML                        */
/*                                                                              */
/*______________________________________________________________________________*/

body {
	margin: 0px;
	color: #666666;
	background-color:#ffffff;
}

p, td  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: left;
	line-height: 110%;}

table {}

th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	font-weight: normal;
	background-color: #EEEEEE;}

h1 {
	font-size: 18px;
	color: #991649;
	line-height: 30px;
	padding-left: 35px;
	text-align: left;
	vertical-align: top;
	margin-top: 65px;
	background-image: url(puceH1.gif);
	background-repeat: no-repeat;

}

/* Presque inutile, sauf pour Netscape, qui n'applique pas H1 au bloc de la cellule
   mais uniquement au texte contenu dans H1. A supprimer ?? */
.Titre {}

h2 {
	font-size: 13px;
	color: #FFFFFF;
	margin-bottom: 0px;}

a {color: #1566A1;}

a.blanc {color: #FFFFFF;}

a.menu {
	color: #666666;
	font-size: 12px;
	text-decoration: none;
}

/* Spécifique Squirrel Mail*/
.blanc {color: #FFFFFF;}
a.menu2 {
	color: #808080;
	font-size: 10px;
	text-decoration: none;
}
/*______________________________________________________________________________*/
/*                                                                              */
/*                     Objets d'interface et styles génériques                  */
/*                                                                              */
/*______________________________________________________________________________*/

/* Pour les raccourcis clavier dans les labels de champs */
.accesskey {}

/* Pour les champs de formulaire */
.input {font-size : 12px;}
.inputpetit	{font-size: 10px;}

.textarea {font-size: 12px}

.select {font-size: 12px;}
.selectpetit {font-size : 10px;}

.bouton {
	font-size: 12px;
}
.boutonpetit {font-size: 10px;}

/* Ligne paire / impaire  : appliqué aux TR (et non aux TD) des pages LCS, LC, LL */
.pair {background-color: #EEF4F8;}

/* Pour les libellés de champs : pages LL, DC, DMAJ, Liens, Administrateur... */
.Lib {
	color: #991649;
	text-align: left;}

/*______________________________________________________________________________*/
/*                                                                              */
/*                Styles des Blocs composant les pages principales              */
/*                                                                              */
/*______________________________________________________________________________*/

/* Ligne RECHERCHE (LC, LCS, LL, LienInternD... )_______________________________ */
.Rech {
	text-align: center;
	background-color: #EEEEEE;}

.Rech table {
	width: auto;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-left: 5px;
	padding-right: 5px;}

.Rech td {
	text-align: center;
	font-size: 12px;
}
.Rech th {
	text-align: center;
	font-size: 12px;
}
/* rajout patrick : pour qu'un TD soit centré */
.TdCentre {
	text-align: center;
}
.TdCentre td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
	line-height: 110%;
}

/* Ligne LISTES ENREGISTREMENTS EN COLONNES (LC, LCS, LienInterneD...____________ */
.Enr table {padding: 5px;}

.Enr th {
	background-color: #1566A1;
	font-size: 12px;
	text-align: left;
	color: #FFFFFF;
	font-weight: bold;}

/* Colonne des Actions (LCS et LC) : Ajouter, Supprimer */
.EnrAction {
	text-align: center;
	width: 50px;}

/* Ligne sélectionnée, dans les pages avec sélecteur (LCS) */
.EnrSelectionne {}

/* Colonne de Sélection (LCS et LienInterneD): cases à cocher et bouton radio */
.EnrSelect {width: 10px;}


/* Liste ENREGISTREMENTS EN LIGNE (LL) ___________________________________________ */

.EnrLigne table {
}

.EnrLigne th {
	background-color: #1566A1;
}

.LL .Lib {
	text-align: left;
	vertical-align: top;
}
	
/* Ligne NAVIGATION (toutes pages, ou presque)______________________________________*/
.Nav {
	text-align: center;
	padding: 5px;
	border: 1px solid #cccccc;}

	/* Navigation : 5 styles utlisés dans les pages LL, LC et LCS */
.Nav table {padding: 2px;}
	/* Navigation - Actions dans LCS (gestion des statuts) */
.NavAction {}
	/* Navigation - N° et nombre d'enregistrements */
.NavEnrNo {}
	/* Navigation - N° et nombre de pages */
.NavPageNo {}
	/* Navigation - Bouton retour, parfois OK et Annuler (à vérifier avec NavAction) */
.NavRetour {
	text-align: right;
	width: 100px;}

/* Ligne DETAIL ENREGISTREMENT (DC et DMAJ)_________________________________________*/
.Statut {
	color: black;
	text-align: center;
	background-color: #eeeeee;}

.EnrDetail table {padding: 5px;}

.EnrDetail td {
	color: #000000;
	background-color: #EEF4F8;
}

.EnrDetail .Lib {
	text-align: left;
	font-weight: bold;
	color: #1566A1;}
/* modification Patrick ISABEL : 15/01/2004 */
/* avant modif padding: 10px; */
.EnrMAJ table {
	padding: 5px;
	background-color: #F7F7F7;}

/* Patrick ISABEL : 15/01/2004 */
/* Création de EnrMAJPad       */
.EnrMAJPad table {
	padding: 2px;
	background-color: #F7F7F7;}

/* modification patrick : avant width: 400px */
.EnrMAJ .Lib {
	text-align: left;
	font-weight: normal;}

/*______________________________________________________________________________*/
/*                                                                              */
/*                Styles utilisées dans les pages de LIENS                      */
/*                                                                              */
/*______________________________________________________________________________*/


.LienInterneL, .LienExterne, .LienMail {padding: 5px;}

.LienInterneL .Lien table {
	padding-top: 20px;
	padding-bottom: 20px;
	padding-right: 5px;}

.LienInterneD .Lien table {padding: 5px;}
.LienInterneD .Enr table, .LienInterneD .Rech table {padding: 3px;}

.LienExterne .Lien table, .LienMail .Lien table {padding: 5px;}

.LienInterneL h1, .LienInterneD h1 {
	letter-spacing: 0.1em;
	padding-top: 10px;}

.LienInterneD h2 {
	text-align: center;
	padding-top: 5px;
	padding-bottom: 10px;}

.LienInterneD .NavRetour {text-align: center; width: 100%;}
.LienInterneD .NavPageNo {text-align: right;}


/*______________________________________________________________________________*/
/*                                                                              */
/*                Pages propres au site ADMINISTRATEUR                          */
/*                    (menu, liste des catégories)                              */
/*______________________________________________________________________________*/

.IndexAdmin table {
	padding:20px;
	margin-top: 50px;}

.IndexAdmin td {vertical-align: top;}
.IndexAdmin .Lib {
	text-align: right;
	width:120px;
	height: 30px;
	font-weight: bold;}

/* Liste des Catégories _____________________________________ */
.Categories table {padding: 10px;}
.Categories th {background-color: #CCCCCC;}
.Categories .Lib {
	font-weight: bold;
	text-align: left;}

/*______________________________________________________________________________*/
/*                                                                              */
/*                         Gestion des HABILITATIONS                            */
/*                                                                              */
/*______________________________________________________________________________*/

.Login table {
	padding: 10px;
	margin: 40px;
	width: auto;
	text-align: center;
	background-color: #F7F7F7;}

/* Gestion des GROUPES _________________________________________________________ */

.GroupeMAJ  {padding: 3px;}

.GroupeMAJ h1 {letter-spacing: 0.5em;}

.GroupeMAJ .EnrSelect {
	width: 30px;
	text-align: center;}

/* Utilisé comme Séparateur de tableau */
.fondblanc {background-color: #FFFFFF;}

/* Choix d'un niveau d'habilitation - Même couleur de fond que TH */
.hab {
	text-align: center;
	background-color: #eeeeee;
	height: 2.5em;}

.accesOK {background-color: #00C602;}
.accesKO {background-color: White;}

.accesOK, .accesKO {
	width: 60px;
	text-align: center;
	padding: 5px;
	font-weight: bold;}

/* Gestion des UTILISATEURS________________________________________________________ */

/* pour les tables incluses */ 
.UtilisateurMAJ table {
	width: auto;
	padding: 5px;}

/* pour forcer la largeur des boutons entre les groupres */
.UtilisateurMAJ .boutonpetit {width: 80px;}

/* pour forcer la largeur des select de groupe */
.selectLargeur {width: 300px;}
