/* structure */

body {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 11px;
	text-align: left;
	margin: 2em;
	text-align: left;
}

h1 {
	font-size: small;
}

h2 {
	font-size: large;
	border-bottom: 1px solid;
	margin-top: 0em;
	padding-bottom: 1em;
}

h3 {
	margin-top: 1.5em;
	margin-bottom: 1em;
	padding-top: .5em;
	font-size: medium;
	clear: both;
}

h3:before {
	content: "\25a0";
	text-align: left;
	margin-right: 0.8em;
}

h4 {
	margin-top: 0.2em;
	margin-bottom: 0.2em;
	font-size: small;
}

p {
	clear: both;
}

div#liste_inscription {

}

div#liste_stage {

}

div#liste_gestion {

}

div.message {
	line-height: 110%;
	clear: both;
}

div#navigation + div.message {
	margin-top: 1.5em;
}

div.stage {
	margin-left: 2.5em;
	margin-bottom: 1.5em;
	padding-left: 1em;
	border: 1px solid;
}

div.formulaire {
	margin-right: 2.5em;
}

div.message p {
	margin-top: -.3em;
}

ul {
	list-style-type: square;
	margin-top: 0em;
	margin-left: 0em;
}

input, select {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 11px;
}

div.form_login input[type=submit],
div#navigation input[type=submit],
div.form_login input[type=reset],
div#navigation input[type=reset] {
	font-family: "lucida grande", arial, sans-serif;
	font-size: 11px;
}

a {
	text-decoration: none;
}

a.email:before {
	content: "\25ca";
	margin-right: 0.2em;
}

a.entete {
	
}

table {
	border-collapse: collapse;
	width: 100%;
}

col.nom {
	text-align: left;
	width: 300px;
}

col.email {
	text-align: left;
}

col.validation, col.participation, col.checkbox {
	width: 30px;
	text-align: center;
	vertical-align: baseline;
}

col.titre {
	
}

col.debut {
	width: 100px;
}

col.animateur {
	
}

thead {
	
}

td, th {
	border: 1px solid;
	padding-left: .3em;
}

sup {
	font-size: smaller;
	font-weight: normal;
}

.validok {
	
}

.validko {
	
}

div.form_login {
	padding: 1em 2em;
	border: 1px solid;
	margin: 1em 0em;
	clear: both;
}

div.form_login dl {
	margin-left: 2.5em;
}

div.form_login dl dt {
	float: left;
	width: 100px;
	clear: both;
}

div.form_login dl dd {
	margin-left: 105px;
	margin-bottom: 15px;
}

div.form_foot {
	text-align: right;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}

div.form_foot input {
	margin-left: 3px;
}

div#navigation {
	margin-top: -0.5em;
	padding-bottom: 1.5em;
}

div.export {
	float: right;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-right: 2.5em;
}

div.stage table {
	clear: both;
}

div#navigation div.bouton {
	float: left;
	margin-right: 3px;
}

div.bouton input[type=submit] {
	width: 120px;
	background-color: #ccc;
}

div.bouton input[type=submit]:hover {
	background-color: #fff;
}


.checklist dt {
	text-align: right;
}

div#copyright {
	font-size: smaller;
	text-align: right;
	font-style: normal;
	position: absolute;
	top: 15px;
	left: 0px;
	width: 98%;
}

/* gestion des couleurs */

h3, input, select, a.entete {
	color: #000;
}

h4, h3:before {
	color: #007;
}

a {
	color: #00b;
}

.message, .form_login dl dt {
	color: #669;
}

div#copyright, div#copyright a {
	color: #ccc;
}

.validok {
	color: green;
}

.validko {
	color: red;
}

div.stage, td, th, .form_login {
	border-color: #000;
}

h2 {
	border-color: #aac;
}

col.validation, col.participation, col.checkbox, .form_login {
	background-color: #bbc;
}

thead {
  background-color: #fff;
}