body{
	background-color: #eeeedd;
	text-align: justify;
	font-size: 10pt;
	font-family: "Arial";

}
span#tete span#ecole{
	font-size: 16pt;
	font-weight: bold;
	font-family: "Georgia";
	color: white;
	position: absolute;
	top: 10px;
	left: 5px;
	background-color: #154485;
	padding: 10px;
}
span#tete span#promo{
	font-size: 12pt;
	font-weight: bold;
	color: #154485;
	position: absolute;
	top: 45px;
	left: 300px;
	background-color: #237fb4;
	padding: 5px;
}
h1{
	font-size: 16pt;
}
table#main {
	position: absolute;
	top: 80px;
	left: 5px;
	width: 780px;
}

table#main td#menu{
	width: 235px;
	text-align: left;
	vertical-align: top;
}

table#main td#contenu {
	text-align: justify;
	vertical-align: top;
	padding: 10px;
	
	background-color: white;
}
table#main td#menu div#menu-act{
	background-color: #154485;
	padding: 5px;
	border-left: 10px solid #237fb4;
	margin-bottom: 5px;
	margin-right: 5px;
	font-weight: bold;
}
table#main td#menu div#menu-noact{
	background-color: #ccccbb;
	padding: 5px;
	border-left: 10px solid #237fb4;
	margin-bottom: 5px;
	margin-right: 5px;
}
table#noms {
	width: 100%;
}

table#noms td#actif{
	color: white;
	background-color: #154485;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	
}
table#noms td#inactif{
	color: #999988;
	background-color: #eeeedd;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	
}

table#noms td#nonparticipant{
	color: #999988;
	background-color: #ccccbb;
	text-align: left;
	vertical-align: top;
	padding: 5px;
	
}

table#noms td span#nom{
	color: #237fb4;
	font-weight: bold;
	font-family: "Georgia";
	font-size: 12pt;
}

table#noms td span#ville{
	font-size: 8pt;
	font-family: "Arial";
}

table#noms td span#email{
	font-size: 10pt;
	font-family: "Arial";
}

table#noms td span#tel{
	font-size: 10pt;
	font-family: "Arial";
	
}

p {
	text-align: justify;
	font-size: 10pt;
	font-family: "Arial";
}
td {
	text-align: justify;
	font-size: 10pt;
	font-family: "Arial";
}

span#error{
	background-color: #660000;
	padding: 5px;
	color: #FF3333;
}

div#menu-act a{
	color: white;
	border-bottom: none;
}
table#noms td#actif a{
	color: #237fb4;
	border-bottom: 1px solid #237fb4;
	
}
a{
	border-bottom: 1px solid #154485;
	text-decoration: none;
	color: #154485;
}

a:hover{
	text-decoration: none;
	color: #237fb4;
}
div#link{
	width: 20px;
	text-align: center;
	margin-left: 1px;
	padding: 2px;
	margin-right: 1px;
	text-decoration: none;
	font-size: 12pt;
	font-family: "Georgia";
	
}
div#link.act{
	color: white;
	border-bottom: 5px solid #237fb4;
	background-color: #154485;
	font-weight: bold;
}
div#link.act a{
	color : white;
	border-bottom: none;
}
div#link.noact{
	border-bottom: 5px solid #237fb4;
	background-color: #ccccbb;
}

table#login{
	width: 230px;
	
	border-left: 10px solid #237fb4;
	margin-bottom: 5px;
	border-collapse: collapse;
	
	margin-right: 5px;
}
table#login td{
	padding: 5px;
	background-color: #ccccbb;
}
table#login td#title{
	padding: 5px;
	border-bottom: 5px solid #eeeedd;
}
button{
	background-color: #154485;
	border: 2px solid  #237fb4;;
	color: white;
	font-weight: bold;
	padding: 2px;
}

input {
	background-color: #eeeedd;
	border: 1px solid  #aaaa99;
	padding: 2px;
}

textarea {
	background-color: #eeeedd;
	border: 1px solid  #aaaa99;
	padding: 2px;
}

select {
	background-color: #eeeedd;
	border: 1px solid  #aaaa99;
	padding: 2px;
}
