*
 * vim: ts=4 ai
 * couleur 0 : #4A63AC	 rouge MRAP
 * couleur 1 : #D88	 rouge moyen
 * couleur 2 : #ECC	 rouge très clair
#45B5EC		très clair
#479EC9		claire
#4A63AC		foncée
 */

body {margin: 0; font-family: tahoma, verdana, arial, sans-serif; font-size: small;}
#page {margin-left: 10px; margin-right: 10px; font-family: tahoma, verdana, arial, sans-serif; }

h1 {color: #4A63AC; text-align: center; }

a { color: #4A63AC; }

/********* div de connexion *************************/
.connexion {
	font-family: tahoma, verdana, arial, sans-serif;
	width: 70%;
	border: 1px solid #4A63AC;
	border-radius: 8px;
	margin: auto;
}
.connexion h1.titre {
	color: white;
	text-align: center;
	width: 85%;
	margin: auto;
	border-bottom: 2px solid #4A63AC;
	background-color: #479EC9;
	font-size: 150%;
	padding-bottom: 10px;
}

.connexion table {
	border-collapse:collapse;
	border-radius: 7px;
	border: 1px solid #4A63AC;
}

.connexion td {padding-left: 20px; padding-bottom: 5px; padding-top: 5px;}

.connexion fieldset {
	border: 2px solid #4A63AC;
	border-radius: 8px;
	color: #479EC9;
}

fieldset.bloc { 
	border: 1px solid #479EC9;
	border-radius: 8px;
	padding: 20px;
}

.boite { width: 50%; margin: auto; }

/*main*/
/* bandeau */
table.bandeau { width: 100%; background-color: #479EC9; color: white; border-radius: 7px;}
tr.bandeau { background-color: #479EC9; color: white; margin: 0; padding: 15px;}
td.bandeau { font-size: 150%; text-align: center; font-weight: bold;}

ul.menu {border-bottom: 1px solid #4A63AC;}
li.menu	{
	display: inline; 
	margin: 5px; 
	padding: 10px 40px; 
	background-color: #4A63AC; 
	color: white; 
	border: 2px solid #4A63AC; 
	border-radius: 8px 8px 0px 0px;
	width: 150px;
	font-weight: bold;
}
li.menu_on {
	display: inline; 
	margin: 5px; 
	padding: 10px 40px; 
	color: #4A63AC;
	background-color: white;
	border: 2px solid #4A63AC; 
	border-radius: 8px 8px 0px 0px;
	width: 150px;
	font-weight: bold;
}

.action	{cursor: pointer;}
.entetes	{background-color: #4A63AC; color: white;}
.ligne_paire {background-color: #479EC9;}
.ligne_impaire {background-color: #45B5EC;}

.a_gauche {float: left; margin: 0px; text-align: left; padding-left: 5px; }
.a_droite {float: right; margin: 0px; text-align: right; padding-right: 5px; }

/* les résultats */
#les_bals {
	display: block;
}
#les_aliases {
	display: none;
}

/* edition */
#edition {
	font-family: tahoma, verdana, arial, sans-serif;
	visibility: hidden;
	position: fixed;
	width: 800px;
	height: 300px;
	top:0;
	bottom:0;
	left:0;
	right: 0;
	margin: auto;
	border: solid 1px #4A63AC;
	border-radius: 10px;
	background: white;
	overflow: scroll;
}
#edition h1 {top:0; left:0; color: white; background-color: #4A63AC; font-size: large; text-align: center; font-weight: bold;cursor: pointer;}

/* erreur */
p.erreur { color: #4A63AC; font-size: 1.1em; font-weight: bold; text-align: center;}
.star {color: yellow; font-size: .7em; vertical-align: super; }

/* recup */
input.bouton {text-align: center; background-color: #99B; padding: 5px 20px; margin: auto; font-size: 1.4em; border-radius: 5px;}

