/*
 * vim: ts=4 ai
 */

h1 {color:#97c1e7;}
a { color: #222950; }

.connexion {
	border: 2px solid #97c1e7;
}

.connexion h1.titre {
	color: #97c1e7;
	border-bottom: 2px solid #97c1e7;
}
.connexion table {
	border-radius: 7px;
	border: 2px solid #97c1e7;
}
..connexion a {color: #97c1e7;}

/* bandeau */
table.bandeau { background-color: #97c1e7; }
tr.bandeau { background-color: #97c1e7; }


li.menu	{background-color: #97c1e7; border: 2px solid navy; }
li.menu_on	{color: #97c1e7; border: 2px solid #97c1e7; }

.entetes	{background-color: #97c1e7; color: navy;}
.ligne_impaire {background-color: #cbddef;}
.ligne_paire {background-color: #97c1e7;}

/* la div edition */
#edition h1 {background-color: #97c1e7;}
