/* ************************* */
/*      ADMIN                */
/* ************************* */

table.login {
	border: 1px solid #7F1F1F;
	background-color: #FFDFDF;
	margin-left: 50px;
}

table.login td {
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	color: #8F6B6B ;
	padding: 10px 30px 20px 10px;
	vertical-align: middle;
	border: none;
}

table.login td.espace {
	height: 20px;
}

/* DECONNEXION */
span.logOutOK, span.logOutNO {
	font-weight: bold;
	font-size: 10pt;
	font-style: normal;
	border: none ;
}

span.logOutOK {
	color: green ;
}

span.logOutNO {
	color: red ;
}

/* menuAdmin */

div.menuAdmin {
	border: 1px red;
	border-style: dotted;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	padding: 15px;
}

div.menuAdmin li {
	color: #8F4747;
	font-weight: bold;
}

div.menuAdmin a, div.menuAdmin a:visited {
	padding-left: 30px;
	color: gray ;
	font-weight: normal;
	text-decoration: none;
}

div.menuAdmin a:hover {
	color: blue ;
	font-weight: normal;
	text-decoration: underline;
}

/* Modification du mot de passe */

table.modifPassword {
	border: none;
}

table.modifPassword td {
	border: none;
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	padding: 10px;
	
}

table.modifPassword td.msgErr {
	color: red;
	font-weight: bold;
}

/* consultation des mails */
table.consultMail {
	border: none;
	border-spacing: 0px;
	width: 100%;
}

table.consultMail th {
	font-weight: normal;
	font-size: 12pt;
	font-style: normal;
	color: #8F6B6B ;
	text-align: left;
	border-bottom: 1px solid gray ;
}

table.consultMail td {
	font-weight: normal;
	font-size: 10pt;
	font-style: normal;
	color: #8F6B6B ;
	border-bottom: 1px solid gray ;
	vertical-align: top;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 15px;
}

table.consultMail td .nom {
	font-weight: bold;
}

table.consultMail td .sujet {
	font-weight: bold;
	text-decoration: underline;
}


table.modifPassword td.msgInfo {
	color: green;
	font-weight: bold;
}

div.listeMail {
	color: gray;
	float: right;
	font-style: italic;
}

div.listeMail img {
	border: 0 ;
}

span.supprAdresseIP {
	padding-left: 10px;
	padding-right: 10px;
	color: red;
	font-weight: bold;
}

table.listeIP {
	margin-left: 100px;
}

table.listeIP th {
	padding-bottom: 10px;
}

table.listeIP td {
	text-align: left  ;
}

span.listeIPLibelle {
	color: gray ;
	font-weight: bold;
	font-size: 9pt;
	padding-right: 20px;
}

span.listeIPNbe {
	color: red ;
	font-weight: bold;
	font-size: 9pt;
}

span.fichierVide {
	color: gray ;
	font-style: italic;
	font-weight: normal;
	padding-left: 30px;
}

/* ***************************** */
/*    CONTENU DES FICHIERS       */
/* ***************************** */

div.contenuFichier { border: 1px dotted gray ; padding: 30px; font-weight: bold; }

form.viderFichier { text-align: center; }

/* ***************************** */
/*    AFFICHAGE LISTE TABLEAU    */
/* ***************************** */
/* Surcharge du fichier CSS du package DEV */

table.affichageListeTableau { width: 100%; }

/* ***************************** */
/*    DETAIL NEWSLETTER          */
/* ***************************** */

table.detailNewsletter { width: 600px; border: 1px solid gray; font-size: 9pt; padding: 15px; }

table.detailNewsletter td { vertical-align: top; padding-bottom: 10px; }

table.detailNewsletter td.valeur { font-weight: bold; }

/* ***************************** */
/*    STATS PUZZLE               */
/* ***************************** */

table.statPuzzle, table.statMotsCroises {
	border: 1px solid gray ;
	padding: 10px;
	width: 700px;
	font-size: 9pt;
	color: gray ;
}

table.statPuzzle th, table.statMotsCroises th { font-weight: bold; color: gray ; padding-bottom: 15px; }

table.statPuzzle td, table.statMotsCroises td { border: none; text-align: center; }

table.statPuzzle td.nomJeu, table.statMotsCroises td.nomJeu { text-align: left; color: blue; font-weight: bold; }